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

package info (click to toggle)
simple-xml 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 45,356; xml: 277; sh: 11; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 552 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
Testsuite: org.simpleframework.xml.core.PathDuplicateTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
------------- Standard Output ---------------
<example>
   <y>
      <x>a</x>
   </y>
   <y>
      <x>b</x>
   </y>
</example>
<StyleExample>
   <Path>
      <Details>
         <Name>a</Name>
      </Details>
   </Path>
   <Path>
      <Details>
         <Name>b</Name>
      </Details>
   </Path>
</StyleExample>
------------- ---------------- ---------------

Testcase: testDup took 0.095 sec
Testcase: testStyleDup took 0.01 sec