]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6338: Temporarily commented out a block of the tests of the event listener...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 2 Apr 2014 22:43:33 +0000 (15:43 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 2 Apr 2014 22:43:33 +0000 (15:43 -0700)
services/IntegrationTests/src/test/resources/test-data/xmlreplay/listener/listener-update-object-loc.xml

index 52147be04ae1a2b960e395f3d154e6b769a42616..56016e269ddf87a605dff7c2fa4b23219fde8c87 100644 (file)
         <!-- deemed to have taken place later than a Movement with an earlier -->
         <!-- update timestamp, if both have identical location dates. -->
         
+        <!-- The following block is temporarily commented out while sorting out CSPACE-6338 -->
+        <!--
         <test ID="createMovement6">
             <method>POST</method>
             <uri>/cspace-services/movements</uri>
             <filename>listener/movement.xml</filename>
             <vars>
                 <var ID="currentLocation">urn:cspace:core.collectionspace.org:locationauthorities:name(offsite_sla):item:name(Spokane1358215545524)'Spokane, WA, USA'</var>
-                <var ID="locationDate">${updateMovement3WithNonBlankCurrentLocation.locationDate}</var> <!-- Identical to Movement 3 -->
+                <Note: value below is identical to that of Movement 3:>
+                <var ID="locationDate">${updateMovement3WithNonBlankCurrentLocation.locationDate}</var>
             </vars>
             <expectedCodes>201</expectedCodes>
         </test>
             </vars>
             <expectedCodes>201</expectedCodes>
         </test>
+        -->
         
         <!-- See comment on updateMovement1 for an explanation of why this -->
         <!-- update is needed, after creating a new relation -->
+        
+        <!-- The following block is temporarily commented out while sorting out CSPACE-6338 -->
+        <!--
         <test ID="updateMovement6">
             <method>PUT</method>
             <uri>/cspace-services/movements/${createMovement6.CSID}</uri>
             <filename>listener/movement.xml</filename>
             <vars>
                 <var ID="currentLocation">${createMovement3.currentLocation}</var>
-                <var ID="locationDate">${updateMovement3WithNonBlankCurrentLocation.locationDate}</var> <!-- Identical to Movement 6 -->
+                <Note: value below is identical to that of Movement 6:>
+                <var ID="locationDate">${updateMovement3WithNonBlankCurrentLocation.locationDate}</var>
             </vars>
             <expectedCodes>200</expectedCodes>
         </test>
             </response>
             <expectedCodes>200</expectedCodes>
         </test>
+        -->
         
     </testGroup>