mirror of https://github.com/apache/openjpa.git
Add resources needed for TestXMLWriter test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@426637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c105fe6094
commit
1a6d7d547c
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue