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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.strategy.CommentTest.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.strategy.CommentTest
 
2
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.117 sec
 
3
------------- Standard Output ---------------
 
4
<commentExample>
 
5
   <!-- This represents the name value -->
 
6
   <name>Some Name</name>
 
7
   <!-- This is a value to be used -->
 
8
   <value>A value to use</value>
 
9
   <!-- Yet another comment -->
 
10
   <price>9.99</price>
 
11
</commentExample>------------- ---------------- ---------------
 
12
 
 
13
Testcase: testComment took 0.111 sec
 
14
Testcase: testDirectory took 0 sec