From: Aron Roberts Date: Thu, 5 Aug 2010 05:59:05 +0000 (+0000) Subject: CSPACE-2578: Recommenting test method / case temporarily uncommented in r2802, to... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=1de473f39f2ad20a82e0ad9954893a5714ea77b8;p=tmp%2Fjakarta-migration.git CSPACE-2578: Recommenting test method / case temporarily uncommented in r2802, to avoid breaking services tests for nightly build. --- diff --git a/services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java b/services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java index f66b21c41..92d1d2613 100644 --- a/services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java +++ b/services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java @@ -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));