]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-443 added test with quotes in brief description.
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 30 Oct 2009 18:58:45 +0000 (18:58 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 30 Oct 2009 18:58:45 +0000 (18:58 +0000)
mvn test on collectionobjects passes

services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java

index 7301939a3179bd2d35a9704f476945a8c0ba2a6f..dc6b6c6ce057ec0a60552a27619ee9e3ea2270fa 100644 (file)
@@ -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&quot; high, 6&quot; wide, projects 10&quot; (with horns).");
         MultipartOutput multipart = new MultipartOutput();
         OutputPart commonPart = multipart.addPart(collectionObject,
             MediaType.APPLICATION_XML_TYPE);