<!-- 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>