Skip to content

Commit

Permalink
CSPACE-4789: Added support for a query param impTimout that specifies…
Browse files Browse the repository at this point in the history
… a timeout period in seconds -the default is 600

Conflicts:

	services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
  • Loading branch information
Richard Millet authored and Ray Lee committed Jun 20, 2012
1 parent 45d0635 commit 5037105
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 312 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,12 @@
<run controlFile="objectexit/object-exit.xml" testGroup="makeone" />
<run controlFile="objectexit/object-exit.xml" testGroup="checkList" />
<run controlFile="objectexit/object-exit-display.xml" testGroup="refNameDisplayNameOnly" />
<!--
-->

<run controlFile="collectionobject/collectionobject-adv-search.xml" testGroup="advSearchCommonSchema" />
<run controlFile="collectionobject/collectionobject-adv-search.xml" testGroup="advSearchExtensionSchema" />
<run controlFile="acquisitions/acquisitions.xml" testGroup="makeone" />
<run controlFile="acquisitions/acquisitions.xml" testGroup="testList" />
<run controlFile="relation/relation.xml" testGroup="makeRelations" />
<!--
-->

<!-- No - this test is broken
<run controlFile="relation/relation.xml" testGroup="r2only" />
Expand All @@ -66,6 +62,5 @@
<run controlFile="authrefs/authrefsSimple.xml" testGroup="AuthRefsSimple" />
<run controlFile="authrefs/authrefsComplex.xml" testGroup="AuthRefsComplex" />
<run controlFile="imports/imports.xml" testGroup="importsTestGroup" />

</xmlReplayMaster>

Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ public interface IClientQueryParams {
public static final String PAGE_SIZE_PARAM = "pgSz";
public static final String START_PAGE_PARAM = "pgNum";
public static final String SORT_BY_PARAM = "sortBy";
public static final String IMPORT_TIMEOUT_PARAM = "impTimout";

}
Loading

0 comments on commit 5037105

Please sign in to comment.