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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.core.TypeTest.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.core.TypeTest
2
 
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.293 sec
 
2
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.296 sec
3
3
------------- Standard Output ---------------
4
4
<test>
5
5
   <primitive>
45
45
   </object>
46
46
</test>
47
47
<test ID="0">
 
48
   <!-- org.simpleframework.xml.core.TypeTest$PrimitiveEntry -->
48
49
   <primitive ID="1">
49
50
      <boolean>true</boolean>
50
51
      <byte>16</byte>
54
55
      <long>1234567</long>
55
56
      <double>1234567.89</double>
56
57
   </primitive>
 
58
   <!-- org.simpleframework.xml.core.TypeTest$ObjectEntry -->
57
59
   <object ID="2">
 
60
      <!-- java.lang.Boolean -->
58
61
      <boolean ID="3">true</boolean>
 
62
      <!-- java.lang.Byte -->
59
63
      <byte ID="4">16</byte>
 
64
      <!-- java.lang.Short -->
60
65
      <short ID="5">120</short>
 
66
      <!-- java.lang.Integer -->
61
67
      <integer ID="6">1234</integer>
 
68
      <!-- java.lang.Float -->
62
69
      <float ID="7">1234.56</float>
 
70
      <!-- java.lang.Long -->
63
71
      <long ID="8">1234567</long>
 
72
      <!-- java.lang.Double -->
64
73
      <double ID="9">1234567.89</double>
 
74
      <!-- java.lang.String -->
65
75
      <string ID="10">text value</string>
 
76
      <!-- org.simpleframework.xml.core.TypeTest$TestEnum -->
66
77
      <enum ID="11">TWO</enum>
67
78
   </object>
68
 
</test><Test ID="0">
 
79
</test>>>>>> ELEMENT=[element test]
 
80
>>>>> TYPE=[class org.simpleframework.xml.core.TypeTest$Entry]
 
81
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
82
<Test ID="0">
 
83
   <!-- org.simpleframework.xml.core.TypeTest$PrimitiveEntry -->
69
84
   <Primitive ID="1">
70
85
      <Boolean>true</Boolean>
71
86
      <Byte>16</Byte>
75
90
      <Long>1234567</Long>
76
91
      <Double>1234567.89</Double>
77
92
   </Primitive>
 
93
   <!-- org.simpleframework.xml.core.TypeTest$ObjectEntry -->
78
94
   <Object ID="2">
 
95
      <!-- java.lang.Boolean -->
79
96
      <Boolean ID="3">true</Boolean>
 
97
      <!-- java.lang.Byte -->
80
98
      <Byte ID="4">16</Byte>
 
99
      <!-- java.lang.Short -->
81
100
      <Short ID="5">120</Short>
 
101
      <!-- java.lang.Integer -->
82
102
      <Integer ID="6">1234</Integer>
 
103
      <!-- java.lang.Float -->
83
104
      <Float ID="7">1234.56</Float>
 
105
      <!-- java.lang.Long -->
84
106
      <Long ID="8">1234567</Long>
 
107
      <!-- java.lang.Double -->
85
108
      <Double ID="9">1234567.89</Double>
 
109
      <!-- java.lang.String -->
86
110
      <String ID="10">text value</String>
 
111
      <!-- org.simpleframework.xml.core.TypeTest$TestEnum -->
87
112
      <Enum ID="11">TWO</Enum>
88
113
   </Object>
89
 
</Test><test>
 
114
</Test>>>>>> ELEMENT=[element Test]
 
115
>>>>> TYPE=[class org.simpleframework.xml.core.TypeTest$Entry]
 
116
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
117
<test>
90
118
   <primitive>
91
119
      <boolean>true</boolean>
92
120
      <byte>16</byte>
130
158
   </object>
131
159
</test>
132
160
<test ID="0">
 
161
   <!-- org.simpleframework.xml.core.TypeTest$PrimitiveEntry -->
133
162
   <primitive ID="1">
134
163
      <boolean>true</boolean>
135
164
      <byte>16</byte>
139
168
      <long>1234567</long>
140
169
      <double>1234567.89</double>
141
170
   </primitive>
 
171
   <!-- org.simpleframework.xml.core.TypeTest$ObjectEntry -->
142
172
   <object ID="2">
 
173
      <!-- java.lang.Boolean -->
143
174
      <boolean ID="3">true</boolean>
 
175
      <!-- java.lang.Byte -->
144
176
      <byte ID="4">16</byte>
 
177
      <!-- java.lang.Short -->
145
178
      <short ID="5">120</short>
 
179
      <!-- java.lang.Integer -->
146
180
      <integer ID="6">1234</integer>
 
181
      <!-- java.lang.Float -->
147
182
      <float ID="7">1234.56</float>
 
183
      <!-- java.lang.Long -->
148
184
      <long ID="8">1234567</long>
 
185
      <!-- java.lang.Double -->
149
186
      <double ID="9">1234567.89</double>
 
187
      <!-- java.lang.String -->
150
188
      <string ID="10">text value</string>
 
189
      <!-- org.simpleframework.xml.core.TypeTest$TestEnum -->
151
190
      <enum ID="11">TWO</enum>
152
191
   </object>
153
 
</test><Test ID="0">
 
192
</test>>>>>> ELEMENT=[element test]
 
193
>>>>> TYPE=[class org.simpleframework.xml.core.TypeTest$Entry]
 
194
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
195
<Test ID="0">
 
196
   <!-- org.simpleframework.xml.core.TypeTest$PrimitiveEntry -->
154
197
   <Primitive ID="1">
155
198
      <Boolean>true</Boolean>
156
199
      <Byte>16</Byte>
160
203
      <Long>1234567</Long>
161
204
      <Double>1234567.89</Double>
162
205
   </Primitive>
 
206
   <!-- org.simpleframework.xml.core.TypeTest$ObjectEntry -->
163
207
   <Object ID="2">
 
208
      <!-- java.lang.Boolean -->
164
209
      <Boolean ID="3">true</Boolean>
 
210
      <!-- java.lang.Byte -->
165
211
      <Byte ID="4">16</Byte>
 
212
      <!-- java.lang.Short -->
166
213
      <Short ID="5">120</Short>
 
214
      <!-- java.lang.Integer -->
167
215
      <Integer ID="6">1234</Integer>
 
216
      <!-- java.lang.Float -->
168
217
      <Float ID="7">1234.56</Float>
 
218
      <!-- java.lang.Long -->
169
219
      <Long ID="8">1234567</Long>
 
220
      <!-- java.lang.Double -->
170
221
      <Double ID="9">1234567.89</Double>
 
222
      <!-- java.lang.String -->
171
223
      <String ID="10">text value</String>
 
224
      <!-- org.simpleframework.xml.core.TypeTest$TestEnum -->
172
225
      <Enum ID="11">TWO</Enum>
173
226
   </Object>
174
 
</Test>------------- ---------------- ---------------
 
227
</Test>>>>>> ELEMENT=[element Test]
 
228
>>>>> TYPE=[class org.simpleframework.xml.core.TypeTest$Entry]
 
229
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
230
------------- ---------------- ---------------
175
231
 
176
232
Testcase: testPrimitive took 0.288 sec
177
233
Testcase: testDirectory took 0.001 sec