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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.stream.NodeWriterTest.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.stream.NodeWriterTest
2
 
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
 
2
Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.048 sec
3
3
------------- Standard Output ---------------
4
4
<root id="test" name="testRoot">
5
5
   <child-of-root name="child of root">
18
18
   </fourth-child>
19
19
</root>
20
20
------------- ---------------- ---------------
 
21
------------- Standard Error -----------------
 
22
org.simpleframework.xml.stream.NodeException: No root node
 
23
        at org.simpleframework.xml.stream.OutputDocument.commit(OutputDocument.java:332)
 
24
        at org.simpleframework.xml.stream.NodeWriterTest.testEarlyCommit(NodeWriterTest.java:15)
 
25
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
26
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 
27
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
28
        at java.lang.reflect.Method.invoke(Method.java:585)
 
29
        at junit.framework.TestCase.runTest(TestCase.java:154)
 
30
        at junit.framework.TestCase.runBare(TestCase.java:127)
 
31
        at junit.framework.TestResult$1.protect(TestResult.java:106)
 
32
        at junit.framework.TestResult.runProtected(TestResult.java:124)
 
33
        at junit.framework.TestResult.run(TestResult.java:109)
 
34
        at junit.framework.TestCase.run(TestCase.java:118)
 
35
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
 
36
        at junit.framework.TestSuite.run(TestSuite.java:203)
 
37
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
 
38
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
 
39
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
 
40
------------- ---------------- ---------------
21
41
 
22
 
Testcase: testBasicWrite took 0.038 sec
 
42
Testcase: testEarlyCommit took 0.018 sec
 
43
Testcase: testBasicWrite took 0.02 sec
23
44
Testcase: testWrite took 0.002 sec
24
 
Testcase: testDirectory took 0.001 sec
 
45
Testcase: testDirectory took 0 sec