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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.convert.RegistryStrategyTest.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
Testsuite: org.simpleframework.xml.convert.RegistryStrategyTest
 
2
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.194 sec
 
3
------------- Standard Output ---------------
 
4
<a:petShop xmlns:a="http://domain/a">
 
5
   <b:pets xmlns:b="http://domain/b">
 
6
      <pet class="org.simpleframework.xml.convert.ExampleConverters$Dog" name="Lassie" age="10"/>
 
7
      <pet class="org.simpleframework.xml.convert.ExampleConverters$Cat">
 
8
         <name>Kitty</name>
 
9
         <age>2</age>
 
10
      </pet>
 
11
   </b:pets>
 
12
</a:petShop>------------- ---------------- ---------------
 
13
 
 
14
Testcase: testConverter took 0.19 sec
 
15
Testcase: testDirectory took 0 sec