[Jboss-cvs] JBossAS SVN: r57066 - trunk/testsuite/src/resources/org/jboss/test/xml

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 22 04:31:04 EDT 2006


Author: alex.loubyansky at jboss.com
Date: 2006-09-22 04:31:02 -0400 (Fri, 22 Sep 2006)
New Revision: 57066

Modified:
   trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCase.xsd
   trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseImageWithContentType.xml
   trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseJpeg.xml
Log:
Heiko's changes

Modified: trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCase.xsd
===================================================================
--- trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCase.xsd	2006-09-22 08:30:07 UTC (rev 57065)
+++ trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCase.xsd	2006-09-22 08:31:02 UTC (rev 57066)
@@ -25,7 +25,9 @@
         <xs:element name="awtImage" type="xmime:base64Binary" minOccurs="0"/>
         <xs:element name="source" type="xmime:base64Binary" minOccurs="0"/>
         <xs:element name="string" type="xmime:base64Binary" minOccurs="0"/>
-        <xs:element name="dataHandler" type="xmime:base64Binary" minOccurs="0"/>
+
+        <xs:element name="octets" type="xs:base64Binary" minOccurs="0"/>
+
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Modified: trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseImageWithContentType.xml
===================================================================
--- trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseImageWithContentType.xml	2006-09-22 08:30:07 UTC (rev 57065)
+++ trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseImageWithContentType.xml	2006-09-22 08:31:02 UTC (rev 57066)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<e xmlns="http://www.jboss.org/xml/test/xop"
-   xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
-  <imageWithContentType xmime:contentType="image/png">
-    <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:imageWithContentType"/>
-  </imageWithContentType>
-</e>
+<ns_e:e xmlns:ns_e='http://www.jboss.org/xml/test/xop'>
+  <ns_e:imageWithContentType>
+    <xop:Include href='cid:imageWithContentType' xmlns:xop='http://www.w3.org/2004/08/xop/include'></xop:Include>
+  </ns_e:imageWithContentType>
+</ns_e:e>

Modified: trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseJpeg.xml
===================================================================
--- trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseJpeg.xml	2006-09-22 08:30:07 UTC (rev 57065)
+++ trunk/testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCaseJpeg.xml	2006-09-22 08:31:02 UTC (rev 57066)
@@ -3,4 +3,4 @@
   <jpeg>
     <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:jpeg"/>
   </jpeg>
-</e>
+</e>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list