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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.convert.CombinedStrategyTest.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.CombinedStrategyTest
 
2
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.17 sec
 
3
------------- Standard Output ---------------
 
4
<combinationExample>
 
5
   <item>
 
6
      <value>1</value>
 
7
      <type>org.simpleframework.xml.convert.CombinedStrategyTest$RegistryItemConverter</type>
 
8
   </item>
 
9
   <overriddenItem value="2" type="org.simpleframework.xml.convert.CombinedStrategyTest$AnnotationItemConverter"/>
 
10
   <extendedItem class="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItem" value="3" type="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItemConverter"/>
 
11
</combinationExample>
 
12
<combination-example>
 
13
   <item>
 
14
      <value>1</value>
 
15
      <type>org.simpleframework.xml.convert.CombinedStrategyTest$RegistryItemConverter</type>
 
16
   </item>
 
17
   <overridden-item value="2" type="org.simpleframework.xml.convert.CombinedStrategyTest$AnnotationItemConverter"/>
 
18
   <extended-item class="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItem" value="3" type="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItemConverter"/>
 
19
</combination-example>
 
20
------------- ---------------- ---------------
 
21
 
 
22
Testcase: testCombinedStrategy took 0.14 sec
 
23
Testcase: testCombinationStrategyWithStyle took 0.018 sec
 
24
Testcase: testDirectory took 0 sec