From: Sanjay Dalal Date: Fri, 17 Apr 2009 17:38:43 +0000 (+0000) Subject: CSPACE-66 Extended the JAX-RS prototype to exchange multi-part content (each part... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9a745ce0db9b490ae91fc2288acd711a415bd7b7;p=tmp%2Fjakarta-migration.git CSPACE-66 Extended the JAX-RS prototype to exchange multi-part content (each part corresponding elements from different schemas hello.xsd or world.xsd) between the service provider and consumer --- diff --git a/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java index 57aed5749..b2dff47d8 100644 --- a/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java +++ b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java @@ -103,7 +103,7 @@ public class MultipartServiceTest { } private void verbose(String msg) { - System.out.println("PersonServiceTest : " + msg); + System.out.println("MultipartServiceTest : " + msg); } private void verbose(String msg, Object o, Class clazz) {