]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-327,CSPACE-337: deleteCollectionObject() in CollectionObject client tests...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 6 Aug 2009 21:29:34 +0000 (21:29 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 6 Aug 2009 21:29:34 +0000 (21:29 +0000)
services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java

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