1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Testsuite: org.simpleframework.xml.core.PathErrorTest
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.086 sec
------------- Standard Output ---------------
<header>
<tradeIdentifier>
<tradeKey>
<sourceSystem xmlns="">VALUE</sourceSystem>
</tradeKey>
</tradeIdentifier>
<book id="BOOK">
<identifier>
<code xmlns="">code</code>
<sourceSystem xmlns="">VALUE</sourceSystem>
<type xmlns="">SHORT_NAME</type>
</identifier>
<role xmlns="">VALUE</role>
</book>
<trader id="TID">
<identifier>
<code xmlns="">tCode</code>
<sourceSystem xmlns="">VALUE</sourceSystem>
<type xmlns="">SHORT_NAME</type>
</identifier>
<role xmlns="">VALUE</role>
</trader>
</header>
------------- ---------------- ---------------
Testcase: testRepeat took 0.083 sec
|