Testsuite: org.simpleframework.xml.core.UnionNamespaceTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
------------- Standard Output ---------------
<example>
   <path>
      <x:a xmlns:x="http://www.xml.com/ns">A</x:a>
      <x:x xmlns:x="http://www.xml.com/ns">X</x:x>
   </path>
</example><example>
   <path>
      <x:a xmlns:x="http://www.xml.com/ns">A</x:a>
      <x:x xmlns:x="http://www.xml.com/ns">X</x:x>
   </path>
</example>
<example ID="0">
   <path>
      <!-- java.lang.String -->
      <x:a ID="1" xmlns:x="http://www.xml.com/ns">A</x:a>
      <!-- java.lang.String -->
      <x:x ID="2" xmlns:x="http://www.xml.com/ns">X</x:x>
   </path>
</example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionNamespaceTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Example ID="0">
   <Path>
      <!-- java.lang.String -->
      <x:A ID="1" xmlns:x="http://www.xml.com/ns">A</x:A>
      <!-- java.lang.String -->
      <x:X ID="2" xmlns:x="http://www.xml.com/ns">X</x:X>
   </Path>
</Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionNamespaceTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testNamespaceWithUnion took 0.136 sec
Testcase: testDirectory took 0 sec
