You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2010/03/17 15:40:35 UTC

svn commit: r924313 - /cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded

Author: sergeyb
Date: Wed Mar 17 14:40:34 2010
New Revision: 924313

URL: http://svn.apache.org/viewvc?rev=924313&view=rev
Log:
Adding a missing test resource

Added:
    cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded

Added: cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded?rev=924313&view=auto
==============================================================================
--- cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded (added)
+++ cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/resources/attachmentFormJsonJaxbEncoded Wed Mar 17 14:40:34 2010
@@ -0,0 +1,17 @@
+
+--bqJky99mlBWa-ZuqjC53mG6EzbmlxB
+Content-Disposition: form-data; name="bookJson"
+Content-Type: application/json; charset=US-ASCII
+Content-Transfer-Encoding: base64
+Content-ID: <jsonPart>
+
+eyJCb29rIjp7Im5hbWUiOiJDWEYgaW4gQWN0aW9uIC0gMSIsImlkIjoxMjN9fQ==
+--bqJky99mlBWa-ZuqjC53mG6EzbmlxB
+Content-Disposition: form-data; name="bookXML"
+Content-Type: application/xml
+Content-Transfer-Encoding: quoted-printable
+Content-ID: <jaxbPart>
+
+<Book><name>CX=
+F in Action - 2</name></Book>
+--bqJky99mlBWa-ZuqjC53mG6EzbmlxB--
\ No newline at end of file