You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-android/libs/simple-xml-2.7/test/report/TEST-org.simpleframework.xm...

23 lines
656 B

Testsuite: org.simpleframework.xml.core.NamespaceInheritanceTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.086 sec
------------- Standard Output ---------------
<aaa xmlns="namespace1">
<bbb xmlns="namespace2">
<aaa xmlns="namespace1">
<bbb xmlns="namespace2"/>
</aaa>
</bbb>
</aaa>
<aaa:aaaWithPrefix xmlns:aaa="namespace1">
<bbb:bbb xmlns:bbb="namespace2">
<aaa:aaa>
<bbb:bbb/>
</aaa:aaa>
</bbb:bbb>
</aaa:aaaWithPrefix>
------------- ---------------- ---------------
Testcase: testNamespace took 0.077 sec
Testcase: testNamespacePrefix took 0.006 sec
Testcase: testDirectory took 0 sec