[jboss-svn-commits] JBoss Common SVN: r4872 - jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Dec 6 11:37:57 EST 2010
Author: alex.loubyansky at jboss.com
Date: 2010-12-06 11:37:56 -0500 (Mon, 06 Dec 2010)
New Revision: 4872
Added:
jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWithCollections.xml
Removed:
jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWIthCollections.xml
Log:
JBXB-255
Deleted: jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWIthCollections.xml
===================================================================
--- jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWIthCollections.xml 2010-12-01 20:21:36 UTC (rev 4871)
+++ jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWIthCollections.xml 2010-12-06 16:37:56 UTC (rev 4872)
@@ -1,10 +0,0 @@
-<root>
- <strings>1</strings>
- <strings>2</strings>
- <ints>1</ints>
- <ints>2</ints>
- <strings>3</strings>
- <strings>4</strings>
- <ints>3</ints>
- <ints>4</ints>
-</root>
\ No newline at end of file
Added: jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWithCollections.xml
===================================================================
--- jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWithCollections.xml (rev 0)
+++ jbossxb/trunk/src/test/resources/org/jboss/test/xml/unorderedsequence/test/UnorderedSequenceWithCollections.xml 2010-12-06 16:37:56 UTC (rev 4872)
@@ -0,0 +1,10 @@
+<root>
+ <strings>1</strings>
+ <strings>2</strings>
+ <ints>1</ints>
+ <ints>2</ints>
+ <strings>3</strings>
+ <strings>4</strings>
+ <ints>3</ints>
+ <ints>4</ints>
+</root>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list