~ubuntu-branches/ubuntu/quantal/simple-xml/quantal

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.core.NamespaceDecoratorTest.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru, Fabian Köster
  • Date: 2010-03-05 19:44:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100305194434-d9mwhyioc9npo9it
Tags: 2.3.2-1
* Standards-Version updated to version 3.8.4

[ Fabian Köster ]
* New upstream release
* Correct license information in debian/pom.xml
* Exclude generated Javadoc from orig-tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Testsuite: org.simpleframework.xml.core.NamespaceDecoratorTest
2
 
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.052 sec
 
2
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.037 sec
3
3
------------- Standard Output ---------------
4
4
<a:root version="1.0" xmlns:global="http://www.domain.com/global" xmlns:first="http://www.domain.com/ignore" xmlns:a="http://www.domain.com/a" xmlns:b="http://www.domain.com/b" xmlns:c="http://www.domain.com/c">
5
5
   <child b:name="John Doe" xmlns:d="http://www.domain.com/d">
8
8
</a:root>
9
9
------------- ---------------- ---------------
10
10
 
11
 
Testcase: testQualifier took 0.041 sec
 
11
Testcase: testQualifier took 0.031 sec
12
12
Testcase: testDirectory took 0 sec