From: Sanjay Dalal Date: Fri, 30 Oct 2009 18:58:45 +0000 (+0000) Subject: CSPACE-443 added test with quotes in brief description. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=7f40fccc9c31245a05d271d8979243f73378f7fd;p=tmp%2Fjakarta-migration.git CSPACE-443 added test with quotes in brief description. mvn test on collectionobjects passes --- 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 7301939a3..dc6b6c6ce 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 @@ -596,6 +596,9 @@ public class CollectionObjectServiceTest extends AbstractServiceTest { collectionObject.setObjectNumber(objectNumber); collectionObject.setObjectName(objectName); collectionObject.setAge(""); //test for null string + collectionObject.setBriefDescription("Papier mache bird mask with horns, " + + "painted red with black and yellow spots. " + + "Puerto Rico. ca. 8" high, 6" wide, projects 10" (with horns)."); MultipartOutput multipart = new MultipartOutput(); OutputPart commonPart = multipart.addPart(collectionObject, MediaType.APPLICATION_XML_TYPE);