From: Aron Roberts Date: Fri, 25 Jun 2010 18:34:32 +0000 (+0000) Subject: CSPACE-2242: Trivial comments clean-up. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=29f3d36079448fdd903d5f0cdb77d3c3b6977f61;p=tmp%2Fjakarta-migration.git CSPACE-2242: Trivial comments clean-up. --- diff --git a/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java b/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java index 8a722d302..4c503d82b 100644 --- a/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java +++ b/services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java @@ -174,7 +174,7 @@ public class CollectionObjectServiceTest extends AbstractServiceTestImpl { */ // Verify that record creation occurs successfully when the first value instance - // of a single, repeatble String scalar field is non-blank. + // of a single, repeatable String scalar field is non-blank. @Test(dataProvider = "testName", dataProviderClass = AbstractServiceTestImpl.class, dependsOnMethods = {"create", "testSubmitRequest"}, groups = {"cspace2242group"}) public void createFromXmlNonBlankFirstValueInstance(String testName) throws Exception { @@ -191,7 +191,7 @@ public class CollectionObjectServiceTest extends AbstractServiceTestImpl { } // Verify that record creation occurs successfully when the first value instance - // of a single, repeatble String scalar field is blank. + // of a single, repeatable String scalar field is blank. @Test(dataProvider = "testName", dataProviderClass = AbstractServiceTestImpl.class, dependsOnMethods = {"create", "testSubmitRequest"}, groups = {"cspace2242group"}) public void createFromXmlBlankFirstValueInstance(String testName) throws Exception { @@ -270,14 +270,15 @@ public class CollectionObjectServiceTest extends AbstractServiceTestImpl { testSubmitRequest(newId); } -// /* -// * Tests to diagnose and verify the fixed status of CSPACE-1248, -// * "Wedged records created!" (i.e. records with child repeatable -// * fields, which contain null values, can be successfully created -// * but an error occurs on trying to retrieve those records). -// */ + /* + * Tests to diagnose and verify the fixed status of CSPACE-1248, + * "Wedged records created!" (i.e. records with child repeatable + * fields, which contain null values, can be successfully created + * but an error occurs on trying to retrieve those records). + */ + /** - * Creates the with null value repeatable field. + * Creates a CollectionObject resource with a null value repeatable field. * * @param testName the test name * @throws Exception the exception