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

« back to all changes in this revision

Viewing changes to test/report/TEST-org.simpleframework.xml.core.DataTest.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.DataTest
2
 
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.23 sec
 
2
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.283 sec
3
3
------------- Standard Output ---------------
4
4
<scrape section="one" address="http://localhost:9090/">
5
5
   <query-list>
57
57
   </query-list>
58
58
</scrape>
59
59
<scrape ID="0" section="one" address="http://localhost:9090/">
60
 
   <query-list ID="1">
61
 
      <query ID="2" type="text" name="title">
62
 
         <data ID="3"><![CDATA[
63
 
             
64
 
               <title> 
65
 
               { 
66
 
                  for $text in .//TITLE
67
 
                  return $text
68
 
               }
69
 
               </title>
70
 
            
71
 
         ]]></data>
72
 
      </query>
73
 
      <query ID="4" type="image" name="news">
74
 
         <data ID="5"><![CDATA[
75
 
               
76
 
               <news>
77
 
               { 
78
 
                  for $text in .//B
79
 
                  return $text
80
 
               }
81
 
               </news>
82
 
            
83
 
         ]]></data>
84
 
      </query>
85
 
   </query-list>
86
 
</scrape><Scrape ID="0" section="one" address="http://localhost:9090/">
87
 
   <QueryList ID="1">
88
 
      <Query ID="2" type="text" name="title">
89
 
         <Data ID="3"><![CDATA[
90
 
             
91
 
               <title> 
92
 
               { 
93
 
                  for $text in .//TITLE
94
 
                  return $text
95
 
               }
96
 
               </title>
97
 
            
98
 
         ]]></Data>
99
 
      </Query>
100
 
      <Query ID="4" type="image" name="news">
101
 
         <Data ID="5"><![CDATA[
102
 
               
103
 
               <news>
104
 
               { 
105
 
                  for $text in .//B
106
 
                  return $text
107
 
               }
108
 
               </news>
109
 
            
110
 
         ]]></Data>
111
 
      </Query>
112
 
   </QueryList>
113
 
</Scrape>------------- ---------------- ---------------
 
60
   <!-- org.simpleframework.xml.util.Dictionary -->
 
61
   <query-list ID="1">
 
62
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
63
      <query ID="2" type="text" name="title">
 
64
         <!-- java.lang.String -->
 
65
         <data ID="3"><![CDATA[
 
66
             
 
67
               <title> 
 
68
               { 
 
69
                  for $text in .//TITLE
 
70
                  return $text
 
71
               }
 
72
               </title>
 
73
            
 
74
         ]]></data>
 
75
      </query>
 
76
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
77
      <query ID="4" type="image" name="news">
 
78
         <!-- java.lang.String -->
 
79
         <data ID="5"><![CDATA[
 
80
               
 
81
               <news>
 
82
               { 
 
83
                  for $text in .//B
 
84
                  return $text
 
85
               }
 
86
               </news>
 
87
            
 
88
         ]]></data>
 
89
      </query>
 
90
   </query-list>
 
91
</scrape>>>>>> ELEMENT=[element scrape]
 
92
>>>>> TYPE=[class org.simpleframework.xml.core.DataTest$Scrape]
 
93
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
94
<Scrape ID="0" section="one" address="http://localhost:9090/">
 
95
   <!-- org.simpleframework.xml.util.Dictionary -->
 
96
   <QueryList ID="1">
 
97
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
98
      <Query ID="2" type="text" name="title">
 
99
         <!-- java.lang.String -->
 
100
         <Data ID="3"><![CDATA[
 
101
             
 
102
               <title> 
 
103
               { 
 
104
                  for $text in .//TITLE
 
105
                  return $text
 
106
               }
 
107
               </title>
 
108
            
 
109
         ]]></Data>
 
110
      </Query>
 
111
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
112
      <Query ID="4" type="image" name="news">
 
113
         <!-- java.lang.String -->
 
114
         <Data ID="5"><![CDATA[
 
115
               
 
116
               <news>
 
117
               { 
 
118
                  for $text in .//B
 
119
                  return $text
 
120
               }
 
121
               </news>
 
122
            
 
123
         ]]></Data>
 
124
      </Query>
 
125
   </QueryList>
 
126
</Scrape>>>>>> ELEMENT=[element Scrape]
 
127
>>>>> TYPE=[class org.simpleframework.xml.core.DataTest$Scrape]
 
128
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
129
<scrape section="one" address="http://localhost:9090/">
 
130
   <query-list>
 
131
      <query type="text" name="title">
 
132
         <data><![CDATA[
 
133
             
 
134
               <title> 
 
135
               { 
 
136
                  for $text in .//TITLE
 
137
                  return $text
 
138
               }
 
139
               </title>
 
140
            
 
141
         ]]></data>
 
142
      </query>
 
143
      <query type="image" name="news">
 
144
         <data><![CDATA[
 
145
               
 
146
               <news>
 
147
               { 
 
148
                  for $text in .//B
 
149
                  return $text
 
150
               }
 
151
               </news>
 
152
            
 
153
         ]]></data>
 
154
      </query>
 
155
   </query-list>
 
156
</scrape><scrape section="one" address="http://localhost:9090/">
 
157
   <query-list>
 
158
      <query type="text" name="title">
 
159
         <data><![CDATA[
 
160
             
 
161
               <title> 
 
162
               { 
 
163
                  for $text in .//TITLE
 
164
                  return $text
 
165
               }
 
166
               </title>
 
167
            
 
168
         ]]></data>
 
169
      </query>
 
170
      <query type="image" name="news">
 
171
         <data><![CDATA[
 
172
               
 
173
               <news>
 
174
               { 
 
175
                  for $text in .//B
 
176
                  return $text
 
177
               }
 
178
               </news>
 
179
            
 
180
         ]]></data>
 
181
      </query>
 
182
   </query-list>
 
183
</scrape>
 
184
<scrape ID="0" section="one" address="http://localhost:9090/">
 
185
   <!-- org.simpleframework.xml.util.Dictionary -->
 
186
   <query-list ID="1">
 
187
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
188
      <query ID="2" type="text" name="title">
 
189
         <!-- java.lang.String -->
 
190
         <data ID="3"><![CDATA[
 
191
             
 
192
               <title> 
 
193
               { 
 
194
                  for $text in .//TITLE
 
195
                  return $text
 
196
               }
 
197
               </title>
 
198
            
 
199
         ]]></data>
 
200
      </query>
 
201
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
202
      <query ID="4" type="image" name="news">
 
203
         <!-- java.lang.String -->
 
204
         <data ID="5"><![CDATA[
 
205
               
 
206
               <news>
 
207
               { 
 
208
                  for $text in .//B
 
209
                  return $text
 
210
               }
 
211
               </news>
 
212
            
 
213
         ]]></data>
 
214
      </query>
 
215
   </query-list>
 
216
</scrape>>>>>> ELEMENT=[element scrape]
 
217
>>>>> TYPE=[class org.simpleframework.xml.core.DataTest$Scrape]
 
218
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
219
<Scrape ID="0" section="one" address="http://localhost:9090/">
 
220
   <!-- org.simpleframework.xml.util.Dictionary -->
 
221
   <QueryList ID="1">
 
222
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
223
      <Query ID="2" type="text" name="title">
 
224
         <!-- java.lang.String -->
 
225
         <Data ID="3"><![CDATA[
 
226
             
 
227
               <title> 
 
228
               { 
 
229
                  for $text in .//TITLE
 
230
                  return $text
 
231
               }
 
232
               </title>
 
233
            
 
234
         ]]></Data>
 
235
      </Query>
 
236
      <!-- org.simpleframework.xml.core.DataTest$Query -->
 
237
      <Query ID="4" type="image" name="news">
 
238
         <!-- java.lang.String -->
 
239
         <Data ID="5"><![CDATA[
 
240
               
 
241
               <news>
 
242
               { 
 
243
                  for $text in .//B
 
244
                  return $text
 
245
               }
 
246
               </news>
 
247
            
 
248
         ]]></Data>
 
249
      </Query>
 
250
   </QueryList>
 
251
</Scrape>>>>>> ELEMENT=[element Scrape]
 
252
>>>>> TYPE=[class org.simpleframework.xml.core.DataTest$Scrape]
 
253
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
 
254
------------- ---------------- ---------------
114
255
 
115
 
Testcase: testDataFromByteStream took 0.225 sec
 
256
Testcase: testData took 0.225 sec
 
257
Testcase: testDataFromByteStream took 0.051 sec
116
258
Testcase: testDirectory took 0 sec