From 6cdb2b2772a9f8cd6ee78148f06190a05a02fc57 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 11 Aug 2010 19:22:22 +0000 Subject: [PATCH] CSPACE-2578: Re-enabled test for XML parsing bug, where whitespace (and presumably any text) between the container element of a repeatable group and its first child prevented record creation. After the XML parsing-related improvements in CSPACE-2622, this issue appears to have been resolved, and this test now passes. --- .../services/client/test/AcquisitionServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 92d1d2613..f66b21c41 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)); -- 2.47.3