]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4335: XMLReplay test of advanced search within a single field in an extension...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 2 Sep 2011 22:18:27 +0000 (22:18 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 2 Sep 2011 22:18:27 +0000 (22:18 +0000)
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/collectionobject-adv-search.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml

index 22e8f0f4299f090b85af2c7729b5d2af722c28b0..94a705528023077ae1e2cc3760a586fad1154bdf 100644 (file)
@@ -3,7 +3,7 @@
 <xmlReplay>
     <auths>
         <!-- IMPORTANT: THESE ARE STICKY :: THEY STICK AROUND UNTIL RESET, IN EXEC ORDER OF THIS FILE. -->
-        <auth ID="admin@lifesci.collectionspace.org">YWRtaW5AY29yZS5jb2xsZWN0aW9uc3BhY2Uub3JnOkFkbWluaXN0cmF0b3I=</auth>
+        <auth ID="admin@lifesci.collectionspace.org">YWRtaW5AbGlmZXNjaS5jb2xsZWN0aW9uc3BhY2Uub3JnOkFkbWluaXN0cmF0b3I=</auth>
     </auths>
     
     <testGroup ID="advSearchCommonSchema" autoDeletePOSTS="true">
@@ -28,7 +28,7 @@
    
     <testGroup ID="advSearchExtensionSchema" autoDeletePOSTS="true">
         <!-- Create a new CollectionObject record with an extension schema part -->
-       <test ID="co2"  auth="admin@lifesci.collectionspace.org">
+       <test ID="co2" auth="admin@lifesci.collectionspace.org">
              <method>POST</method>
              <uri>/cspace-services/collectionobjects/</uri>
              <filename>collectionobject/co2.xml</filename>
@@ -46,7 +46,6 @@
         </test>
         <!-- Advanced search for CollectionObject records matching the -->
         <!-- expected text within a single field in the extension schema part. -->
-        <!--
         <test ID="co2advsearch">
             <method>GET</method>
             <uri>/cspace-services/collectionobjects?as=collectionobjects_naturalhistory%3AfieldLocVerbatim%3D'jlmbsoqjlmbsoq'</uri>
@@ -56,7 +55,6 @@
                 <filename>collectionobject/res/co2-adv-search-lifesci.res.xml</filename>
              </response>
          </test>
-         -->
     </testGroup>
 
 </xmlReplay>
index 09c39d28e58ebd7d7f2b8800d56120f63130b884..65a1660e17f553dda65b4b3240be88db0c66ec29 100755 (executable)
@@ -38,6 +38,7 @@
     <run controlFile="objectexit/object-exit.xml" testGroup="checkList" />\r
     <run controlFile="objectexit/object-exit-display.xml" testGroup="refNameDisplayNameOnly" />\r
     <run controlFile="collectionobject/collectionobject-adv-search.xml" testGroup="advSearchCommonSchema" />\r
+    <run controlFile="collectionobject/collectionobject-adv-search.xml" testGroup="advSearchExtensionSchema" />\r
     <run controlFile="acquisitions/acquisitions.xml" testGroup="makeone" />\r
     <run controlFile="acquisitions/acquisitions.xml" testGroup="testList" />\r
     <run controlFile="relation/relation.xml" testGroup="makeRelations" />\r