]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1026 recognizes whitespaces in repeated fields, was already recognizing elsewhere
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 2 Mar 2010 01:34:41 +0000 (01:34 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 2 Mar 2010 01:34:41 +0000 (01:34 +0000)
commitce8eae799c3660660d04d38239edfe7a4e70c769
treed4b2532d799a7725577ca59d7272969dd2dda14c
parent74539508ba11148e0c5513e270bffa58699e4d73
CSPACE-1026 recognizes whitespaces in repeated fields, was already recognizing elsewhere
added tests that read raw xml from a file without jaxb unmarshaller. added utility methods in AbstractServiceTestImpl for the same.
test: collectionobject tests

M    services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml
M    services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
M    services/pom.xml
M    services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
M    services/client/pom.xml
services/client/pom.xml
services/client/src/main/java/org/collectionspace/services/client/test/BaseServiceTest.java
services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java
services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml [new file with mode: 0644]
services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml [new file with mode: 0644]
services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml [new file with mode: 0644]
services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
services/pom.xml