Testsuite: org.simpleframework.xml.core.NamespaceDefaultTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
------------- Standard Output ---------------
<a xmlns="http://domain/z" xmlns:x="http://domain/x">
   <y:b xmlns:y="http://domain/y">
      <c xmlns="http://domain/c">
         <d xmlns="http://domain/z">d</d>
      </c>
   </y:b>
</a>
------------- ---------------- ---------------

Testcase: testScope took 0.099 sec
Testcase: testDirectory took 0 sec
