]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-2578: Recommenting test method / case temporarily uncommented in r2802, to...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 5 Aug 2010 05:59:05 +0000 (05:59 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 5 Aug 2010 05:59:05 +0000 (05:59 +0000)
services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java

index f66b21c418492e37c382e6985393d5f9cd3f4901..92d1d261398f29fcaa2a41fc22d7e4e9cd4d9f9f 100644 (file)
@@ -179,8 +179,8 @@ public class AcquisitionServiceTest extends AbstractServiceTestImpl {
     // out for check-in, to prevent service tests from failing.  Can uncomment to test
     // fixes, and also after the issue is resolved, to help detect any regressions.
 
-    @Test(dataProvider = "testName", dataProviderClass = AbstractServiceTestImpl.class,
-        dependsOnMethods = {"create", "testSubmitRequest"}, groups = {"cspace2578group"})
+    // @Test(dataProvider = "testName", dataProviderClass = AbstractServiceTestImpl.class,
+    //    dependsOnMethods = {"create", "testSubmitRequest"}, groups = {"cspace2578group"})
     public void createFromXmlWhitespaceAfterRepeatableGroupTag(String testName) throws Exception {
         if (logger.isDebugEnabled()) {
             logger.debug(testBanner(testName, CLASS_NAME));