]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-330: Added 'updateCollectionObject' test dependency to the 'deleteCollectionOb...
authorRichard Millet <richard.millet@berkeley.edu>
Wed, 12 Aug 2009 20:18:37 +0000 (20:18 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Wed, 12 Aug 2009 20:18:37 +0000 (20:18 +0000)
services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java

index 0d97f9af5146f33051d2d195a3cbf969a55d1d26..1ed03db4c1e272f327ac28ccbdfa39d9a2ea312e 100644 (file)
@@ -407,7 +407,7 @@ public class CollectionObjectServiceTest {
    *
    * Expected status code: 200 OK
    */
-  @Test(dependsOnMethods = {"createCollectionObject", "getCollectionObject"})
+  @Test(dependsOnMethods = {"createCollectionObject", "getCollectionObject", "updateCollectionObject"})
   public void deleteCollectionObject() {
     verbose("Calling deleteCollectionObject:" + knownCollectionObjectId);
     ClientResponse<Response> res = collectionObjectClient.deleteCollectionObject(knownCollectionObjectId);