File: TEST-org.simpleframework.xml.transform.TransformerTest.txt

package info (click to toggle)
simple-xml 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 45,356; xml: 277; sh: 11; makefile: 10
file content (49 lines) | stat: -rw-r--r-- 2,679 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Testsuite: org.simpleframework.xml.transform.TransformerTest
Tests run: 24, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
------------- Standard Error -----------------
org.simpleframework.xml.transform.InvalidFormatException: Cannot convert 'too long' to a character
	at org.simpleframework.xml.transform.CharacterTransform.read(CharacterTransform.java:56)
	at org.simpleframework.xml.transform.CharacterTransform.read(CharacterTransform.java:42)
	at org.simpleframework.xml.transform.Transformer.read(Transformer.java:106)
	at org.simpleframework.xml.transform.TransformerTest.testInvalidCharacter(TransformerTest.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
------------- ---------------- ---------------

Testcase: testInteger took 0.005 sec
Testcase: testString took 0.001 sec
Testcase: testCharacter took 0.001 sec
Testcase: testInvalidCharacter took 0.005 sec
Testcase: testFloat took 0.001 sec
Testcase: testDouble took 0.001 sec
Testcase: testBoolean took 0.001 sec
Testcase: testLong took 0.001 sec
Testcase: testShort took 0 sec
Testcase: testPrimitiveIntegerArray took 0.001 sec
Testcase: testPrimitiveLongArray took 0.001 sec
Testcase: testPrimitiveShortArray took 0 sec
Testcase: testPrimitiveByteArray took 0 sec
Testcase: testPrimitiveFloatArray took 0 sec
Testcase: testPrimitiveDoubleArray took 0 sec
Testcase: testPrimitiveCharacterArray took 0.001 sec
Testcase: testIntegerArray took 0.001 sec
Testcase: testBooleanArray took 0 sec
Testcase: testLongArray took 0 sec
Testcase: testShortArray took 0 sec
Testcase: testByteArray took 0 sec
Testcase: testFloatArray took 0.001 sec
Testcase: testDoubleArray took 0 sec
Testcase: testCharacterArray took 0 sec