File: TEST-org.simpleframework.xml.core.PathErrorTest.txt

package info (click to toggle)
simple-xml 2.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,528 kB
  • sloc: java: 45,356; xml: 273; sh: 11; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 870 bytes parent folder | download | duplicates (3)
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