You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by aw...@apache.org on 2006/07/28 20:18:41 UTC

svn commit: r426637 - in /incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml: ./ formatted-result.xml raw-source.xml

Author: awhite
Date: Fri Jul 28 11:18:41 2006
New Revision: 426637

URL: http://svn.apache.org/viewvc?rev=426637&view=rev
Log:
Add resources needed for TestXMLWriter test.


Added:
    incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/
    incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml
    incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml

Added: incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml?rev=426637&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml (added)
+++ incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/formatted-result.xml Fri Jul 28 11:18:41 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root attr1="1" attr2="2">
+    <list/>
+    <list>
+        text 1
+    </list>
+    <list>
+        <inner-list/>
+        <inner-list>
+            text 2
+        </inner-list>
+    </list>
+</root>

Added: incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml?rev=426637&view=auto
==============================================================================
--- incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml (added)
+++ incubator/openjpa/trunk/openjpa-lib/src/test/resources/org/apache/openjpa/lib/xml/raw-source.xml Fri Jul 28 11:18:41 2006
@@ -0,0 +1,2 @@
+<?xml version="1.0"?>
+<root attr1="1" attr2="2"><list/><list>text 1</list><list><inner-list/><inner-list>text 2</inner-list></list></root>