Testsuite: org.simpleframework.xml.core.ConverterDecorationTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
------------- Standard Error -----------------
<ConverterDecoration id="0">
   <List class="java.util.ArrayList" id="1">
      <ConverterDecorationExample id="2" xmlns="http://blah/host1">duplicate</ConverterDecorationExample>
      <ConverterDecorationExample id="3" xmlns="http://blah/host1">a</ConverterDecorationExample>
      <ConverterDecorationExample id="4" xmlns="http://blah/host1">b</ConverterDecorationExample>
      <ConverterDecorationExample id="5" xmlns="http://blah/host1">c</ConverterDecorationExample>
      <ConverterDecorationExample reference="2" xmlns="http://blah/host1"/>
      <ConverterDecorationExample id="6" xmlns="http://blah/host1">d</ConverterDecorationExample>
      <ConverterDecorationExample reference="2" xmlns="http://blah/host1"/>
   </List>
   <Normal class="java.util.ArrayList" id="7">
      <NormalExample id="8" xmlns="http://blah/normal">
         <Name id="9">duplicate</Name>
      </NormalExample>
      <NormalExample id="10" xmlns="http://blah/normal">
         <Name id="11">1</Name>
      </NormalExample>
      <NormalExample id="12" xmlns="http://blah/normal">
         <Name id="13">2</Name>
      </NormalExample>
      <NormalExample reference="8" xmlns="http://blah/normal"/>
   </Normal>
</ConverterDecoration>------------- ---------------- ---------------

Testcase: testConverter took 0.099 sec
Testcase: testDirectory took 0 sec
