blob: fa5290c97997841cf276ac567a05835048c5dc5b [file] [log] [blame]
vinayakb005a0e52012-10-07 06:47:06 +00001<test-suite xmlns="urn:xml.testframework.asterix.ics.uci.edu" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
2 <test-group name="aggregate">
3 <test-case FilePath="aggregate">
4 <compilation-unit name="avg_double">
5 <output-file compare="Text">avg_double.adm</output-file>
6 </compilation-unit>
7 </test-case>
8 <test-case FilePath="aggregate">
9 <compilation-unit name="avg_double_null">
10 <output-file compare="Text">avg_double_null.adm</output-file>
11 </compilation-unit>
12 </test-case>
13 <test-case FilePath="aggregate">
14 <compilation-unit name="avg_empty_01">
15 <output-file compare="Text">avg_empty_01.adm</output-file>
16 </compilation-unit>
17 </test-case>
18 <test-case FilePath="aggregate">
19 <compilation-unit name="avg_empty_02">
20 <output-file compare="Text">avg_empty_02.adm</output-file>
21 </compilation-unit>
22 </test-case>
23 <test-case FilePath="aggregate">
24 <compilation-unit name="avg_float">
25 <output-file compare="Text">avg_float.adm</output-file>
26 </compilation-unit>
27 </test-case>
28 <test-case FilePath="aggregate">
29 <compilation-unit name="avg_float_null">
30 <output-file compare="Text">avg_float_null.adm</output-file>
31 </compilation-unit>
32 </test-case>
33 <test-case FilePath="aggregate">
34 <compilation-unit name="avg_int16">
35 <output-file compare="Text">avg_int16.adm</output-file>
36 </compilation-unit>
37 </test-case>
38 <test-case FilePath="aggregate">
39 <compilation-unit name="avg_int16_null">
40 <output-file compare="Text">avg_int16_null.adm</output-file>
41 </compilation-unit>
42 </test-case>
43 <test-case FilePath="aggregate">
44 <compilation-unit name="avg_int32">
45 <output-file compare="Text">avg_int32.adm</output-file>
46 </compilation-unit>
47 </test-case>
48 <test-case FilePath="aggregate">
49 <compilation-unit name="avg_int32_null">
50 <output-file compare="Text">avg_int32_null.adm</output-file>
51 </compilation-unit>
52 </test-case>
53 <test-case FilePath="aggregate">
54 <compilation-unit name="avg_int64">
55 <output-file compare="Text">avg_int64.adm</output-file>
56 </compilation-unit>
57 </test-case>
58 <test-case FilePath="aggregate">
59 <compilation-unit name="avg_int64_null">
60 <output-file compare="Text">avg_int64_null.adm</output-file>
61 </compilation-unit>
62 </test-case>
63 <test-case FilePath="aggregate">
64 <compilation-unit name="avg_int8">
65 <output-file compare="Text">avg_int8.adm</output-file>
66 </compilation-unit>
67 </test-case>
68 <test-case FilePath="aggregate">
69 <compilation-unit name="avg_int8_null">
70 <output-file compare="Text">avg_int8_null.adm</output-file>
71 </compilation-unit>
72 </test-case>
73 <test-case FilePath="aggregate">
74 <compilation-unit name="count_01">
75 <output-file compare="Text">count_01.adm</output-file>
76 </compilation-unit>
77 </test-case>
78 <test-case FilePath="aggregate">
79 <compilation-unit name="count_empty_01">
80 <output-file compare="Text">count_empty_01.adm</output-file>
81 </compilation-unit>
82 </test-case>
83 <test-case FilePath="aggregate">
84 <compilation-unit name="count_empty_02">
85 <output-file compare="Text">count_empty_02.adm</output-file>
86 </compilation-unit>
87 </test-case>
88 <test-case FilePath="aggregate">
89 <compilation-unit name="count_null">
90 <output-file compare="Text">count_null.adm</output-file>
91 </compilation-unit>
92 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +000093 <!--
vinayakb005a0e52012-10-07 06:47:06 +000094 <test-case FilePath="aggregate">
95 <compilation-unit name="droptype">
96 <output-file compare="Text">droptype.adm</output-file>
97 </compilation-unit>
98 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +000099 -->
vinayakb005a0e52012-10-07 06:47:06 +0000100 <test-case FilePath="aggregate">
101 <compilation-unit name="global-avg_01">
102 <output-file compare="Text">global-avg_01.adm</output-file>
103 </compilation-unit>
104 </test-case>
105 <test-case FilePath="aggregate">
106 <compilation-unit name="global-avg_null">
107 <output-file compare="Text">global-avg_null.adm</output-file>
108 </compilation-unit>
109 </test-case>
110 <test-case FilePath="aggregate">
111 <compilation-unit name="local-avg_double">
112 <output-file compare="Text">local-avg_double.adm</output-file>
113 </compilation-unit>
114 </test-case>
115 <test-case FilePath="aggregate">
116 <compilation-unit name="local-avg_double_null">
117 <output-file compare="Text">local-avg_double_null.adm</output-file>
118 </compilation-unit>
119 </test-case>
120 <test-case FilePath="aggregate">
121 <compilation-unit name="local-avg_float">
122 <output-file compare="Text">local-avg_float.adm</output-file>
123 </compilation-unit>
124 </test-case>
125 <test-case FilePath="aggregate">
126 <compilation-unit name="local-avg_float_null">
127 <output-file compare="Text">local-avg_float_null.adm</output-file>
128 </compilation-unit>
129 </test-case>
130 <test-case FilePath="aggregate">
131 <compilation-unit name="local-avg_int16">
132 <output-file compare="Text">local-avg_int16.adm</output-file>
133 </compilation-unit>
134 </test-case>
135 <test-case FilePath="aggregate">
136 <compilation-unit name="local-avg_int16_null">
137 <output-file compare="Text">local-avg_int16_null.adm</output-file>
138 </compilation-unit>
139 </test-case>
140 <test-case FilePath="aggregate">
141 <compilation-unit name="local-avg_int32">
142 <output-file compare="Text">local-avg_int32.adm</output-file>
143 </compilation-unit>
144 </test-case>
145 <test-case FilePath="aggregate">
146 <compilation-unit name="local-avg_int32_null">
147 <output-file compare="Text">local-avg_int32_null.adm</output-file>
148 </compilation-unit>
149 </test-case>
150 <test-case FilePath="aggregate">
151 <compilation-unit name="local-avg_int64">
152 <output-file compare="Text">local-avg_int64.adm</output-file>
153 </compilation-unit>
154 </test-case>
155 <test-case FilePath="aggregate">
156 <compilation-unit name="local-avg_int64_null">
157 <output-file compare="Text">local-avg_int64_null.adm</output-file>
158 </compilation-unit>
159 </test-case>
160 <test-case FilePath="aggregate">
161 <compilation-unit name="local-avg_int8">
162 <output-file compare="Text">local-avg_int8.adm</output-file>
163 </compilation-unit>
164 </test-case>
165 <test-case FilePath="aggregate">
166 <compilation-unit name="local-avg_int8_null">
167 <output-file compare="Text">local-avg_int8_null.adm</output-file>
168 </compilation-unit>
169 </test-case>
170 <test-case FilePath="aggregate">
171 <compilation-unit name="max_empty_01">
172 <output-file compare="Text">max_empty_01.adm</output-file>
173 </compilation-unit>
174 </test-case>
175 <test-case FilePath="aggregate">
176 <compilation-unit name="max_empty_02">
177 <output-file compare="Text">max_empty_02.adm</output-file>
178 </compilation-unit>
179 </test-case>
180 <test-case FilePath="aggregate">
181 <compilation-unit name="min_empty_01">
182 <output-file compare="Text">min_empty_01.adm</output-file>
183 </compilation-unit>
184 </test-case>
185 <test-case FilePath="aggregate">
186 <compilation-unit name="min_empty_02">
187 <output-file compare="Text">min_empty_02.adm</output-file>
188 </compilation-unit>
189 </test-case>
190 <test-case FilePath="aggregate">
191 <compilation-unit name="scalar_avg">
192 <output-file compare="Text">scalar_avg.adm</output-file>
193 </compilation-unit>
194 </test-case>
195 <test-case FilePath="aggregate">
196 <compilation-unit name="scalar_avg_empty">
197 <output-file compare="Text">scalar_avg_empty.adm</output-file>
198 </compilation-unit>
199 </test-case>
200 <test-case FilePath="aggregate">
201 <compilation-unit name="scalar_avg_null">
202 <output-file compare="Text">scalar_avg_null.adm</output-file>
203 </compilation-unit>
204 </test-case>
205 <test-case FilePath="aggregate">
206 <compilation-unit name="scalar_count">
207 <output-file compare="Text">scalar_count.adm</output-file>
208 </compilation-unit>
209 </test-case>
210 <test-case FilePath="aggregate">
211 <compilation-unit name="scalar_count_empty">
212 <output-file compare="Text">scalar_count_empty.adm</output-file>
213 </compilation-unit>
214 </test-case>
215 <test-case FilePath="aggregate">
216 <compilation-unit name="scalar_count_null">
217 <output-file compare="Text">scalar_count_null.adm</output-file>
218 </compilation-unit>
219 </test-case>
220 <test-case FilePath="aggregate">
221 <compilation-unit name="scalar_max">
222 <output-file compare="Text">scalar_max.adm</output-file>
223 </compilation-unit>
224 </test-case>
225 <test-case FilePath="aggregate">
226 <compilation-unit name="scalar_max_empty">
227 <output-file compare="Text">scalar_max_empty.adm</output-file>
228 </compilation-unit>
229 </test-case>
230 <test-case FilePath="aggregate">
231 <compilation-unit name="scalar_max_null">
232 <output-file compare="Text">scalar_max_null.adm</output-file>
233 </compilation-unit>
234 </test-case>
235 <test-case FilePath="aggregate">
236 <compilation-unit name="scalar_min">
237 <output-file compare="Text">scalar_min.adm</output-file>
238 </compilation-unit>
239 </test-case>
240 <test-case FilePath="aggregate">
241 <compilation-unit name="scalar_min_empty">
242 <output-file compare="Text">scalar_min_empty.adm</output-file>
243 </compilation-unit>
244 </test-case>
245 <test-case FilePath="aggregate">
246 <compilation-unit name="scalar_min_null">
247 <output-file compare="Text">scalar_min_null.adm</output-file>
248 </compilation-unit>
249 </test-case>
250 <test-case FilePath="aggregate">
251 <compilation-unit name="scalar_sum">
252 <output-file compare="Text">scalar_sum.adm</output-file>
253 </compilation-unit>
254 </test-case>
255 <test-case FilePath="aggregate">
256 <compilation-unit name="scalar_sum_empty">
257 <output-file compare="Text">scalar_sum_empty.adm</output-file>
258 </compilation-unit>
259 </test-case>
260 <test-case FilePath="aggregate">
261 <compilation-unit name="scalar_sum_null">
262 <output-file compare="Text">scalar_sum_null.adm</output-file>
263 </compilation-unit>
264 </test-case>
265 <test-case FilePath="aggregate">
266 <compilation-unit name="sum_double">
267 <output-file compare="Text">sum_double.adm</output-file>
268 </compilation-unit>
269 </test-case>
270 <test-case FilePath="aggregate">
271 <compilation-unit name="sum_double_null">
272 <output-file compare="Text">sum_double_null.adm</output-file>
273 </compilation-unit>
274 </test-case>
275 <test-case FilePath="aggregate">
276 <compilation-unit name="sum_empty_01">
277 <output-file compare="Text">sum_empty_01.adm</output-file>
278 </compilation-unit>
279 </test-case>
280 <test-case FilePath="aggregate">
281 <compilation-unit name="sum_empty_02">
282 <output-file compare="Text">sum_empty_02.adm</output-file>
283 </compilation-unit>
284 </test-case>
285 <test-case FilePath="aggregate">
286 <compilation-unit name="sum_float">
287 <output-file compare="Text">sum_float.adm</output-file>
288 </compilation-unit>
289 </test-case>
290 <test-case FilePath="aggregate">
291 <compilation-unit name="sum_float_null">
292 <output-file compare="Text">sum_float_null.adm</output-file>
293 </compilation-unit>
294 </test-case>
295 <test-case FilePath="aggregate">
296 <compilation-unit name="sum_int16">
297 <output-file compare="Text">sum_int16.adm</output-file>
298 </compilation-unit>
299 </test-case>
300 <test-case FilePath="aggregate">
301 <compilation-unit name="sum_int16_null">
302 <output-file compare="Text">sum_int16_null.adm</output-file>
303 </compilation-unit>
304 </test-case>
305 <test-case FilePath="aggregate">
306 <compilation-unit name="sum_int32">
307 <output-file compare="Text">sum_int32.adm</output-file>
308 </compilation-unit>
309 </test-case>
310 <test-case FilePath="aggregate">
311 <compilation-unit name="sum_int32_null">
312 <output-file compare="Text">sum_int32_null.adm</output-file>
313 </compilation-unit>
314 </test-case>
315 <test-case FilePath="aggregate">
316 <compilation-unit name="sum_int64">
317 <output-file compare="Text">sum_int64.adm</output-file>
318 </compilation-unit>
319 </test-case>
320 <test-case FilePath="aggregate">
321 <compilation-unit name="sum_int64_null">
322 <output-file compare="Text">sum_int64_null.adm</output-file>
323 </compilation-unit>
324 </test-case>
325 <test-case FilePath="aggregate">
326 <compilation-unit name="sum_int8">
327 <output-file compare="Text">sum_int8.adm</output-file>
328 </compilation-unit>
329 </test-case>
330 <test-case FilePath="aggregate">
331 <compilation-unit name="sum_int8_null">
332 <output-file compare="Text">sum_int8_null.adm</output-file>
333 </compilation-unit>
334 </test-case>
335 <test-case FilePath="aggregate">
336 <compilation-unit name="sum_null-with-pred">
337 <output-file compare="Text">sum_null-with-pred.adm</output-file>
338 </compilation-unit>
339 </test-case>
340 <test-case FilePath="aggregate">
341 <compilation-unit name="sum_numeric_null">
342 <output-file compare="Text">sum_numeric_null.adm</output-file>
343 </compilation-unit>
344 </test-case>
345 </test-group>
346 <test-group name="boolean">
347 <test-case FilePath="boolean">
348 <compilation-unit name="and_01">
349 <output-file compare="Text">and_01.adm</output-file>
350 </compilation-unit>
351 </test-case>
352 <test-case FilePath="boolean">
353 <compilation-unit name="and_null">
354 <output-file compare="Text">and_null.adm</output-file>
355 </compilation-unit>
356 </test-case>
357 <test-case FilePath="boolean">
358 <compilation-unit name="and_null_false">
359 <output-file compare="Text">and_null_false.adm</output-file>
360 </compilation-unit>
361 </test-case>
362 <test-case FilePath="boolean">
363 <compilation-unit name="not_01">
364 <output-file compare="Text">not_01.adm</output-file>
365 </compilation-unit>
366 </test-case>
367 </test-group>
368 <test-group name="comparison">
369 <test-case FilePath="comparison">
370 <compilation-unit name="datetime_order">
371 <output-file compare="Text">datetime_order.adm</output-file>
372 </compilation-unit>
373 </test-case>
374 <test-case FilePath="comparison">
375 <compilation-unit name="datetime_range">
376 <output-file compare="Text">datetime_range.adm</output-file>
377 </compilation-unit>
378 </test-case>
379 <test-case FilePath="comparison">
380 <compilation-unit name="datetime_tzeq">
381 <output-file compare="Text">datetime_tzeq.adm</output-file>
382 </compilation-unit>
383 </test-case>
384 <test-case FilePath="comparison">
385 <compilation-unit name="double">
386 <output-file compare="Text">double.adm</output-file>
387 </compilation-unit>
388 </test-case>
389 <test-case FilePath="comparison">
390 <compilation-unit name="double_gte_01">
391 <output-file compare="Text">double_gte_01.adm</output-file>
392 </compilation-unit>
393 </test-case>
394 <test-case FilePath="comparison">
395 <compilation-unit name="double_null">
396 <output-file compare="Text">double_null.adm</output-file>
397 </compilation-unit>
398 </test-case>
399 <test-case FilePath="comparison">
400 <compilation-unit name="eq_01">
401 <output-file compare="Text">eq_01.adm</output-file>
402 </compilation-unit>
403 </test-case>
404 <test-case FilePath="comparison">
405 <compilation-unit name="float">
406 <output-file compare="Text">float.adm</output-file>
407 </compilation-unit>
408 </test-case>
409 <test-case FilePath="comparison">
410 <compilation-unit name="float_null">
411 <output-file compare="Text">float_null.adm</output-file>
412 </compilation-unit>
413 </test-case>
414 <test-case FilePath="comparison">
415 <compilation-unit name="gt_01">
416 <output-file compare="Text">gt_01.adm</output-file>
417 </compilation-unit>
418 </test-case>
419 <test-case FilePath="comparison">
420 <compilation-unit name="gte_01">
421 <output-file compare="Text">gte_01.adm</output-file>
422 </compilation-unit>
423 </test-case>
424 <test-case FilePath="comparison">
425 <compilation-unit name="int16">
426 <output-file compare="Text">int16.adm</output-file>
427 </compilation-unit>
428 </test-case>
429 <test-case FilePath="comparison">
430 <compilation-unit name="int16_null">
431 <output-file compare="Text">int16_null.adm</output-file>
432 </compilation-unit>
433 </test-case>
434 <test-case FilePath="comparison">
435 <compilation-unit name="int32">
436 <output-file compare="Text">int32.adm</output-file>
437 </compilation-unit>
438 </test-case>
439 <test-case FilePath="comparison">
440 <compilation-unit name="int32_null">
441 <output-file compare="Text">int32_null.adm</output-file>
442 </compilation-unit>
443 </test-case>
444 <test-case FilePath="comparison">
445 <compilation-unit name="int64">
446 <output-file compare="Text">int64.adm</output-file>
447 </compilation-unit>
448 </test-case>
449 <test-case FilePath="comparison">
450 <compilation-unit name="int64_null">
451 <output-file compare="Text">int64_null.adm</output-file>
452 </compilation-unit>
453 </test-case>
454 <test-case FilePath="comparison">
455 <compilation-unit name="int8">
456 <output-file compare="Text">int8.adm</output-file>
457 </compilation-unit>
458 </test-case>
459 <test-case FilePath="comparison">
460 <compilation-unit name="int8_null">
461 <output-file compare="Text">int8_null.adm</output-file>
462 </compilation-unit>
463 </test-case>
464 <test-case FilePath="comparison">
465 <compilation-unit name="lt_01">
466 <output-file compare="Text">lt_01.adm</output-file>
467 </compilation-unit>
468 </test-case>
469 <test-case FilePath="comparison">
470 <compilation-unit name="lte_01">
471 <output-file compare="Text">lte_01.adm</output-file>
472 </compilation-unit>
473 </test-case>
474 <test-case FilePath="comparison">
475 <compilation-unit name="neq_01">
476 <output-file compare="Text">neq_01.adm</output-file>
477 </compilation-unit>
478 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000479 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000480 <test-case FilePath="comparison">
481 <compilation-unit name="numeric-comparison_01">
482 <output-file compare="Text">numeric-comparison_01.adm</output-file>
483 </compilation-unit>
484 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000485 -->
vinayakb005a0e52012-10-07 06:47:06 +0000486 <test-case FilePath="comparison">
487 <compilation-unit name="string">
488 <output-file compare="Text">string.adm</output-file>
489 </compilation-unit>
490 </test-case>
491 <test-case FilePath="comparison">
492 <compilation-unit name="string_null">
493 <output-file compare="Text">string_null.adm</output-file>
494 </compilation-unit>
495 </test-case>
496 </test-group>
497 <test-group name="constructor">
498 <test-case FilePath="constructor">
499 <compilation-unit name="add-null">
500 <output-file compare="Text">add-null.adm</output-file>
501 </compilation-unit>
502 </test-case>
503 <test-case FilePath="constructor">
504 <compilation-unit name="boolean_01">
505 <output-file compare="Text">boolean_01.adm</output-file>
506 </compilation-unit>
507 </test-case>
508 <test-case FilePath="constructor">
509 <compilation-unit name="circle_01">
510 <output-file compare="Text">circle_01.adm</output-file>
511 </compilation-unit>
512 </test-case>
513 <test-case FilePath="constructor">
514 <compilation-unit name="date_01">
515 <output-file compare="Text">date_01.adm</output-file>
516 </compilation-unit>
517 </test-case>
518 <test-case FilePath="constructor">
519 <compilation-unit name="datetime_01">
520 <output-file compare="Text">datetime_01.adm</output-file>
521 </compilation-unit>
522 </test-case>
523 <test-case FilePath="constructor">
524 <compilation-unit name="double_01">
525 <output-file compare="Text">double_01.adm</output-file>
526 </compilation-unit>
527 </test-case>
528 <test-case FilePath="constructor">
529 <compilation-unit name="duration_01">
530 <output-file compare="Text">duration_01.adm</output-file>
531 </compilation-unit>
532 </test-case>
533 <test-case FilePath="constructor">
534 <compilation-unit name="float_01">
535 <output-file compare="Text">float_01.adm</output-file>
536 </compilation-unit>
537 </test-case>
538 <test-case FilePath="constructor">
539 <compilation-unit name="int_01">
540 <output-file compare="Text">int_01.adm</output-file>
541 </compilation-unit>
542 </test-case>
543 <test-case FilePath="constructor">
544 <compilation-unit name="line_01">
545 <output-file compare="Text">line_01.adm</output-file>
546 </compilation-unit>
547 </test-case>
548 <test-case FilePath="constructor">
549 <compilation-unit name="point_01">
550 <output-file compare="Text">point_01.adm</output-file>
551 </compilation-unit>
552 </test-case>
553 <test-case FilePath="constructor">
554 <compilation-unit name="polygon_01">
555 <output-file compare="Text">polygon_01.adm</output-file>
556 </compilation-unit>
557 </test-case>
558 <test-case FilePath="constructor">
559 <compilation-unit name="primitive-01">
560 <output-file compare="Text">primitive-01.adm</output-file>
561 </compilation-unit>
562 </test-case>
563 <test-case FilePath="constructor">
564 <compilation-unit name="primitive-02">
565 <output-file compare="Text">primitive-02.adm</output-file>
566 </compilation-unit>
567 </test-case>
568 <test-case FilePath="constructor">
569 <compilation-unit name="primitive-03">
570 <output-file compare="Text">primitive-03.adm</output-file>
571 </compilation-unit>
572 </test-case>
573 <test-case FilePath="constructor">
574 <compilation-unit name="primitive-04">
575 <output-file compare="Text">primitive-04.adm</output-file>
576 </compilation-unit>
577 </test-case>
578 <test-case FilePath="constructor">
579 <compilation-unit name="string_01">
580 <output-file compare="Text">string_01.adm</output-file>
581 </compilation-unit>
582 </test-case>
583 <test-case FilePath="constructor">
584 <compilation-unit name="time_01">
585 <output-file compare="Text">time_01.adm</output-file>
586 </compilation-unit>
587 </test-case>
588 </test-group>
589 <test-group name="custord">
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000590 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000591 <test-case FilePath="custord">
592 <compilation-unit name="co">
593 <output-file compare="Text">co.adm</output-file>
594 </compilation-unit>
595 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000596 -->
vinayakb005a0e52012-10-07 06:47:06 +0000597 <test-case FilePath="custord">
598 <compilation-unit name="customer_q_01">
599 <output-file compare="Text">customer_q_01.adm</output-file>
600 </compilation-unit>
601 </test-case>
602 <test-case FilePath="custord">
603 <compilation-unit name="customer_q_02">
604 <output-file compare="Text">customer_q_02.adm</output-file>
605 </compilation-unit>
606 </test-case>
607 <test-case FilePath="custord">
608 <compilation-unit name="customer_q_03">
609 <output-file compare="Text">customer_q_03.adm</output-file>
610 </compilation-unit>
611 </test-case>
612 <test-case FilePath="custord">
613 <compilation-unit name="customer_q_04">
614 <output-file compare="Text">customer_q_04.adm</output-file>
615 </compilation-unit>
616 </test-case>
617 <test-case FilePath="custord">
618 <compilation-unit name="customer_q_05">
619 <output-file compare="Text">customer_q_05.adm</output-file>
620 </compilation-unit>
621 </test-case>
622 <test-case FilePath="custord">
623 <compilation-unit name="customer_q_06">
624 <output-file compare="Text">customer_q_06.adm</output-file>
625 </compilation-unit>
626 </test-case>
627 <test-case FilePath="custord">
628 <compilation-unit name="customer_q_07">
629 <output-file compare="Text">customer_q_07.adm</output-file>
630 </compilation-unit>
631 </test-case>
632 <test-case FilePath="custord">
633 <compilation-unit name="customer_q_08">
634 <output-file compare="Text">customer_q_08.adm</output-file>
635 </compilation-unit>
636 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000637 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000638 <test-case FilePath="custord">
639 <compilation-unit name="denorm-cust-order_01">
640 <output-file compare="Text">denorm-cust-order_01.adm</output-file>
641 </compilation-unit>
642 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000643 -->
vinayakb005a0e52012-10-07 06:47:06 +0000644 <test-case FilePath="custord">
645 <compilation-unit name="denorm-cust-order_02">
646 <output-file compare="Text">denorm-cust-order_02.adm</output-file>
647 </compilation-unit>
648 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000649 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000650 <test-case FilePath="custord">
651 <compilation-unit name="denorm-cust-order_03">
652 <output-file compare="Text">denorm-cust-order_03.adm</output-file>
653 </compilation-unit>
654 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000655 -->
656 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000657 <test-case FilePath="custord">
658 <compilation-unit name="freq-clerk">
659 <output-file compare="Text">freq-clerk.adm</output-file>
660 </compilation-unit>
661 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000662 -->
vinayakb005a0e52012-10-07 06:47:06 +0000663 <test-case FilePath="custord">
664 <compilation-unit name="join_q_01">
665 <output-file compare="Text">join_q_01.adm</output-file>
666 </compilation-unit>
667 </test-case>
668 <test-case FilePath="custord">
669 <compilation-unit name="join_q_02">
670 <output-file compare="Text">join_q_02.adm</output-file>
671 </compilation-unit>
672 </test-case>
673 <test-case FilePath="custord">
674 <compilation-unit name="join_q_03">
675 <output-file compare="Text">join_q_03.adm</output-file>
676 </compilation-unit>
677 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000678 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000679 <test-case FilePath="custord">
680 <compilation-unit name="join_q_04">
681 <output-file compare="Text">join_q_04.adm</output-file>
682 </compilation-unit>
683 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000684 -->
vinayakb005a0e52012-10-07 06:47:06 +0000685 <test-case FilePath="custord">
686 <compilation-unit name="load-test">
687 <output-file compare="Text">load-test.adm</output-file>
688 </compilation-unit>
689 </test-case>
690 <test-case FilePath="custord">
691 <compilation-unit name="order_q_01">
692 <output-file compare="Text">order_q_01.adm</output-file>
693 </compilation-unit>
694 </test-case>
695 <test-case FilePath="custord">
696 <compilation-unit name="order_q_02">
697 <output-file compare="Text">order_q_02.adm</output-file>
698 </compilation-unit>
699 </test-case>
700 <test-case FilePath="custord">
701 <compilation-unit name="order_q_03">
702 <output-file compare="Text">order_q_03.adm</output-file>
703 </compilation-unit>
704 </test-case>
705 <test-case FilePath="custord">
706 <compilation-unit name="order_q_04">
707 <output-file compare="Text">order_q_04.adm</output-file>
708 </compilation-unit>
709 </test-case>
710 <test-case FilePath="custord">
711 <compilation-unit name="order_q_05">
712 <output-file compare="Text">order_q_05.adm</output-file>
713 </compilation-unit>
714 </test-case>
715 <test-case FilePath="custord">
716 <compilation-unit name="order_q_06">
717 <output-file compare="Text">order_q_06.adm</output-file>
718 </compilation-unit>
719 </test-case>
720 </test-group>
721 <test-group name="dapd">
722 <test-case FilePath="dapd">
723 <compilation-unit name="q1">
724 <output-file compare="Text">q1.adm</output-file>
725 </compilation-unit>
726 </test-case>
727 <test-case FilePath="dapd">
728 <compilation-unit name="q2">
729 <output-file compare="Text">q2.adm</output-file>
730 </compilation-unit>
731 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000732 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000733 <test-case FilePath="dapd">
734 <compilation-unit name="q3">
735 <output-file compare="Text">q3.adm</output-file>
736 </compilation-unit>
737 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000738 -->
vinayakb005a0e52012-10-07 06:47:06 +0000739 </test-group>
740 <test-group name="dml">
741 <test-case FilePath="dml">
742 <compilation-unit name="delete-from-loaded-dataset-with-index">
743 <output-file compare="Text">delete-from-loaded-dataset-with-index.adm</output-file>
744 </compilation-unit>
745 </test-case>
746 <test-case FilePath="dml">
747 <compilation-unit name="delete-from-loaded-dataset">
748 <output-file compare="Text">delete-from-loaded-dataset.adm</output-file>
749 </compilation-unit>
750 </test-case>
751 <test-case FilePath="dml">
752 <compilation-unit name="drop-index">
753 <output-file compare="Text">drop-index.adm</output-file>
754 </compilation-unit>
755 </test-case>
756 <test-case FilePath="dml">
757 <compilation-unit name="empty-load-with-index">
758 <output-file compare="Text">empty-load-with-index.adm</output-file>
759 </compilation-unit>
760 </test-case>
761 <test-case FilePath="dml">
762 <compilation-unit name="empty-load">
763 <output-file compare="Text">empty-load.adm</output-file>
764 </compilation-unit>
765 </test-case>
766 <test-case FilePath="dml">
767 <compilation-unit name="insert-into-empty-dataset-with-index">
768 <output-file compare="Text">insert-into-empty-dataset-with-index.adm</output-file>
769 </compilation-unit>
770 </test-case>
771 <test-case FilePath="dml">
772 <compilation-unit name="insert-into-empty-dataset">
773 <output-file compare="Text">insert-into-empty-dataset.adm</output-file>
774 </compilation-unit>
775 </test-case>
776 <test-case FilePath="dml">
777 <compilation-unit name="insert-into-loaded-dataset-with-index_01">
778 <output-file compare="Text">insert-into-loaded-dataset-with-index_01.adm</output-file>
779 </compilation-unit>
780 </test-case>
781 <test-case FilePath="dml">
782 <compilation-unit name="insert-into-loaded-dataset-with-index_02">
783 <output-file compare="Text">insert-into-loaded-dataset-with-index_02.adm</output-file>
784 </compilation-unit>
785 </test-case>
786 <test-case FilePath="dml">
787 <compilation-unit name="insert-into-loaded-dataset_01">
788 <output-file compare="Text">insert-into-loaded-dataset_01.adm</output-file>
789 </compilation-unit>
790 </test-case>
791 <test-case FilePath="dml">
792 <compilation-unit name="insert-into-loaded-dataset_02">
793 <output-file compare="Text">insert-into-loaded-dataset_02.adm</output-file>
794 </compilation-unit>
795 </test-case>
796 <test-case FilePath="dml">
797 <compilation-unit name="insert-src-dst-01">
798 <output-file compare="Text">insert-src-dst-01.adm</output-file>
799 </compilation-unit>
800 </test-case>
801 <test-case FilePath="dml">
802 <compilation-unit name="insert">
803 <output-file compare="Text">insert.adm</output-file>
804 </compilation-unit>
805 </test-case>
806 <test-case FilePath="dml">
807 <compilation-unit name="insert_less_nc">
808 <output-file compare="Text">insert_less_nc.adm</output-file>
809 </compilation-unit>
810 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000811 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000812 <test-case FilePath="dml">
813 <compilation-unit name="load-from-hdfs">
814 <output-file compare="Text">load-from-hdfs.adm</output-file>
815 </compilation-unit>
816 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000817 -->
vinayakb005a0e52012-10-07 06:47:06 +0000818 <test-case FilePath="dml">
819 <compilation-unit name="load-with-index">
820 <output-file compare="Text">load-with-index.adm</output-file>
821 </compilation-unit>
822 </test-case>
823 <test-case FilePath="dml">
824 <compilation-unit name="opentype-c2o-recursive">
825 <output-file compare="Text">opentype-c2o-recursive.adm</output-file>
826 </compilation-unit>
827 </test-case>
828 <test-case FilePath="dml">
829 <compilation-unit name="opentype-c2o">
830 <output-file compare="Text">opentype-c2o.adm</output-file>
831 </compilation-unit>
832 </test-case>
833 <test-case FilePath="dml">
834 <compilation-unit name="opentype-closed-optional">
835 <output-file compare="Text">opentype-closed-optional.adm</output-file>
836 </compilation-unit>
837 </test-case>
838 <test-case FilePath="dml">
839 <compilation-unit name="opentype-insert">
840 <output-file compare="Text">opentype-insert.adm</output-file>
841 </compilation-unit>
842 </test-case>
843 <test-case FilePath="dml">
844 <compilation-unit name="opentype-insert2">
845 <output-file compare="Text">opentype-insert2.adm</output-file>
846 </compilation-unit>
847 </test-case>
848 <test-case FilePath="dml">
849 <compilation-unit name="opentype-noexpand">
850 <output-file compare="Text">opentype-noexpand.adm</output-file>
851 </compilation-unit>
852 </test-case>
853 <test-case FilePath="dml">
854 <compilation-unit name="opentype-o2c-recursive">
855 <output-file compare="Text">opentype-o2c-recursive.adm</output-file>
856 </compilation-unit>
857 </test-case>
858 <test-case FilePath="dml">
859 <compilation-unit name="opentype-o2c">
860 <output-file compare="Text">opentype-o2c.adm</output-file>
861 </compilation-unit>
862 </test-case>
863 <test-case FilePath="dml">
864 <compilation-unit name="opentype-o2o">
865 <output-file compare="Text">opentype-o2o.adm</output-file>
866 </compilation-unit>
867 </test-case>
868 <test-case FilePath="dml">
869 <compilation-unit name="scan-delete-btree-secondary-index-nullable">
870 <output-file compare="Text">scan-delete-btree-secondary-index-nullable.adm</output-file>
871 </compilation-unit>
872 </test-case>
873 <test-case FilePath="dml">
874 <compilation-unit name="scan-delete-rtree-secondary-index-nullable">
875 <output-file compare="Text">scan-delete-rtree-secondary-index-nullable.adm</output-file>
876 </compilation-unit>
877 </test-case>
878 <test-case FilePath="dml">
879 <compilation-unit name="scan-delete-rtree-secondary-index">
880 <output-file compare="Text">scan-delete-rtree-secondary-index.adm</output-file>
881 </compilation-unit>
882 </test-case>
883 <test-case FilePath="dml">
884 <compilation-unit name="scan-insert-btree-secondary-index-nullable">
885 <output-file compare="Text">scan-insert-btree-secondary-index-nullable.adm</output-file>
886 </compilation-unit>
887 </test-case>
888 <test-case FilePath="dml">
889 <compilation-unit name="scan-insert-rtree-secondary-index-nullable">
890 <output-file compare="Text">scan-insert-rtree-secondary-index-nullable.adm</output-file>
891 </compilation-unit>
892 </test-case>
893 <test-case FilePath="dml">
894 <compilation-unit name="scan-insert-rtree-secondary-index">
895 <output-file compare="Text">scan-insert-rtree-secondary-index.adm</output-file>
896 </compilation-unit>
897 </test-case>
898 </test-group>
899 <test-group name="employee">
900 <test-case FilePath="employee">
901 <compilation-unit name="q_01">
902 <output-file compare="Text">q_01.adm</output-file>
903 </compilation-unit>
904 </test-case>
905 <test-case FilePath="employee">
906 <compilation-unit name="q_02">
907 <output-file compare="Text">q_02.adm</output-file>
908 </compilation-unit>
909 </test-case>
910 </test-group>
911 <test-group name="failure">
912 <test-case FilePath="failure">
913 <compilation-unit name="delete-rtree">
914 <output-file compare="Text">delete-rtree.adm</output-file>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +0000915 <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error>
916 </compilation-unit>
917 <compilation-unit name="verify_delete-rtree">
918 <output-file compare="Text">delete-rtree.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +0000919 </compilation-unit>
920 </test-case>
kisskys542b8fd2012-12-01 13:14:32 +0000921 <test-case FilePath="failure">
vinayakb005a0e52012-10-07 06:47:06 +0000922 <compilation-unit name="delete">
923 <output-file compare="Text">delete.adm</output-file>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +0000924 <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error>
925 </compilation-unit>
926 <compilation-unit name="verify_delete">
927 <output-file compare="Text">delete.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +0000928 </compilation-unit>
kisskys542b8fd2012-12-01 13:14:32 +0000929 </test-case>
vinayakb005a0e52012-10-07 06:47:06 +0000930 <test-case FilePath="failure">
931 <compilation-unit name="insert-rtree">
932 <output-file compare="Text">insert-rtree.adm</output-file>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +0000933 <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error>
934 </compilation-unit>
935 <compilation-unit name="verify_insert-rtree">
936 <output-file compare="Text">insert-rtree.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +0000937 </compilation-unit>
938 </test-case>
939 <test-case FilePath="failure">
940 <compilation-unit name="insert">
941 <output-file compare="Text">insert.adm</output-file>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +0000942 <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error>
943 </compilation-unit>
944 <compilation-unit name="verify_insert">
945 <output-file compare="Text">insert.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +0000946 </compilation-unit>
947 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000948 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000949 <test-case FilePath="failure">
950 <compilation-unit name="q1_pricing_summary_report_failure">
951 <output-file compare="Text">q1_pricing_summary_report_failure.adm</output-file>
952 </compilation-unit>
953 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000954 -->
vinayakb005a0e52012-10-07 06:47:06 +0000955 </test-group>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +0000956 <!--
vinayakb005a0e52012-10-07 06:47:06 +0000957 <test-group name="flwor">
958 <test-case FilePath="flwor">
959 <compilation-unit name="for01">
960 <output-file compare="Text">for01.adm</output-file>
961 </compilation-unit>
962 </test-case>
963 <test-case FilePath="flwor">
964 <compilation-unit name="for02">
965 <output-file compare="Text">for02.adm</output-file>
966 </compilation-unit>
967 </test-case>
968 <test-case FilePath="flwor">
969 <compilation-unit name="for03">
970 <output-file compare="Text">for03.adm</output-file>
971 </compilation-unit>
972 </test-case>
973 <test-case FilePath="flwor">
974 <compilation-unit name="for04">
975 <output-file compare="Text">for04.adm</output-file>
976 </compilation-unit>
977 </test-case>
978 <test-case FilePath="flwor">
979 <compilation-unit name="for05">
980 <output-file compare="Text">for05.adm</output-file>
981 </compilation-unit>
982 </test-case>
983 <test-case FilePath="flwor">
984 <compilation-unit name="for06">
985 <output-file compare="Text">for06.adm</output-file>
986 </compilation-unit>
987 </test-case>
988 <test-case FilePath="flwor">
989 <compilation-unit name="for07">
990 <output-file compare="Text">for07.adm</output-file>
991 </compilation-unit>
992 </test-case>
993 <test-case FilePath="flwor">
994 <compilation-unit name="for08">
995 <output-file compare="Text">for08.adm</output-file>
996 </compilation-unit>
997 </test-case>
998 <test-case FilePath="flwor">
999 <compilation-unit name="for09">
1000 <output-file compare="Text">for09.adm</output-file>
1001 </compilation-unit>
1002 </test-case>
1003 <test-case FilePath="flwor">
1004 <compilation-unit name="for10">
1005 <output-file compare="Text">for10.adm</output-file>
1006 </compilation-unit>
1007 </test-case>
1008 <test-case FilePath="flwor">
1009 <compilation-unit name="for11">
1010 <output-file compare="Text">for11.adm</output-file>
1011 </compilation-unit>
1012 </test-case>
1013 <test-case FilePath="flwor">
1014 <compilation-unit name="for12">
1015 <output-file compare="Text">for12.adm</output-file>
1016 </compilation-unit>
1017 </test-case>
1018 <test-case FilePath="flwor">
1019 <compilation-unit name="for13">
1020 <output-file compare="Text">for13.adm</output-file>
1021 </compilation-unit>
1022 </test-case>
1023 <test-case FilePath="flwor">
1024 <compilation-unit name="for14">
1025 <output-file compare="Text">for14.adm</output-file>
1026 </compilation-unit>
1027 </test-case>
1028 <test-case FilePath="flwor">
1029 <compilation-unit name="for15">
1030 <output-file compare="Text">for15.adm</output-file>
1031 </compilation-unit>
1032 </test-case>
1033 <test-case FilePath="flwor">
1034 <compilation-unit name="for16">
1035 <output-file compare="Text">for16.adm</output-file>
1036 </compilation-unit>
1037 </test-case>
1038 <test-case FilePath="flwor">
1039 <compilation-unit name="for17">
1040 <output-file compare="Text">for17.adm</output-file>
1041 </compilation-unit>
1042 </test-case>
1043 <test-case FilePath="flwor">
1044 <compilation-unit name="for18">
1045 <output-file compare="Text">for18.adm</output-file>
1046 </compilation-unit>
1047 </test-case>
1048 <test-case FilePath="flwor">
1049 <compilation-unit name="for19">
1050 <output-file compare="Text">for19.adm</output-file>
1051 </compilation-unit>
1052 </test-case>
1053 <test-case FilePath="flwor">
1054 <compilation-unit name="grpby01">
1055 <output-file compare="Text">grpby01.adm</output-file>
1056 </compilation-unit>
1057 </test-case>
1058 <test-case FilePath="flwor">
1059 <compilation-unit name="grpby02">
1060 <output-file compare="Text">grpby02.adm</output-file>
1061 </compilation-unit>
1062 </test-case>
1063 <test-case FilePath="flwor">
1064 <compilation-unit name="let01">
1065 <output-file compare="Text">let01.adm</output-file>
1066 </compilation-unit>
1067 </test-case>
1068 <test-case FilePath="flwor">
1069 <compilation-unit name="let02">
1070 <output-file compare="Text">let02.adm</output-file>
1071 </compilation-unit>
1072 </test-case>
1073 <test-case FilePath="flwor">
1074 <compilation-unit name="let03">
1075 <output-file compare="Text">let03.adm</output-file>
1076 </compilation-unit>
1077 </test-case>
1078 <test-case FilePath="flwor">
1079 <compilation-unit name="let04">
1080 <output-file compare="Text">let04.adm</output-file>
1081 </compilation-unit>
1082 </test-case>
1083 <test-case FilePath="flwor">
1084 <compilation-unit name="let05">
1085 <output-file compare="Text">let05.adm</output-file>
1086 </compilation-unit>
1087 </test-case>
1088 <test-case FilePath="flwor">
1089 <compilation-unit name="let06">
1090 <output-file compare="Text">let06.adm</output-file>
1091 </compilation-unit>
1092 </test-case>
1093 <test-case FilePath="flwor">
1094 <compilation-unit name="let07">
1095 <output-file compare="Text">let07.adm</output-file>
1096 </compilation-unit>
1097 </test-case>
1098 <test-case FilePath="flwor">
1099 <compilation-unit name="let08">
1100 <output-file compare="Text">let08.adm</output-file>
1101 </compilation-unit>
1102 </test-case>
1103 <test-case FilePath="flwor">
1104 <compilation-unit name="let09">
1105 <output-file compare="Text">let09.adm</output-file>
1106 </compilation-unit>
1107 </test-case>
1108 <test-case FilePath="flwor">
1109 <compilation-unit name="let10">
1110 <output-file compare="Text">let10.adm</output-file>
1111 </compilation-unit>
1112 </test-case>
1113 <test-case FilePath="flwor">
1114 <compilation-unit name="let11">
1115 <output-file compare="Text">let11.adm</output-file>
1116 </compilation-unit>
1117 </test-case>
1118 <test-case FilePath="flwor">
1119 <compilation-unit name="let12">
1120 <output-file compare="Text">let12.adm</output-file>
1121 </compilation-unit>
1122 </test-case>
1123 <test-case FilePath="flwor">
1124 <compilation-unit name="let13">
1125 <output-file compare="Text">let13.adm</output-file>
1126 </compilation-unit>
1127 </test-case>
1128 <test-case FilePath="flwor">
1129 <compilation-unit name="let14">
1130 <output-file compare="Text">let14.adm</output-file>
1131 </compilation-unit>
1132 </test-case>
1133 <test-case FilePath="flwor">
1134 <compilation-unit name="let15">
1135 <output-file compare="Text">let15.adm</output-file>
1136 </compilation-unit>
1137 </test-case>
1138 <test-case FilePath="flwor">
1139 <compilation-unit name="let16">
1140 <output-file compare="Text">let16.adm</output-file>
1141 </compilation-unit>
1142 </test-case>
1143 <test-case FilePath="flwor">
1144 <compilation-unit name="let17">
1145 <output-file compare="Text">let17.adm</output-file>
1146 </compilation-unit>
1147 </test-case>
1148 <test-case FilePath="flwor">
1149 <compilation-unit name="let18">
1150 <output-file compare="Text">let18.adm</output-file>
1151 </compilation-unit>
1152 </test-case>
1153 <test-case FilePath="flwor">
1154 <compilation-unit name="let19">
1155 <output-file compare="Text">let19.adm</output-file>
1156 </compilation-unit>
1157 </test-case>
1158 <test-case FilePath="flwor">
1159 <compilation-unit name="let20">
1160 <output-file compare="Text">let20.adm</output-file>
1161 </compilation-unit>
1162 </test-case>
1163 <test-case FilePath="flwor">
1164 <compilation-unit name="let21">
1165 <output-file compare="Text">let21.adm</output-file>
1166 </compilation-unit>
1167 </test-case>
1168 <test-case FilePath="flwor">
1169 <compilation-unit name="let22">
1170 <output-file compare="Text">let22.adm</output-file>
1171 </compilation-unit>
1172 </test-case>
1173 <test-case FilePath="flwor">
1174 <compilation-unit name="let23">
1175 <output-file compare="Text">let23.adm</output-file>
1176 </compilation-unit>
1177 </test-case>
1178 <test-case FilePath="flwor">
1179 <compilation-unit name="let24">
1180 <output-file compare="Text">let24.adm</output-file>
1181 </compilation-unit>
1182 </test-case>
1183 <test-case FilePath="flwor">
1184 <compilation-unit name="let25">
1185 <output-file compare="Text">let25.adm</output-file>
1186 </compilation-unit>
1187 </test-case>
1188 <test-case FilePath="flwor">
1189 <compilation-unit name="let26">
1190 <output-file compare="Text">let26.adm</output-file>
1191 </compilation-unit>
1192 </test-case>
1193 <test-case FilePath="flwor">
1194 <compilation-unit name="let27">
1195 <output-file compare="Text">let27.adm</output-file>
1196 </compilation-unit>
1197 </test-case>
1198 <test-case FilePath="flwor">
1199 <compilation-unit name="let28">
1200 <output-file compare="Text">let28.adm</output-file>
1201 </compilation-unit>
1202 </test-case>
1203 <test-case FilePath="flwor">
1204 <compilation-unit name="let29">
1205 <output-file compare="Text">let29.adm</output-file>
1206 </compilation-unit>
1207 </test-case>
1208 <test-case FilePath="flwor">
1209 <compilation-unit name="let30">
1210 <output-file compare="Text">let30.adm</output-file>
1211 </compilation-unit>
1212 </test-case>
1213 <test-case FilePath="flwor">
1214 <compilation-unit name="let31">
1215 <output-file compare="Text">let31.adm</output-file>
1216 </compilation-unit>
1217 </test-case>
1218 <test-case FilePath="flwor">
1219 <compilation-unit name="let32">
1220 <output-file compare="Text">let32.adm</output-file>
1221 </compilation-unit>
1222 </test-case>
1223 <test-case FilePath="flwor">
1224 <compilation-unit name="order-by-01">
1225 <output-file compare="Text">order-by-01.adm</output-file>
1226 </compilation-unit>
1227 </test-case>
1228 <test-case FilePath="flwor">
1229 <compilation-unit name="order-by-02">
1230 <output-file compare="Text">order-by-02.adm</output-file>
1231 </compilation-unit>
1232 </test-case>
1233 <test-case FilePath="flwor">
1234 <compilation-unit name="order-by-03">
1235 <output-file compare="Text">order-by-03.adm</output-file>
1236 </compilation-unit>
1237 </test-case>
1238 <test-case FilePath="flwor">
1239 <compilation-unit name="order-by-04">
1240 <output-file compare="Text">order-by-04.adm</output-file>
1241 </compilation-unit>
1242 </test-case>
1243 <test-case FilePath="flwor">
1244 <compilation-unit name="order-by-05">
1245 <output-file compare="Text">order-by-05.adm</output-file>
1246 </compilation-unit>
1247 </test-case>
1248 <test-case FilePath="flwor">
1249 <compilation-unit name="order-by-06">
1250 <output-file compare="Text">order-by-06.adm</output-file>
1251 </compilation-unit>
1252 </test-case>
1253 <test-case FilePath="flwor">
1254 <compilation-unit name="order-by-07">
1255 <output-file compare="Text">order-by-07.adm</output-file>
1256 </compilation-unit>
1257 </test-case>
1258 <test-case FilePath="flwor">
1259 <compilation-unit name="order-by-08">
1260 <output-file compare="Text">order-by-08.adm</output-file>
1261 </compilation-unit>
1262 </test-case>
1263 <test-case FilePath="flwor">
1264 <compilation-unit name="order-by-09">
1265 <output-file compare="Text">order-by-09.adm</output-file>
1266 </compilation-unit>
1267 </test-case>
1268 <test-case FilePath="flwor">
1269 <compilation-unit name="order-by-10">
1270 <output-file compare="Text">order-by-10.adm</output-file>
1271 </compilation-unit>
1272 </test-case>
1273 <test-case FilePath="flwor">
1274 <compilation-unit name="order-by-11">
1275 <output-file compare="Text">order-by-11.adm</output-file>
1276 </compilation-unit>
1277 </test-case>
1278 <test-case FilePath="flwor">
1279 <compilation-unit name="order-by-12">
1280 <output-file compare="Text">order-by-12.adm</output-file>
1281 </compilation-unit>
1282 </test-case>
1283 <test-case FilePath="flwor">
1284 <compilation-unit name="ret-01">
1285 <output-file compare="Text">ret-01.adm</output-file>
1286 </compilation-unit>
1287 </test-case>
1288 <test-case FilePath="flwor">
1289 <compilation-unit name="ret-02">
1290 <output-file compare="Text">ret-02.adm</output-file>
1291 </compilation-unit>
1292 </test-case>
1293 <test-case FilePath="flwor">
1294 <compilation-unit name="ret-03">
1295 <output-file compare="Text">ret-03.adm</output-file>
1296 </compilation-unit>
1297 </test-case>
1298 <test-case FilePath="flwor">
1299 <compilation-unit name="ret-04">
1300 <output-file compare="Text">ret-04.adm</output-file>
1301 </compilation-unit>
1302 </test-case>
1303 <test-case FilePath="flwor">
1304 <compilation-unit name="ret-05">
1305 <output-file compare="Text">ret-05.adm</output-file>
1306 </compilation-unit>
1307 </test-case>
1308 <test-case FilePath="flwor">
1309 <compilation-unit name="ret-06">
1310 <output-file compare="Text">ret-06.adm</output-file>
1311 </compilation-unit>
1312 </test-case>
1313 <test-case FilePath="flwor">
1314 <compilation-unit name="ret-07">
1315 <output-file compare="Text">ret-07.adm</output-file>
1316 </compilation-unit>
1317 </test-case>
1318 <test-case FilePath="flwor">
1319 <compilation-unit name="ret-08">
1320 <output-file compare="Text">ret-08.adm</output-file>
1321 </compilation-unit>
1322 </test-case>
1323 <test-case FilePath="flwor">
1324 <compilation-unit name="ret-09">
1325 <output-file compare="Text">ret-09.adm</output-file>
1326 </compilation-unit>
1327 </test-case>
1328 <test-case FilePath="flwor">
1329 <compilation-unit name="ret-10">
1330 <output-file compare="Text">ret-10.adm</output-file>
1331 </compilation-unit>
1332 </test-case>
1333 <test-case FilePath="flwor">
1334 <compilation-unit name="ret-11">
1335 <output-file compare="Text">ret-11.adm</output-file>
1336 </compilation-unit>
1337 </test-case>
1338 <test-case FilePath="flwor">
1339 <compilation-unit name="ret-12">
1340 <output-file compare="Text">ret-12.adm</output-file>
1341 </compilation-unit>
1342 </test-case>
1343 <test-case FilePath="flwor">
1344 <compilation-unit name="ret-13">
1345 <output-file compare="Text">ret-13.adm</output-file>
1346 </compilation-unit>
1347 </test-case>
1348 <test-case FilePath="flwor">
1349 <compilation-unit name="ret-14">
1350 <output-file compare="Text">ret-14.adm</output-file>
1351 </compilation-unit>
1352 </test-case>
1353 <test-case FilePath="flwor">
1354 <compilation-unit name="ret-15">
1355 <output-file compare="Text">ret-15.adm</output-file>
1356 </compilation-unit>
1357 </test-case>
1358 <test-case FilePath="flwor">
1359 <compilation-unit name="ret-16">
1360 <output-file compare="Text">ret-16.adm</output-file>
1361 </compilation-unit>
1362 </test-case>
1363 <test-case FilePath="flwor">
1364 <compilation-unit name="ret-17">
1365 <output-file compare="Text">ret-17.adm</output-file>
1366 </compilation-unit>
1367 </test-case>
1368 <test-case FilePath="flwor">
1369 <compilation-unit name="ret-18">
1370 <output-file compare="Text">ret-18.adm</output-file>
1371 </compilation-unit>
1372 </test-case>
1373 <test-case FilePath="flwor">
1374 <compilation-unit name="ret-19">
1375 <output-file compare="Text">ret-19.adm</output-file>
1376 </compilation-unit>
1377 </test-case>
1378 </test-group>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00001379 -->
vinayakb005a0e52012-10-07 06:47:06 +00001380 <test-group name="fuzzyjoin">
1381 <test-case FilePath="fuzzyjoin">
1382 <compilation-unit name="dblp-1_1">
1383 <output-file compare="Text">dblp-1_1.adm</output-file>
1384 </compilation-unit>
1385 </test-case>
1386 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001387 <compilation-unit name="dblp-1_2.1.1">
1388 <output-file compare="Text">dblp-1_2.1.1.adm</output-file>
1389 </compilation-unit>
1390 </test-case>
1391 <test-case FilePath="fuzzyjoin">
1392 <compilation-unit name="dblp-1_2.1">
1393 <output-file compare="Text">dblp-1_2.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001394 </compilation-unit>
1395 </test-case>
1396 <test-case FilePath="fuzzyjoin">
1397 <compilation-unit name="dblp-1_2">
1398 <output-file compare="Text">dblp-1_2.adm</output-file>
1399 </compilation-unit>
1400 </test-case>
1401 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001402 <compilation-unit name="dblp-2.1_5.3.1">
1403 <output-file compare="Text">dblp-2.1_5.3.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001404 </compilation-unit>
1405 </test-case>
vinayakb005a0e52012-10-07 06:47:06 +00001406 <test-case FilePath="fuzzyjoin">
1407 <compilation-unit name="dblp-2_1">
1408 <output-file compare="Text">dblp-2_1.adm</output-file>
1409 </compilation-unit>
1410 </test-case>
1411 <test-case FilePath="fuzzyjoin">
1412 <compilation-unit name="dblp-2_2">
1413 <output-file compare="Text">dblp-2_2.adm</output-file>
1414 </compilation-unit>
1415 </test-case>
1416 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001417 <compilation-unit name="dblp-2.2">
1418 <output-file compare="Text">dblp-2.2.adm</output-file>
1419 </compilation-unit>
1420 </test-case>
1421 <test-case FilePath="fuzzyjoin">
vinayakb005a0e52012-10-07 06:47:06 +00001422 <compilation-unit name="dblp-2_3">
1423 <output-file compare="Text">dblp-2_3.adm</output-file>
1424 </compilation-unit>
1425 </test-case>
1426 <test-case FilePath="fuzzyjoin">
1427 <compilation-unit name="dblp-2_4">
1428 <output-file compare="Text">dblp-2_4.adm</output-file>
1429 </compilation-unit>
1430 </test-case>
1431 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001432 <compilation-unit name="dblp-2_5.1">
1433 <output-file compare="Text">dblp-2_5.1.adm</output-file>
1434 </compilation-unit>
1435 </test-case>
1436 <test-case FilePath="fuzzyjoin">
1437 <compilation-unit name="dblp-2_5.2">
1438 <output-file compare="Text">dblp-2_5.2.adm</output-file>
1439 </compilation-unit>
1440 </test-case>
1441 <test-case FilePath="fuzzyjoin">
1442 <compilation-unit name="dblp-2_5.3.1">
1443 <output-file compare="Text">dblp-2_5.3.1.adm</output-file>
1444 </compilation-unit>
1445 </test-case>
1446 <test-case FilePath="fuzzyjoin">
1447 <compilation-unit name="dblp-2_5.3">
1448 <output-file compare="Text">dblp-2_5.3.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001449 </compilation-unit>
1450 </test-case>
1451 <test-case FilePath="fuzzyjoin">
1452 <compilation-unit name="dblp-2_5">
1453 <output-file compare="Text">dblp-2_5.adm</output-file>
1454 </compilation-unit>
1455 </test-case>
1456 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001457 <compilation-unit name="dblp-3_1.1">
1458 <output-file compare="Text">dblp-3_1.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001459 </compilation-unit>
1460 </test-case>
1461 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001462 <compilation-unit name="dblp-3_1.2">
1463 <output-file compare="Text">dblp-3_1.2.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001464 </compilation-unit>
1465 </test-case>
1466 <test-case FilePath="fuzzyjoin">
1467 <compilation-unit name="dblp-3_1">
1468 <output-file compare="Text">dblp-3_1.adm</output-file>
1469 </compilation-unit>
1470 </test-case>
1471 <test-case FilePath="fuzzyjoin">
1472 <compilation-unit name="dblp-aqlplus_1">
1473 <output-file compare="Text">dblp-aqlplus_1.adm</output-file>
1474 </compilation-unit>
1475 </test-case>
1476 <test-case FilePath="fuzzyjoin">
1477 <compilation-unit name="dblp-csx-2_1">
1478 <output-file compare="Text">dblp-csx-2_1.adm</output-file>
1479 </compilation-unit>
1480 </test-case>
1481 <test-case FilePath="fuzzyjoin">
1482 <compilation-unit name="dblp-csx-2_2">
1483 <output-file compare="Text">dblp-csx-2_2.adm</output-file>
1484 </compilation-unit>
1485 </test-case>
1486 <test-case FilePath="fuzzyjoin">
1487 <compilation-unit name="dblp-csx-2_3">
1488 <output-file compare="Text">dblp-csx-2_3.adm</output-file>
1489 </compilation-unit>
1490 </test-case>
1491 <test-case FilePath="fuzzyjoin">
1492 <compilation-unit name="dblp-csx-2_4">
1493 <output-file compare="Text">dblp-csx-2_4.adm</output-file>
1494 </compilation-unit>
1495 </test-case>
1496 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001497 <compilation-unit name="dblp-csx-2_5.1">
1498 <output-file compare="Text">dblp-csx-2_5.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001499 </compilation-unit>
1500 </test-case>
1501 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001502 <compilation-unit name="dblp-csx-2_5.2">
1503 <output-file compare="Text">dblp-csx-2_5.2.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001504 </compilation-unit>
1505 </test-case>
1506 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001507 <compilation-unit name="dblp-csx-2_5.3.1">
1508 <output-file compare="Text">dblp-csx-2_5.3.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001509 </compilation-unit>
1510 </test-case>
1511 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001512 <compilation-unit name="dblp-csx-2_5.3">
1513 <output-file compare="Text">dblp-csx-2_5.3.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001514 </compilation-unit>
1515 </test-case>
1516 <test-case FilePath="fuzzyjoin">
1517 <compilation-unit name="dblp-csx-2_5">
1518 <output-file compare="Text">dblp-csx-2_5.adm</output-file>
1519 </compilation-unit>
1520 </test-case>
1521 <test-case FilePath="fuzzyjoin">
1522 <compilation-unit name="dblp-csx-3_1">
1523 <output-file compare="Text">dblp-csx-3_1.adm</output-file>
1524 </compilation-unit>
1525 </test-case>
1526 <test-case FilePath="fuzzyjoin">
1527 <compilation-unit name="dblp-csx-3_2">
1528 <output-file compare="Text">dblp-csx-3_2.adm</output-file>
1529 </compilation-unit>
1530 </test-case>
1531 <test-case FilePath="fuzzyjoin">
1532 <compilation-unit name="dblp-csx-3_3">
1533 <output-file compare="Text">dblp-csx-3_3.adm</output-file>
1534 </compilation-unit>
1535 </test-case>
1536 <test-case FilePath="fuzzyjoin">
1537 <compilation-unit name="dblp-csx-3_4">
1538 <output-file compare="Text">dblp-csx-3_4.adm</output-file>
1539 </compilation-unit>
1540 </test-case>
1541 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001542 <compilation-unit name="dblp-csx-3_5.1">
1543 <output-file compare="Text">dblp-csx-3_5.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001544 </compilation-unit>
1545 </test-case>
1546 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001547 <compilation-unit name="dblp-csx-3_5.2">
1548 <output-file compare="Text">dblp-csx-3_5.2.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001549 </compilation-unit>
1550 </test-case>
1551 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001552 <compilation-unit name="dblp-csx-3_5.3.1">
1553 <output-file compare="Text">dblp-csx-3_5.3.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001554 </compilation-unit>
1555 </test-case>
1556 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001557 <compilation-unit name="dblp-csx-3_5.3">
1558 <output-file compare="Text">dblp-csx-3_5.3.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001559 </compilation-unit>
1560 </test-case>
1561 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001562 <compilation-unit name="dblp-csx-3_5.4.1">
1563 <output-file compare="Text">dblp-csx-3_5.4.1.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001564 </compilation-unit>
1565 </test-case>
1566 <test-case FilePath="fuzzyjoin">
alexander.behmcd877482012-11-10 21:46:27 +00001567 <compilation-unit name="dblp-csx-3_5.4">
1568 <output-file compare="Text">dblp-csx-3_5.4.adm</output-file>
vinayakb005a0e52012-10-07 06:47:06 +00001569 </compilation-unit>
1570 </test-case>
1571 <test-case FilePath="fuzzyjoin">
1572 <compilation-unit name="dblp-csx-3_5">
1573 <output-file compare="Text">dblp-csx-3_5.adm</output-file>
1574 </compilation-unit>
1575 </test-case>
1576 <test-case FilePath="fuzzyjoin">
1577 <compilation-unit name="dblp-csx-aqlplus_1">
1578 <output-file compare="Text">dblp-csx-aqlplus_1.adm</output-file>
1579 </compilation-unit>
1580 </test-case>
1581 <test-case FilePath="fuzzyjoin">
1582 <compilation-unit name="dblp-csx-aqlplus_2">
1583 <output-file compare="Text">dblp-csx-aqlplus_2.adm</output-file>
1584 </compilation-unit>
1585 </test-case>
1586 <test-case FilePath="fuzzyjoin">
1587 <compilation-unit name="dblp-csx-aqlplus_3">
1588 <output-file compare="Text">dblp-csx-aqlplus_3.adm</output-file>
1589 </compilation-unit>
1590 </test-case>
1591 <test-case FilePath="fuzzyjoin">
1592 <compilation-unit name="dblp-csx-dblp-aqlplus_1">
1593 <output-file compare="Text">dblp-csx-dblp-aqlplus_1.adm</output-file>
1594 </compilation-unit>
1595 </test-case>
1596 <test-case FilePath="fuzzyjoin">
1597 <compilation-unit name="dblp-lookup_1">
1598 <output-file compare="Text">dblp-lookup_1.adm</output-file>
1599 </compilation-unit>
1600 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00001601 <!--
vinayakb005a0e52012-10-07 06:47:06 +00001602 <test-case FilePath="fuzzyjoin">
1603 <compilation-unit name="dblp-splits-3_1">
1604 <output-file compare="Text">dblp-splits-3_1.adm</output-file>
1605 </compilation-unit>
1606 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00001607 -->
vinayakb005a0e52012-10-07 06:47:06 +00001608 </test-group>
1609 <test-group name="index-join">
1610 <test-case FilePath="index-join">
alexander.behm3caae9e2012-11-08 04:50:20 +00001611 <compilation-unit name="btree-primary-equi-join">
1612 <output-file compare="Text">btree-primary-equi-join.adm</output-file>
1613 </compilation-unit>
1614 </test-case>
1615 <test-case FilePath="index-join">
1616 <compilation-unit name="btree-secondary-equi-join">
1617 <output-file compare="Text">btree-secondary-equi-join.adm</output-file>
1618 </compilation-unit>
1619 </test-case>
1620 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001621 <compilation-unit name="inverted-index-ngram-edit-distance">
1622 <output-file compare="Text">inverted-index-ngram-edit-distance.adm</output-file>
1623 </compilation-unit>
1624 </test-case>
1625 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001626 <compilation-unit name="inverted-index-ngram-edit-distance-inline">
1627 <output-file compare="Text">inverted-index-ngram-edit-distance-inline.adm</output-file>
1628 </compilation-unit>
1629 </test-case>
1630 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001631 <compilation-unit name="inverted-index-ngram-jaccard">
1632 <output-file compare="Text">inverted-index-ngram-jaccard.adm</output-file>
1633 </compilation-unit>
1634 </test-case>
1635 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001636 <compilation-unit name="inverted-index-ngram-jaccard-inline">
1637 <output-file compare="Text">inverted-index-ngram-jaccard-inline.adm</output-file>
1638 </compilation-unit>
1639 </test-case>
1640 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001641 <compilation-unit name="inverted-index-olist-edit-distance">
1642 <output-file compare="Text">inverted-index-olist-edit-distance.adm</output-file>
1643 </compilation-unit>
1644 </test-case>
1645 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001646 <compilation-unit name="inverted-index-olist-edit-distance-inline">
1647 <output-file compare="Text">inverted-index-olist-edit-distance-inline.adm</output-file>
1648 </compilation-unit>
1649 </test-case>
1650 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001651 <compilation-unit name="inverted-index-olist-jaccard">
1652 <output-file compare="Text">inverted-index-olist-jaccard.adm</output-file>
1653 </compilation-unit>
1654 </test-case>
1655 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001656 <compilation-unit name="inverted-index-olist-jaccard-inline">
1657 <output-file compare="Text">inverted-index-olist-jaccard-inline.adm</output-file>
1658 </compilation-unit>
1659 </test-case>
1660 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001661 <compilation-unit name="inverted-index-ulist-jaccard">
1662 <output-file compare="Text">inverted-index-ulist-jaccard.adm</output-file>
1663 </compilation-unit>
1664 </test-case>
1665 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001666 <compilation-unit name="inverted-index-ulist-jaccard-inline">
1667 <output-file compare="Text">inverted-index-ulist-jaccard-inline.adm</output-file>
1668 </compilation-unit>
1669 </test-case>
1670 <test-case FilePath="index-join">
vinayakb005a0e52012-10-07 06:47:06 +00001671 <compilation-unit name="inverted-index-word-jaccard">
1672 <output-file compare="Text">inverted-index-word-jaccard.adm</output-file>
1673 </compilation-unit>
1674 </test-case>
alexander.behm3caae9e2012-11-08 04:50:20 +00001675 <test-case FilePath="index-join">
alexander.behmcd877482012-11-10 21:46:27 +00001676 <compilation-unit name="inverted-index-word-jaccard-inline">
1677 <output-file compare="Text">inverted-index-word-jaccard-inline.adm</output-file>
1678 </compilation-unit>
1679 </test-case>
1680 <test-case FilePath="index-join">
alexander.behm3caae9e2012-11-08 04:50:20 +00001681 <compilation-unit name="rtree-spatial-intersect-point">
1682 <output-file compare="Text">rtree-spatial-intersect-point.adm</output-file>
1683 </compilation-unit>
1684 </test-case>
vinayakb005a0e52012-10-07 06:47:06 +00001685 </test-group>
1686 <test-group name="index-selection">
1687 <test-case FilePath="index-selection">
1688 <compilation-unit name="btree-index-composite-key">
1689 <output-file compare="Text">btree-index-composite-key.adm</output-file>
1690 </compilation-unit>
1691 </test-case>
1692 <test-case FilePath="index-selection">
alexander.behmcd877482012-11-10 21:46:27 +00001693 <compilation-unit name="btree-index-rewrite-multiple">
1694 <output-file compare="Text">btree-index-rewrite-multiple.adm</output-file>
1695 </compilation-unit>
1696 </test-case>
1697 <test-case FilePath="index-selection">
vinayakb005a0e52012-10-07 06:47:06 +00001698 <compilation-unit name="cust-index-age-nullable">
1699 <output-file compare="Text">cust-index-age-nullable.adm</output-file>
1700 </compilation-unit>
1701 </test-case>
1702 <test-case FilePath="index-selection">
alexander.behma9faa612012-11-24 22:38:05 +00001703 <compilation-unit name="fuzzy-inverted-index-ngram-contains">
1704 <output-file compare="Text">fuzzy-inverted-index-ngram-contains.adm</output-file>
1705 </compilation-unit>
1706 </test-case>
1707 <test-case FilePath="index-selection">
1708 <compilation-unit name="fuzzy-inverted-index-ngram-edit-distance-panic">
1709 <output-file compare="Text">fuzzy-inverted-index-ngram-edit-distance-panic.adm</output-file>
1710 </compilation-unit>
1711 </test-case>
1712 <test-case FilePath="index-selection">
1713 <compilation-unit name="fuzzy-inverted-index-ngram-edit-distance">
1714 <output-file compare="Text">fuzzy-inverted-index-ngram-edit-distance.adm</output-file>
1715 </compilation-unit>
1716 </test-case>
1717 <test-case FilePath="index-selection">
1718 <compilation-unit name="fuzzy-inverted-index-ngram-jaccard">
1719 <output-file compare="Text">fuzzy-inverted-index-ngram-jaccard.adm</output-file>
1720 </compilation-unit>
1721 </test-case>
1722 <test-case FilePath="index-selection">
1723 <compilation-unit name="fuzzy-inverted-index-olist-edit-distance-panic">
1724 <output-file compare="Text">fuzzy-inverted-index-olist-edit-distance-panic.adm</output-file>
1725 </compilation-unit>
1726 </test-case>
1727 <test-case FilePath="index-selection">
1728 <compilation-unit name="fuzzy-inverted-index-olist-edit-distance">
1729 <output-file compare="Text">fuzzy-inverted-index-olist-edit-distance.adm</output-file>
1730 </compilation-unit>
1731 </test-case>
1732 <test-case FilePath="index-selection">
1733 <compilation-unit name="fuzzy-inverted-index-olist-jaccard">
1734 <output-file compare="Text">fuzzy-inverted-index-olist-jaccard.adm</output-file>
1735 </compilation-unit>
1736 </test-case>
1737 <test-case FilePath="index-selection">
1738 <compilation-unit name="fuzzy-inverted-index-ulist-jaccard">
1739 <output-file compare="Text">fuzzy-inverted-index-ulist-jaccard.adm</output-file>
1740 </compilation-unit>
1741 </test-case>
1742 <test-case FilePath="index-selection">
1743 <compilation-unit name="fuzzy-inverted-index-word-contains">
1744 <output-file compare="Text">fuzzy-inverted-index-word-contains.adm</output-file>
1745 </compilation-unit>
1746 </test-case>
1747 <test-case FilePath="index-selection">
1748 <compilation-unit name="fuzzy-inverted-index-word-jaccard">
1749 <output-file compare="Text">fuzzy-inverted-index-word-jaccard.adm</output-file>
1750 </compilation-unit>
1751 </test-case>
1752 <test-case FilePath="index-selection">
vinayakb005a0e52012-10-07 06:47:06 +00001753 <compilation-unit name="inverted-index-ngram-contains">
1754 <output-file compare="Text">inverted-index-ngram-contains.adm</output-file>
1755 </compilation-unit>
1756 </test-case>
1757 <test-case FilePath="index-selection">
1758 <compilation-unit name="inverted-index-ngram-edit-distance-panic">
1759 <output-file compare="Text">inverted-index-ngram-edit-distance-panic.adm</output-file>
1760 </compilation-unit>
1761 </test-case>
1762 <test-case FilePath="index-selection">
1763 <compilation-unit name="inverted-index-ngram-edit-distance">
1764 <output-file compare="Text">inverted-index-ngram-edit-distance.adm</output-file>
1765 </compilation-unit>
1766 </test-case>
1767 <test-case FilePath="index-selection">
1768 <compilation-unit name="inverted-index-ngram-jaccard">
1769 <output-file compare="Text">inverted-index-ngram-jaccard.adm</output-file>
1770 </compilation-unit>
1771 </test-case>
1772 <test-case FilePath="index-selection">
1773 <compilation-unit name="inverted-index-olist-edit-distance-panic">
1774 <output-file compare="Text">inverted-index-olist-edit-distance-panic.adm</output-file>
1775 </compilation-unit>
1776 </test-case>
1777 <test-case FilePath="index-selection">
1778 <compilation-unit name="inverted-index-olist-edit-distance">
1779 <output-file compare="Text">inverted-index-olist-edit-distance.adm</output-file>
1780 </compilation-unit>
1781 </test-case>
1782 <test-case FilePath="index-selection">
1783 <compilation-unit name="inverted-index-olist-jaccard">
1784 <output-file compare="Text">inverted-index-olist-jaccard.adm</output-file>
1785 </compilation-unit>
1786 </test-case>
1787 <test-case FilePath="index-selection">
1788 <compilation-unit name="inverted-index-ulist-jaccard">
1789 <output-file compare="Text">inverted-index-ulist-jaccard.adm</output-file>
1790 </compilation-unit>
1791 </test-case>
1792 <test-case FilePath="index-selection">
1793 <compilation-unit name="inverted-index-word-contains">
1794 <output-file compare="Text">inverted-index-word-contains.adm</output-file>
1795 </compilation-unit>
1796 </test-case>
1797 <test-case FilePath="index-selection">
1798 <compilation-unit name="inverted-index-word-jaccard">
1799 <output-file compare="Text">inverted-index-word-jaccard.adm</output-file>
1800 </compilation-unit>
1801 </test-case>
1802 <test-case FilePath="index-selection">
1803 <compilation-unit name="orders-index-custkey-conjunctive-open">
1804 <output-file compare="Text">orders-index-custkey-conjunctive-open.adm</output-file>
1805 </compilation-unit>
1806 </test-case>
1807 <test-case FilePath="index-selection">
1808 <compilation-unit name="orders-index-custkey-conjunctive">
1809 <output-file compare="Text">orders-index-custkey-conjunctive.adm</output-file>
1810 </compilation-unit>
1811 </test-case>
1812 <test-case FilePath="index-selection">
1813 <compilation-unit name="orders-index-custkey-open">
1814 <output-file compare="Text">orders-index-custkey-open.adm</output-file>
1815 </compilation-unit>
1816 </test-case>
1817 <test-case FilePath="index-selection">
1818 <compilation-unit name="orders-index-custkey">
1819 <output-file compare="Text">orders-index-custkey.adm</output-file>
1820 </compilation-unit>
1821 </test-case>
1822 <test-case FilePath="index-selection">
1823 <compilation-unit name="range-search-open">
1824 <output-file compare="Text">range-search-open.adm</output-file>
1825 </compilation-unit>
1826 </test-case>
1827 <test-case FilePath="index-selection">
1828 <compilation-unit name="range-search">
1829 <output-file compare="Text">range-search.adm</output-file>
1830 </compilation-unit>
1831 </test-case>
1832 <test-case FilePath="index-selection">
1833 <compilation-unit name="rtree-secondary-index-nullable">
1834 <output-file compare="Text">rtree-secondary-index-nullable.adm</output-file>
1835 </compilation-unit>
1836 </test-case>
1837 <test-case FilePath="index-selection">
1838 <compilation-unit name="rtree-secondary-index-open">
1839 <output-file compare="Text">rtree-secondary-index-open.adm</output-file>
1840 </compilation-unit>
1841 </test-case>
1842 <test-case FilePath="index-selection">
1843 <compilation-unit name="rtree-secondary-index">
1844 <output-file compare="Text">rtree-secondary-index.adm</output-file>
1845 </compilation-unit>
1846 </test-case>
1847 </test-group>
1848 <test-group name="list">
1849 <test-case FilePath="list">
1850 <compilation-unit name="any-collection-member_01">
1851 <output-file compare="Text">any-collection-member_01.adm</output-file>
1852 </compilation-unit>
1853 </test-case>
1854 <test-case FilePath="list">
1855 <compilation-unit name="get-item_01">
1856 <output-file compare="Text">get-item_01.adm</output-file>
1857 </compilation-unit>
1858 </test-case>
1859 <test-case FilePath="list">
1860 <compilation-unit name="len_01">
1861 <output-file compare="Text">len_01.adm</output-file>
1862 </compilation-unit>
1863 </test-case>
1864 <test-case FilePath="list">
1865 <compilation-unit name="len_null_01">
1866 <output-file compare="Text">len_null_01.adm</output-file>
1867 </compilation-unit>
1868 </test-case>
1869 <test-case FilePath="list">
1870 <compilation-unit name="listify_01">
1871 <output-file compare="Text">listify_01.adm</output-file>
1872 </compilation-unit>
1873 </test-case>
1874 <test-case FilePath="list">
1875 <compilation-unit name="listify_02">
1876 <output-file compare="Text">listify_02.adm</output-file>
1877 </compilation-unit>
1878 </test-case>
1879 <test-case FilePath="list">
alexander.behmcd877482012-11-10 21:46:27 +00001880 <compilation-unit name="listify_03">
1881 <output-file compare="Text">listify_03.adm</output-file>
1882 </compilation-unit>
1883 </test-case>
1884 <test-case FilePath="list">
vinayakb005a0e52012-10-07 06:47:06 +00001885 <compilation-unit name="ordered-list-constructor_01">
1886 <output-file compare="Text">ordered-list-constructor_01.adm</output-file>
1887 </compilation-unit>
1888 </test-case>
1889 <test-case FilePath="list">
1890 <compilation-unit name="ordered-list-constructor_02">
1891 <output-file compare="Text">ordered-list-constructor_02.adm</output-file>
1892 </compilation-unit>
1893 </test-case>
1894 <test-case FilePath="list">
1895 <compilation-unit name="ordered-list-constructor_03">
1896 <output-file compare="Text">ordered-list-constructor_03.adm</output-file>
1897 </compilation-unit>
1898 </test-case>
1899 <test-case FilePath="list">
1900 <compilation-unit name="scan-collection_01">
1901 <output-file compare="Text">scan-collection_01.adm</output-file>
1902 </compilation-unit>
1903 </test-case>
1904 <test-case FilePath="list">
1905 <compilation-unit name="union_01">
1906 <output-file compare="Text">union_01.adm</output-file>
1907 </compilation-unit>
1908 </test-case>
1909 <test-case FilePath="list">
1910 <compilation-unit name="union_02">
1911 <output-file compare="Text">union_02.adm</output-file>
1912 </compilation-unit>
1913 </test-case>
1914 <test-case FilePath="list">
1915 <compilation-unit name="unordered-list-constructor_01">
1916 <output-file compare="Text">unordered-list-constructor_01.adm</output-file>
1917 </compilation-unit>
1918 </test-case>
1919 <test-case FilePath="list">
1920 <compilation-unit name="unordered-list-constructor_02">
1921 <output-file compare="Text">unordered-list-constructor_02.adm</output-file>
1922 </compilation-unit>
1923 </test-case>
1924 <test-case FilePath="list">
1925 <compilation-unit name="unordered-list-constructor_03">
1926 <output-file compare="Text">unordered-list-constructor_03.adm</output-file>
1927 </compilation-unit>
1928 </test-case>
1929 </test-group>
1930 <test-group name="misc">
1931 <test-case FilePath="misc">
1932 <compilation-unit name="float_01">
1933 <output-file compare="Text">float_01.adm</output-file>
1934 </compilation-unit>
1935 </test-case>
1936 <test-case FilePath="misc">
1937 <compilation-unit name="groupby-orderby-count">
1938 <output-file compare="Text">groupby-orderby-count.adm</output-file>
1939 </compilation-unit>
1940 </test-case>
1941 <test-case FilePath="misc">
1942 <compilation-unit name="ifthenelse_01">
1943 <output-file compare="Text">ifthenelse_01.adm</output-file>
1944 </compilation-unit>
1945 </test-case>
1946 <test-case FilePath="misc">
1947 <compilation-unit name="is-null_01">
1948 <output-file compare="Text">is-null_01.adm</output-file>
1949 </compilation-unit>
1950 </test-case>
1951 <test-case FilePath="misc">
1952 <compilation-unit name="nested-loop-join_01">
1953 <output-file compare="Text">nested-loop-join_01.adm</output-file>
1954 </compilation-unit>
1955 </test-case>
1956 <test-case FilePath="misc">
1957 <compilation-unit name="range_01">
1958 <output-file compare="Text">range_01.adm</output-file>
1959 </compilation-unit>
1960 </test-case>
1961 <test-case FilePath="misc">
1962 <compilation-unit name="tid_01">
1963 <output-file compare="Text">tid_01.adm</output-file>
1964 </compilation-unit>
1965 </test-case>
1966 <test-case FilePath="misc">
1967 <compilation-unit name="year_01">
1968 <output-file compare="Text">year_01.adm</output-file>
1969 </compilation-unit>
1970 </test-case>
1971 </test-group>
1972 <test-group name="nestrecords">
1973 <test-case FilePath="nestrecords">
1974 <compilation-unit name="nestrecord">
1975 <output-file compare="Text">nestrecord.adm</output-file>
1976 </compilation-unit>
1977 </test-case>
1978 </test-group>
1979 <test-group name="numeric">
1980 <test-case FilePath="numeric">
1981 <compilation-unit name="abs0">
1982 <output-file compare="Text">abs0.adm</output-file>
1983 </compilation-unit>
1984 </test-case>
1985 <test-case FilePath="numeric">
1986 <compilation-unit name="abs1">
1987 <output-file compare="Text">abs1.adm</output-file>
1988 </compilation-unit>
1989 </test-case>
1990 <test-case FilePath="numeric">
1991 <compilation-unit name="abs2">
1992 <output-file compare="Text">abs2.adm</output-file>
1993 </compilation-unit>
1994 </test-case>
1995 <test-case FilePath="numeric">
1996 <compilation-unit name="abs3">
1997 <output-file compare="Text">abs3.adm</output-file>
1998 </compilation-unit>
1999 </test-case>
2000 <test-case FilePath="numeric">
2001 <compilation-unit name="abs4">
2002 <output-file compare="Text">abs4.adm</output-file>
2003 </compilation-unit>
2004 </test-case>
2005 <test-case FilePath="numeric">
2006 <compilation-unit name="add_double">
2007 <output-file compare="Text">add_double.adm</output-file>
2008 </compilation-unit>
2009 </test-case>
2010 <test-case FilePath="numeric">
2011 <compilation-unit name="add_float">
2012 <output-file compare="Text">add_float.adm</output-file>
2013 </compilation-unit>
2014 </test-case>
2015 <test-case FilePath="numeric">
2016 <compilation-unit name="add_int16">
2017 <output-file compare="Text">add_int16.adm</output-file>
2018 </compilation-unit>
2019 </test-case>
2020 <test-case FilePath="numeric">
2021 <compilation-unit name="add_int32">
2022 <output-file compare="Text">add_int32.adm</output-file>
2023 </compilation-unit>
2024 </test-case>
2025 <test-case FilePath="numeric">
2026 <compilation-unit name="add_int64">
2027 <output-file compare="Text">add_int64.adm</output-file>
2028 </compilation-unit>
2029 </test-case>
2030 <test-case FilePath="numeric">
2031 <compilation-unit name="add_int8">
2032 <output-file compare="Text">add_int8.adm</output-file>
2033 </compilation-unit>
2034 </test-case>
2035 <test-case FilePath="numeric">
2036 <compilation-unit name="ceiling0">
2037 <output-file compare="Text">ceiling0.adm</output-file>
2038 </compilation-unit>
2039 </test-case>
2040 <test-case FilePath="numeric">
2041 <compilation-unit name="ceiling1">
2042 <output-file compare="Text">ceiling1.adm</output-file>
2043 </compilation-unit>
2044 </test-case>
2045 <test-case FilePath="numeric">
2046 <compilation-unit name="ceiling2">
2047 <output-file compare="Text">ceiling2.adm</output-file>
2048 </compilation-unit>
2049 </test-case>
2050 <test-case FilePath="numeric">
2051 <compilation-unit name="ceiling3">
2052 <output-file compare="Text">ceiling3.adm</output-file>
2053 </compilation-unit>
2054 </test-case>
2055 <test-case FilePath="numeric">
2056 <compilation-unit name="ceiling4">
2057 <output-file compare="Text">ceiling4.adm</output-file>
2058 </compilation-unit>
2059 </test-case>
2060 <test-case FilePath="numeric">
2061 <compilation-unit name="divide_double">
2062 <output-file compare="Text">divide_double.adm</output-file>
2063 </compilation-unit>
2064 </test-case>
2065 <test-case FilePath="numeric">
2066 <compilation-unit name="divide_float">
2067 <output-file compare="Text">divide_float.adm</output-file>
2068 </compilation-unit>
2069 </test-case>
2070 <test-case FilePath="numeric">
2071 <compilation-unit name="divide_int16">
2072 <output-file compare="Text">divide_int16.adm</output-file>
2073 </compilation-unit>
2074 </test-case>
2075 <test-case FilePath="numeric">
2076 <compilation-unit name="divide_int32">
2077 <output-file compare="Text">divide_int32.adm</output-file>
2078 </compilation-unit>
2079 </test-case>
2080 <test-case FilePath="numeric">
2081 <compilation-unit name="divide_int64">
2082 <output-file compare="Text">divide_int64.adm</output-file>
2083 </compilation-unit>
2084 </test-case>
2085 <test-case FilePath="numeric">
2086 <compilation-unit name="divide_int8">
2087 <output-file compare="Text">divide_int8.adm</output-file>
2088 </compilation-unit>
2089 </test-case>
2090 <test-case FilePath="numeric">
2091 <compilation-unit name="floor0">
2092 <output-file compare="Text">floor0.adm</output-file>
2093 </compilation-unit>
2094 </test-case>
2095 <test-case FilePath="numeric">
2096 <compilation-unit name="floor1">
2097 <output-file compare="Text">floor1.adm</output-file>
2098 </compilation-unit>
2099 </test-case>
2100 <test-case FilePath="numeric">
2101 <compilation-unit name="floor2">
2102 <output-file compare="Text">floor2.adm</output-file>
2103 </compilation-unit>
2104 </test-case>
2105 <test-case FilePath="numeric">
2106 <compilation-unit name="floor3">
2107 <output-file compare="Text">floor3.adm</output-file>
2108 </compilation-unit>
2109 </test-case>
2110 <test-case FilePath="numeric">
2111 <compilation-unit name="floor4">
2112 <output-file compare="Text">floor4.adm</output-file>
2113 </compilation-unit>
2114 </test-case>
2115 <test-case FilePath="numeric">
2116 <compilation-unit name="multiply_double">
2117 <output-file compare="Text">multiply_double.adm</output-file>
2118 </compilation-unit>
2119 </test-case>
2120 <test-case FilePath="numeric">
2121 <compilation-unit name="multiply_float">
2122 <output-file compare="Text">multiply_float.adm</output-file>
2123 </compilation-unit>
2124 </test-case>
2125 <test-case FilePath="numeric">
2126 <compilation-unit name="multiply_int16">
2127 <output-file compare="Text">multiply_int16.adm</output-file>
2128 </compilation-unit>
2129 </test-case>
2130 <test-case FilePath="numeric">
2131 <compilation-unit name="multiply_int32">
2132 <output-file compare="Text">multiply_int32.adm</output-file>
2133 </compilation-unit>
2134 </test-case>
2135 <test-case FilePath="numeric">
2136 <compilation-unit name="multiply_int64">
2137 <output-file compare="Text">multiply_int64.adm</output-file>
2138 </compilation-unit>
2139 </test-case>
2140 <test-case FilePath="numeric">
2141 <compilation-unit name="multiply_int8">
2142 <output-file compare="Text">multiply_int8.adm</output-file>
2143 </compilation-unit>
2144 </test-case>
2145 <test-case FilePath="numeric">
2146 <compilation-unit name="round-half-to-even0">
2147 <output-file compare="Text">round-half-to-even0.adm</output-file>
2148 </compilation-unit>
2149 </test-case>
2150 <test-case FilePath="numeric">
2151 <compilation-unit name="round-half-to-even1">
2152 <output-file compare="Text">round-half-to-even1.adm</output-file>
2153 </compilation-unit>
2154 </test-case>
2155 <test-case FilePath="numeric">
2156 <compilation-unit name="round-half-to-even2">
2157 <output-file compare="Text">round-half-to-even2.adm</output-file>
2158 </compilation-unit>
2159 </test-case>
2160 <test-case FilePath="numeric">
2161 <compilation-unit name="round-half-to-even20">
2162 <output-file compare="Text">round-half-to-even20.adm</output-file>
2163 </compilation-unit>
2164 </test-case>
2165 <test-case FilePath="numeric">
2166 <compilation-unit name="round-half-to-even21">
2167 <output-file compare="Text">round-half-to-even21.adm</output-file>
2168 </compilation-unit>
2169 </test-case>
2170 <test-case FilePath="numeric">
2171 <compilation-unit name="round-half-to-even22">
2172 <output-file compare="Text">round-half-to-even22.adm</output-file>
2173 </compilation-unit>
2174 </test-case>
2175 <test-case FilePath="numeric">
2176 <compilation-unit name="round-half-to-even23">
2177 <output-file compare="Text">round-half-to-even23.adm</output-file>
2178 </compilation-unit>
2179 </test-case>
2180 <test-case FilePath="numeric">
2181 <compilation-unit name="round-half-to-even24">
2182 <output-file compare="Text">round-half-to-even24.adm</output-file>
2183 </compilation-unit>
2184 </test-case>
2185 <test-case FilePath="numeric">
2186 <compilation-unit name="round-half-to-even3">
2187 <output-file compare="Text">round-half-to-even3.adm</output-file>
2188 </compilation-unit>
2189 </test-case>
2190 <test-case FilePath="numeric">
2191 <compilation-unit name="round-half-to-even4">
2192 <output-file compare="Text">round-half-to-even4.adm</output-file>
2193 </compilation-unit>
2194 </test-case>
2195 <test-case FilePath="numeric">
2196 <compilation-unit name="round-half-to-even5">
2197 <output-file compare="Text">round-half-to-even5.adm</output-file>
2198 </compilation-unit>
2199 </test-case>
2200 <test-case FilePath="numeric">
2201 <compilation-unit name="round0">
2202 <output-file compare="Text">round0.adm</output-file>
2203 </compilation-unit>
2204 </test-case>
2205 <test-case FilePath="numeric">
2206 <compilation-unit name="round1">
2207 <output-file compare="Text">round1.adm</output-file>
2208 </compilation-unit>
2209 </test-case>
2210 <test-case FilePath="numeric">
2211 <compilation-unit name="round2">
2212 <output-file compare="Text">round2.adm</output-file>
2213 </compilation-unit>
2214 </test-case>
2215 <test-case FilePath="numeric">
2216 <compilation-unit name="round3">
2217 <output-file compare="Text">round3.adm</output-file>
2218 </compilation-unit>
2219 </test-case>
2220 <test-case FilePath="numeric">
2221 <compilation-unit name="round4">
2222 <output-file compare="Text">round4.adm</output-file>
2223 </compilation-unit>
2224 </test-case>
2225 <test-case FilePath="numeric">
2226 <compilation-unit name="subtract_double">
2227 <output-file compare="Text">subtract_double.adm</output-file>
2228 </compilation-unit>
2229 </test-case>
2230 <test-case FilePath="numeric">
2231 <compilation-unit name="subtract_float">
2232 <output-file compare="Text">subtract_float.adm</output-file>
2233 </compilation-unit>
2234 </test-case>
2235 <test-case FilePath="numeric">
2236 <compilation-unit name="subtract_int16">
2237 <output-file compare="Text">subtract_int16.adm</output-file>
2238 </compilation-unit>
2239 </test-case>
2240 <test-case FilePath="numeric">
2241 <compilation-unit name="subtract_int32">
2242 <output-file compare="Text">subtract_int32.adm</output-file>
2243 </compilation-unit>
2244 </test-case>
2245 <test-case FilePath="numeric">
2246 <compilation-unit name="subtract_int64">
2247 <output-file compare="Text">subtract_int64.adm</output-file>
2248 </compilation-unit>
2249 </test-case>
2250 <test-case FilePath="numeric">
2251 <compilation-unit name="subtract_int8">
2252 <output-file compare="Text">subtract_int8.adm</output-file>
2253 </compilation-unit>
2254 </test-case>
2255 <test-case FilePath="numeric">
2256 <compilation-unit name="unary-minus_double_01">
2257 <output-file compare="Text">unary-minus_double_01.adm</output-file>
2258 </compilation-unit>
2259 </test-case>
2260 <test-case FilePath="numeric">
2261 <compilation-unit name="unary-minus_double_02">
2262 <output-file compare="Text">unary-minus_double_02.adm</output-file>
2263 </compilation-unit>
2264 </test-case>
2265 <test-case FilePath="numeric">
2266 <compilation-unit name="unary-minus_float_01">
2267 <output-file compare="Text">unary-minus_float_01.adm</output-file>
2268 </compilation-unit>
2269 </test-case>
2270 <test-case FilePath="numeric">
2271 <compilation-unit name="unary-minus_float_02">
2272 <output-file compare="Text">unary-minus_float_02.adm</output-file>
2273 </compilation-unit>
2274 </test-case>
2275 <test-case FilePath="numeric">
2276 <compilation-unit name="unary-minus_int_01">
2277 <output-file compare="Text">unary-minus_int_01.adm</output-file>
2278 </compilation-unit>
2279 </test-case>
2280 <test-case FilePath="numeric">
2281 <compilation-unit name="unary-minus_int_02">
2282 <output-file compare="Text">unary-minus_int_02.adm</output-file>
2283 </compilation-unit>
2284 </test-case>
2285 <test-case FilePath="numeric">
2286 <compilation-unit name="unary-minus_null">
2287 <output-file compare="Text">unary-minus_null.adm</output-file>
2288 </compilation-unit>
2289 </test-case>
2290 </test-group>
2291 <test-group name="open-closed">
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002292 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002293 <test-case FilePath="open-closed">
2294 <compilation-unit name="c2c-w-optional">
2295 <output-file compare="Text">c2c-w-optional.adm</output-file>
2296 </compilation-unit>
2297 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002298 -->
2299 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002300 <test-case FilePath="open-closed">
2301 <compilation-unit name="c2c-wo-optional">
2302 <output-file compare="Text">c2c-wo-optional.adm</output-file>
2303 </compilation-unit>
2304 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002305 -->
2306 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002307 <test-case FilePath="open-closed">
2308 <compilation-unit name="c2c">
2309 <output-file compare="Text">c2c.adm</output-file>
2310 </compilation-unit>
2311 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002312 -->
vinayakb005a0e52012-10-07 06:47:06 +00002313 <test-case FilePath="open-closed">
2314 <compilation-unit name="heterog-list-ordered01">
2315 <output-file compare="Text">heterog-list-ordered01.adm</output-file>
2316 </compilation-unit>
2317 </test-case>
2318 <test-case FilePath="open-closed">
2319 <compilation-unit name="heterog-list01">
2320 <output-file compare="Text">heterog-list01.adm</output-file>
2321 </compilation-unit>
2322 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002323 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002324 <test-case FilePath="open-closed">
2325 <compilation-unit name="heterog-list02">
2326 <output-file compare="Text">heterog-list02.adm</output-file>
2327 </compilation-unit>
2328 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002329 -->
2330 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002331 <test-case FilePath="open-closed">
2332 <compilation-unit name="heterog-list03">
2333 <output-file compare="Text">heterog-list03.adm</output-file>
2334 </compilation-unit>
2335 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002336 -->
vinayakb005a0e52012-10-07 06:47:06 +00002337 <test-case FilePath="open-closed">
2338 <compilation-unit name="open-closed-01">
2339 <output-file compare="Text">open-closed-01.adm</output-file>
2340 </compilation-unit>
2341 </test-case>
2342 <test-case FilePath="open-closed">
2343 <compilation-unit name="open-closed-12">
2344 <output-file compare="Text">open-closed-12.adm</output-file>
2345 </compilation-unit>
2346 </test-case>
2347 <test-case FilePath="open-closed">
2348 <compilation-unit name="open-closed-14">
2349 <output-file compare="Text">open-closed-14.adm</output-file>
2350 </compilation-unit>
2351 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002352 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002353 <test-case FilePath="open-closed">
2354 <compilation-unit name="open-closed-15">
2355 <output-file compare="Text">open-closed-15.adm</output-file>
2356 </compilation-unit>
2357 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002358 -->
2359 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002360 <test-case FilePath="open-closed">
2361 <compilation-unit name="open-closed-16">
2362 <output-file compare="Text">open-closed-16.adm</output-file>
2363 </compilation-unit>
2364 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002365 -->
2366 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002367 <test-case FilePath="open-closed">
2368 <compilation-unit name="open-closed-17">
2369 <output-file compare="Text">open-closed-17.adm</output-file>
2370 </compilation-unit>
2371 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002372 -->
2373 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002374 <test-case FilePath="open-closed">
2375 <compilation-unit name="open-closed-19">
2376 <output-file compare="Text">open-closed-19.adm</output-file>
2377 </compilation-unit>
2378 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002379 -->
2380 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002381 <test-case FilePath="open-closed">
2382 <compilation-unit name="open-closed-20">
2383 <output-file compare="Text">open-closed-20.adm</output-file>
2384 </compilation-unit>
2385 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002386 -->
2387 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002388 <test-case FilePath="open-closed">
2389 <compilation-unit name="open-closed-21">
2390 <output-file compare="Text">open-closed-21.adm</output-file>
2391 </compilation-unit>
2392 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002393 -->
2394 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002395 <test-case FilePath="open-closed">
2396 <compilation-unit name="open-closed-22">
2397 <output-file compare="Text">open-closed-22.adm</output-file>
2398 </compilation-unit>
2399 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002400 -->
vinayakb005a0e52012-10-07 06:47:06 +00002401 <test-case FilePath="open-closed">
2402 <compilation-unit name="open-closed-24">
2403 <output-file compare="Text">open-closed-24.adm</output-file>
2404 </compilation-unit>
2405 </test-case>
2406 <test-case FilePath="open-closed">
2407 <compilation-unit name="open-closed-25">
2408 <output-file compare="Text">open-closed-25.adm</output-file>
2409 </compilation-unit>
2410 </test-case>
2411 <test-case FilePath="open-closed">
2412 <compilation-unit name="open-closed-26">
2413 <output-file compare="Text">open-closed-26.adm</output-file>
2414 </compilation-unit>
2415 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002416 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002417 <test-case FilePath="open-closed">
2418 <compilation-unit name="open-closed-28">
2419 <output-file compare="Text">open-closed-28.adm</output-file>
2420 </compilation-unit>
2421 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002422 -->
vinayakb005a0e52012-10-07 06:47:06 +00002423 <test-case FilePath="open-closed">
2424 <compilation-unit name="open-closed-29">
2425 <output-file compare="Text">open-closed-29.adm</output-file>
2426 </compilation-unit>
2427 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002428 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002429 <test-case FilePath="open-closed">
2430 <compilation-unit name="open-closed-30">
2431 <output-file compare="Text">open-closed-30.adm</output-file>
2432 </compilation-unit>
2433 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002434 -->
vinayakb005a0e52012-10-07 06:47:06 +00002435 <test-case FilePath="open-closed">
2436 <compilation-unit name="open-closed-31">
2437 <output-file compare="Text">open-closed-31.adm</output-file>
2438 </compilation-unit>
2439 </test-case>
2440 <test-case FilePath="open-closed">
2441 <compilation-unit name="open-closed-32">
2442 <output-file compare="Text">open-closed-32.adm</output-file>
2443 </compilation-unit>
2444 </test-case>
2445 <test-case FilePath="open-closed">
2446 <compilation-unit name="open-closed-33">
2447 <output-file compare="Text">open-closed-33.adm</output-file>
2448 </compilation-unit>
2449 </test-case>
alexander.behmcd877482012-11-10 21:46:27 +00002450 <test-case FilePath="open-closed">
2451 <compilation-unit name="query-proposal02">
2452 <output-file compare="Text">query-proposal02.adm</output-file>
2453 </compilation-unit>
2454 </test-case>
2455 <test-case FilePath="open-closed">
2456 <compilation-unit name="query-proposal">
2457 <output-file compare="Text">query-proposal.adm</output-file>
2458 </compilation-unit>
2459 </test-case>
vinayakb005a0e52012-10-07 06:47:06 +00002460 </test-group>
2461 <test-group name="quantifiers">
2462 <test-case FilePath="quantifiers">
2463 <compilation-unit name="everysat_01">
2464 <output-file compare="Text">everysat_01.adm</output-file>
2465 </compilation-unit>
2466 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002467 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002468 <test-case FilePath="quantifiers">
2469 <compilation-unit name="everysat_02">
2470 <output-file compare="Text">everysat_02.adm</output-file>
2471 </compilation-unit>
2472 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002473 -->
2474 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002475 <test-case FilePath="quantifiers">
2476 <compilation-unit name="everysat_03">
2477 <output-file compare="Text">everysat_03.adm</output-file>
2478 </compilation-unit>
2479 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002480 -->
vinayakb005a0e52012-10-07 06:47:06 +00002481 <test-case FilePath="quantifiers">
2482 <compilation-unit name="everysat_04">
2483 <output-file compare="Text">everysat_04.adm</output-file>
2484 </compilation-unit>
2485 </test-case>
2486 <test-case FilePath="quantifiers">
2487 <compilation-unit name="somesat_01">
2488 <output-file compare="Text">somesat_01.adm</output-file>
2489 </compilation-unit>
2490 </test-case>
2491 <test-case FilePath="quantifiers">
2492 <compilation-unit name="somesat_02">
2493 <output-file compare="Text">somesat_02.adm</output-file>
2494 </compilation-unit>
2495 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002496 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002497 <test-case FilePath="quantifiers">
2498 <compilation-unit name="somesat_03">
2499 <output-file compare="Text">somesat_03.adm</output-file>
2500 </compilation-unit>
2501 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002502 -->
2503 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002504 <test-case FilePath="quantifiers">
2505 <compilation-unit name="somesat_04">
2506 <output-file compare="Text">somesat_04.adm</output-file>
2507 </compilation-unit>
2508 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002509 -->
2510 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002511 <test-case FilePath="quantifiers">
2512 <compilation-unit name="somesat_05">
2513 <output-file compare="Text">somesat_05.adm</output-file>
2514 </compilation-unit>
2515 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002516 -->
vinayakb005a0e52012-10-07 06:47:06 +00002517 <test-case FilePath="quantifiers">
2518 <compilation-unit name="somesat_06">
2519 <output-file compare="Text">somesat_06.adm</output-file>
2520 </compilation-unit>
2521 </test-case>
2522 </test-group>
2523 <test-group name="records">
2524 <test-case FilePath="records">
2525 <compilation-unit name="closed-record-constructor_01">
2526 <output-file compare="Text">closed-record-constructor_01.adm</output-file>
2527 </compilation-unit>
2528 </test-case>
2529 <test-case FilePath="records">
2530 <compilation-unit name="closed-record-constructor_02">
2531 <output-file compare="Text">closed-record-constructor_02.adm</output-file>
2532 </compilation-unit>
2533 </test-case>
2534 <test-case FilePath="records">
2535 <compilation-unit name="closed-record-constructor_03">
2536 <output-file compare="Text">closed-record-constructor_03.adm</output-file>
2537 </compilation-unit>
2538 </test-case>
2539 <test-case FilePath="records">
2540 <compilation-unit name="expFieldName">
2541 <output-file compare="Text">expFieldName.adm</output-file>
2542 </compilation-unit>
2543 </test-case>
2544 <test-case FilePath="records">
2545 <compilation-unit name="field-access-by-index_01">
2546 <output-file compare="Text">field-access-by-index_01.adm</output-file>
2547 </compilation-unit>
2548 </test-case>
2549 <test-case FilePath="records">
2550 <compilation-unit name="open-record-constructor_01">
2551 <output-file compare="Text">open-record-constructor_01.adm</output-file>
2552 </compilation-unit>
2553 </test-case>
2554 <test-case FilePath="records">
2555 <compilation-unit name="open-record-constructor_02">
2556 <output-file compare="Text">open-record-constructor_02.adm</output-file>
2557 </compilation-unit>
2558 </test-case>
2559 </test-group>
2560 <test-group name="scan">
2561 <test-case FilePath="scan">
2562 <compilation-unit name="10">
2563 <output-file compare="Text">10.adm</output-file>
2564 </compilation-unit>
2565 </test-case>
2566 <test-case FilePath="scan">
2567 <compilation-unit name="20">
2568 <output-file compare="Text">20.adm</output-file>
2569 </compilation-unit>
2570 </test-case>
2571 <test-case FilePath="scan">
2572 <compilation-unit name="30">
2573 <output-file compare="Text">30.adm</output-file>
2574 </compilation-unit>
2575 </test-case>
2576 <test-case FilePath="scan">
2577 <compilation-unit name="alltypes_01">
2578 <output-file compare="Text">alltypes_01.adm</output-file>
2579 </compilation-unit>
2580 </test-case>
2581 <test-case FilePath="scan">
2582 <compilation-unit name="numeric_types_01">
2583 <output-file compare="Text">numeric_types_01.adm</output-file>
2584 </compilation-unit>
2585 </test-case>
2586 <test-case FilePath="scan">
2587 <compilation-unit name="spatial_types_01">
2588 <output-file compare="Text">spatial_types_01.adm</output-file>
2589 </compilation-unit>
2590 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002591 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002592 <test-case FilePath="scan">
2593 <compilation-unit name="spatial_types_02">
2594 <output-file compare="Text">spatial_types_02.adm</output-file>
2595 </compilation-unit>
2596 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002597 -->
vinayakb005a0e52012-10-07 06:47:06 +00002598 <test-case FilePath="scan">
2599 <compilation-unit name="temp_types_01">
2600 <output-file compare="Text">temp_types_01.adm</output-file>
2601 </compilation-unit>
2602 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002603 <!--
vinayakb005a0e52012-10-07 06:47:06 +00002604 <test-case FilePath="scan">
2605 <compilation-unit name="temp_types_02">
2606 <output-file compare="Text">temp_types_02.adm</output-file>
2607 </compilation-unit>
2608 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00002609 -->
vinayakb005a0e52012-10-07 06:47:06 +00002610 </test-group>
2611 <test-group name="semistructured">
2612 <test-case FilePath="semistructured">
2613 <compilation-unit name="count-nullable">
2614 <output-file compare="Text">count-nullable.adm</output-file>
2615 </compilation-unit>
2616 </test-case>
2617 <test-case FilePath="semistructured">
2618 <compilation-unit name="cust-filter">
2619 <output-file compare="Text">cust-filter.adm</output-file>
2620 </compilation-unit>
2621 </test-case>
2622 <test-case FilePath="semistructured">
2623 <compilation-unit name="has-param1">
2624 <output-file compare="Text">has-param1.adm</output-file>
2625 </compilation-unit>
2626 </test-case>
2627 </test-group>
2628 <test-group name="similarity">
2629 <test-case FilePath="similarity">
2630 <compilation-unit name="edit-distance-check_ints">
2631 <output-file compare="Text">edit-distance-check_ints.adm</output-file>
2632 </compilation-unit>
2633 </test-case>
2634 <test-case FilePath="similarity">
2635 <compilation-unit name="edit-distance-check_strings">
2636 <output-file compare="Text">edit-distance-check_strings.adm</output-file>
2637 </compilation-unit>
2638 </test-case>
2639 <test-case FilePath="similarity">
2640 <compilation-unit name="edit-distance-list-is-filterable">
2641 <output-file compare="Text">edit-distance-list-is-filterable.adm</output-file>
2642 </compilation-unit>
2643 </test-case>
2644 <test-case FilePath="similarity">
2645 <compilation-unit name="edit-distance-string-is-filterable">
2646 <output-file compare="Text">edit-distance-string-is-filterable.adm</output-file>
2647 </compilation-unit>
2648 </test-case>
2649 <test-case FilePath="similarity">
2650 <compilation-unit name="edit-distance_ints">
2651 <output-file compare="Text">edit-distance_ints.adm</output-file>
2652 </compilation-unit>
2653 </test-case>
2654 <test-case FilePath="similarity">
2655 <compilation-unit name="edit-distance_strings">
2656 <output-file compare="Text">edit-distance_strings.adm</output-file>
2657 </compilation-unit>
2658 </test-case>
2659 <test-case FilePath="similarity">
2660 <compilation-unit name="fuzzyeq-edit-distance">
2661 <output-file compare="Text">fuzzyeq-edit-distance.adm</output-file>
2662 </compilation-unit>
2663 </test-case>
2664 <test-case FilePath="similarity">
2665 <compilation-unit name="fuzzyeq-similarity-jaccard">
2666 <output-file compare="Text">fuzzyeq-similarity-jaccard.adm</output-file>
2667 </compilation-unit>
2668 </test-case>
2669 <test-case FilePath="similarity">
2670 <compilation-unit name="prefix-len-jaccard">
2671 <output-file compare="Text">prefix-len-jaccard.adm</output-file>
2672 </compilation-unit>
2673 </test-case>
2674 <test-case FilePath="similarity">
2675 <compilation-unit name="similarity-jaccard-check_ints">
2676 <output-file compare="Text">similarity-jaccard-check_ints.adm</output-file>
2677 </compilation-unit>
2678 </test-case>
2679 <test-case FilePath="similarity">
2680 <compilation-unit name="similarity-jaccard-check_query">
2681 <output-file compare="Text">similarity-jaccard-check_query.adm</output-file>
2682 </compilation-unit>
2683 </test-case>
2684 <test-case FilePath="similarity">
2685 <compilation-unit name="similarity-jaccard-check_strings">
2686 <output-file compare="Text">similarity-jaccard-check_strings.adm</output-file>
2687 </compilation-unit>
2688 </test-case>
2689 <test-case FilePath="similarity">
2690 <compilation-unit name="similarity-jaccard-prefix-check">
2691 <output-file compare="Text">similarity-jaccard-prefix-check.adm</output-file>
2692 </compilation-unit>
2693 </test-case>
2694 <test-case FilePath="similarity">
2695 <compilation-unit name="similarity-jaccard-prefix">
2696 <output-file compare="Text">similarity-jaccard-prefix.adm</output-file>
2697 </compilation-unit>
2698 </test-case>
2699 <test-case FilePath="similarity">
2700 <compilation-unit name="similarity-jaccard-sorted-check_ints">
2701 <output-file compare="Text">similarity-jaccard-sorted-check_ints.adm</output-file>
2702 </compilation-unit>
2703 </test-case>
2704 <test-case FilePath="similarity">
2705 <compilation-unit name="similarity-jaccard-sorted-check_query">
2706 <output-file compare="Text">similarity-jaccard-sorted-check_query.adm</output-file>
2707 </compilation-unit>
2708 </test-case>
2709 <test-case FilePath="similarity">
2710 <compilation-unit name="similarity-jaccard-sorted-check_strings">
2711 <output-file compare="Text">similarity-jaccard-sorted-check_strings.adm</output-file>
2712 </compilation-unit>
2713 </test-case>
2714 <test-case FilePath="similarity">
2715 <compilation-unit name="similarity-jaccard-sorted_ints">
2716 <output-file compare="Text">similarity-jaccard-sorted_ints.adm</output-file>
2717 </compilation-unit>
2718 </test-case>
2719 <test-case FilePath="similarity">
2720 <compilation-unit name="similarity-jaccard-sorted_query">
2721 <output-file compare="Text">similarity-jaccard-sorted_query.adm</output-file>
2722 </compilation-unit>
2723 </test-case>
2724 <test-case FilePath="similarity">
2725 <compilation-unit name="similarity-jaccard-sorted_strings">
2726 <output-file compare="Text">similarity-jaccard-sorted_strings.adm</output-file>
2727 </compilation-unit>
2728 </test-case>
2729 <test-case FilePath="similarity">
2730 <compilation-unit name="similarity-jaccard_ints">
2731 <output-file compare="Text">similarity-jaccard_ints.adm</output-file>
2732 </compilation-unit>
2733 </test-case>
2734 <test-case FilePath="similarity">
2735 <compilation-unit name="similarity-jaccard_query">
2736 <output-file compare="Text">similarity-jaccard_query.adm</output-file>
2737 </compilation-unit>
2738 </test-case>
2739 <test-case FilePath="similarity">
2740 <compilation-unit name="similarity-jaccard_strings">
2741 <output-file compare="Text">similarity-jaccard_strings.adm</output-file>
2742 </compilation-unit>
2743 </test-case>
2744 </test-group>
2745 <test-group name="spatial">
2746 <test-case FilePath="spatial">
2747 <compilation-unit name="cell-aggregation-with-filtering">
2748 <output-file compare="Text">cell-aggregation-with-filtering.adm</output-file>
2749 </compilation-unit>
2750 </test-case>
2751 <test-case FilePath="spatial">
2752 <compilation-unit name="cell-aggregation">
2753 <output-file compare="Text">cell-aggregation.adm</output-file>
2754 </compilation-unit>
2755 </test-case>
2756 <test-case FilePath="spatial">
alexander.behmcd877482012-11-10 21:46:27 +00002757 <compilation-unit name="circle_accessor">
2758 <output-file compare="Text">circle_accessor.adm</output-file>
2759 </compilation-unit>
2760 </test-case>
2761 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002762 <compilation-unit name="circle-intersect-circle">
2763 <output-file compare="Text">circle-intersect-circle.adm</output-file>
2764 </compilation-unit>
2765 </test-case>
2766 <test-case FilePath="spatial">
salsubaiee@gmail.com2a0d8172012-11-11 22:31:52 +00002767 <compilation-unit name="create-rtree-index">
2768 <output-file compare="Text">create-rtree-index.adm</output-file>
2769 </compilation-unit>
2770 </test-case>
2771 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002772 <compilation-unit name="distance-between-points">
2773 <output-file compare="Text">distance-between-points.adm</output-file>
2774 </compilation-unit>
2775 </test-case>
2776 <test-case FilePath="spatial">
alexander.behmcd877482012-11-10 21:46:27 +00002777 <compilation-unit name="line_accessor">
2778 <output-file compare="Text">line_accessor.adm</output-file>
2779 </compilation-unit>
2780 </test-case>
2781 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002782 <compilation-unit name="line-intersect-circle">
2783 <output-file compare="Text">line-intersect-circle.adm</output-file>
2784 </compilation-unit>
2785 </test-case>
2786 <test-case FilePath="spatial">
2787 <compilation-unit name="line-intersect-line">
2788 <output-file compare="Text">line-intersect-line.adm</output-file>
2789 </compilation-unit>
2790 </test-case>
2791 <test-case FilePath="spatial">
2792 <compilation-unit name="line-intersect-polygon">
2793 <output-file compare="Text">line-intersect-polygon.adm</output-file>
2794 </compilation-unit>
2795 </test-case>
2796 <test-case FilePath="spatial">
2797 <compilation-unit name="line-intersect-rectangle">
2798 <output-file compare="Text">line-intersect-rectangle.adm</output-file>
2799 </compilation-unit>
2800 </test-case>
2801 <test-case FilePath="spatial">
alexander.behmcd877482012-11-10 21:46:27 +00002802 <compilation-unit name="point_accessor">
2803 <output-file compare="Text">point_accessor.adm</output-file>
2804 </compilation-unit>
2805 </test-case>
2806 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002807 <compilation-unit name="point-equals-point">
2808 <output-file compare="Text">point-equals-point.adm</output-file>
2809 </compilation-unit>
2810 </test-case>
2811 <test-case FilePath="spatial">
2812 <compilation-unit name="point-in-circle">
2813 <output-file compare="Text">point-in-circle.adm</output-file>
2814 </compilation-unit>
2815 </test-case>
2816 <test-case FilePath="spatial">
2817 <compilation-unit name="point-in-polygon">
2818 <output-file compare="Text">point-in-polygon.adm</output-file>
2819 </compilation-unit>
2820 </test-case>
2821 <test-case FilePath="spatial">
2822 <compilation-unit name="point-in-rectangle">
2823 <output-file compare="Text">point-in-rectangle.adm</output-file>
2824 </compilation-unit>
2825 </test-case>
2826 <test-case FilePath="spatial">
2827 <compilation-unit name="point-on-line">
2828 <output-file compare="Text">point-on-line.adm</output-file>
2829 </compilation-unit>
2830 </test-case>
2831 <test-case FilePath="spatial">
alexander.behmcd877482012-11-10 21:46:27 +00002832 <compilation-unit name="polygon_accessor">
2833 <output-file compare="Text">polygon_accessor.adm</output-file>
2834 </compilation-unit>
2835 </test-case>
2836 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002837 <compilation-unit name="polygon-intersect-circle">
2838 <output-file compare="Text">polygon-intersect-circle.adm</output-file>
2839 </compilation-unit>
2840 </test-case>
2841 <test-case FilePath="spatial">
2842 <compilation-unit name="polygon-intersect-polygon">
2843 <output-file compare="Text">polygon-intersect-polygon.adm</output-file>
2844 </compilation-unit>
2845 </test-case>
2846 <test-case FilePath="spatial">
2847 <compilation-unit name="polygon-intersect-rectangle">
2848 <output-file compare="Text">polygon-intersect-rectangle.adm</output-file>
2849 </compilation-unit>
2850 </test-case>
2851 <test-case FilePath="spatial">
alexander.behmcd877482012-11-10 21:46:27 +00002852 <compilation-unit name="rectangle_accessor">
2853 <output-file compare="Text">rectangle_accessor.adm</output-file>
2854 </compilation-unit>
2855 </test-case>
2856 <test-case FilePath="spatial">
vinayakb005a0e52012-10-07 06:47:06 +00002857 <compilation-unit name="rectangle-intersect-circle">
2858 <output-file compare="Text">rectangle-intersect-circle.adm</output-file>
2859 </compilation-unit>
2860 </test-case>
2861 <test-case FilePath="spatial">
2862 <compilation-unit name="rectangle-intersect-rectangle">
2863 <output-file compare="Text">rectangle-intersect-rectangle.adm</output-file>
2864 </compilation-unit>
2865 </test-case>
2866 <test-case FilePath="spatial">
2867 <compilation-unit name="spatial-area">
2868 <output-file compare="Text">spatial-area.adm</output-file>
2869 </compilation-unit>
2870 </test-case>
2871 </test-group>
2872 <test-group name="string">
2873 <test-case FilePath="string">
2874 <compilation-unit name="codepoint-to-string1">
2875 <output-file compare="Text">codepoint-to-string1.adm</output-file>
2876 </compilation-unit>
2877 </test-case>
2878 <test-case FilePath="string">
2879 <compilation-unit name="codepoint-to-string2">
2880 <output-file compare="Text">codepoint-to-string2.adm</output-file>
2881 </compilation-unit>
2882 </test-case>
2883 <test-case FilePath="string">
2884 <compilation-unit name="concat_01">
2885 <output-file compare="Text">concat_01.adm</output-file>
2886 </compilation-unit>
2887 </test-case>
2888 <test-case FilePath="string">
2889 <compilation-unit name="concat_02">
2890 <output-file compare="Text">concat_02.adm</output-file>
2891 </compilation-unit>
2892 </test-case>
2893 <test-case FilePath="string">
2894 <compilation-unit name="contains_01">
2895 <output-file compare="Text">contains_01.adm</output-file>
2896 </compilation-unit>
2897 </test-case>
2898 <test-case FilePath="string">
2899 <compilation-unit name="cpttostr01">
2900 <output-file compare="Text">cpttostr01.adm</output-file>
2901 </compilation-unit>
2902 </test-case>
2903 <test-case FilePath="string">
2904 <compilation-unit name="cpttostr02">
2905 <output-file compare="Text">cpttostr02.adm</output-file>
2906 </compilation-unit>
2907 </test-case>
2908 <test-case FilePath="string">
2909 <compilation-unit name="cpttostr04">
2910 <output-file compare="Text">cpttostr04.adm</output-file>
2911 </compilation-unit>
2912 </test-case>
2913 <test-case FilePath="string">
2914 <compilation-unit name="end-with1">
2915 <output-file compare="Text">end-with1.adm</output-file>
2916 </compilation-unit>
2917 </test-case>
2918 <test-case FilePath="string">
2919 <compilation-unit name="end-with2">
2920 <output-file compare="Text">end-with2.adm</output-file>
2921 </compilation-unit>
2922 </test-case>
2923 <test-case FilePath="string">
2924 <compilation-unit name="end-with3">
2925 <output-file compare="Text">end-with3.adm</output-file>
2926 </compilation-unit>
2927 </test-case>
2928 <test-case FilePath="string">
2929 <compilation-unit name="end-with4">
2930 <output-file compare="Text">end-with4.adm</output-file>
2931 </compilation-unit>
2932 </test-case>
2933 <test-case FilePath="string">
2934 <compilation-unit name="end-with5">
2935 <output-file compare="Text">end-with5.adm</output-file>
2936 </compilation-unit>
2937 </test-case>
2938 <test-case FilePath="string">
2939 <compilation-unit name="ends-with_01">
2940 <output-file compare="Text">ends-with_01.adm</output-file>
2941 </compilation-unit>
2942 </test-case>
2943 <test-case FilePath="string">
2944 <compilation-unit name="endwith02">
2945 <output-file compare="Text">endwith02.adm</output-file>
2946 </compilation-unit>
2947 </test-case>
2948 <test-case FilePath="string">
2949 <compilation-unit name="endwith03">
2950 <output-file compare="Text">endwith03.adm</output-file>
2951 </compilation-unit>
2952 </test-case>
2953 <test-case FilePath="string">
2954 <compilation-unit name="length_01">
2955 <output-file compare="Text">length_01.adm</output-file>
2956 </compilation-unit>
2957 </test-case>
2958 <test-case FilePath="string">
2959 <compilation-unit name="length_02">
2960 <output-file compare="Text">length_02.adm</output-file>
2961 </compilation-unit>
2962 </test-case>
2963 <test-case FilePath="string">
2964 <compilation-unit name="like_01">
2965 <output-file compare="Text">like_01.adm</output-file>
2966 </compilation-unit>
2967 </test-case>
2968 <test-case FilePath="string">
2969 <compilation-unit name="like_null">
2970 <output-file compare="Text">like_null.adm</output-file>
2971 </compilation-unit>
2972 </test-case>
2973 <test-case FilePath="string">
2974 <compilation-unit name="lowercase">
2975 <output-file compare="Text">lowercase.adm</output-file>
2976 </compilation-unit>
2977 </test-case>
2978 <test-case FilePath="string">
2979 <compilation-unit name="matches02">
2980 <output-file compare="Text">matches02.adm</output-file>
2981 </compilation-unit>
2982 </test-case>
2983 <test-case FilePath="string">
2984 <compilation-unit name="matches03">
2985 <output-file compare="Text">matches03.adm</output-file>
2986 </compilation-unit>
2987 </test-case>
2988 <test-case FilePath="string">
2989 <compilation-unit name="matches04">
2990 <output-file compare="Text">matches04.adm</output-file>
2991 </compilation-unit>
2992 </test-case>
2993 <test-case FilePath="string">
2994 <compilation-unit name="matches05">
2995 <output-file compare="Text">matches05.adm</output-file>
2996 </compilation-unit>
2997 </test-case>
2998 <test-case FilePath="string">
2999 <compilation-unit name="matches06">
3000 <output-file compare="Text">matches06.adm</output-file>
3001 </compilation-unit>
3002 </test-case>
3003 <test-case FilePath="string">
3004 <compilation-unit name="matches1">
3005 <output-file compare="Text">matches1.adm</output-file>
3006 </compilation-unit>
3007 </test-case>
3008 <test-case FilePath="string">
3009 <compilation-unit name="matches11">
3010 <output-file compare="Text">matches11.adm</output-file>
3011 </compilation-unit>
3012 </test-case>
3013 <test-case FilePath="string">
3014 <compilation-unit name="matches2">
3015 <output-file compare="Text">matches2.adm</output-file>
3016 </compilation-unit>
3017 </test-case>
3018 <test-case FilePath="string">
3019 <compilation-unit name="matches21">
3020 <output-file compare="Text">matches21.adm</output-file>
3021 </compilation-unit>
3022 </test-case>
3023 <test-case FilePath="string">
3024 <compilation-unit name="matches22">
3025 <output-file compare="Text">matches22.adm</output-file>
3026 </compilation-unit>
3027 </test-case>
3028 <test-case FilePath="string">
3029 <compilation-unit name="matches23">
3030 <output-file compare="Text">matches23.adm</output-file>
3031 </compilation-unit>
3032 </test-case>
3033 <test-case FilePath="string">
3034 <compilation-unit name="matches3">
3035 <output-file compare="Text">matches3.adm</output-file>
3036 </compilation-unit>
3037 </test-case>
3038 <test-case FilePath="string">
3039 <compilation-unit name="matchesnull">
3040 <output-file compare="Text">matchesnull.adm</output-file>
3041 </compilation-unit>
3042 </test-case>
3043 <test-case FilePath="string">
3044 <compilation-unit name="replace1">
3045 <output-file compare="Text">replace1.adm</output-file>
3046 </compilation-unit>
3047 </test-case>
3048 <test-case FilePath="string">
3049 <compilation-unit name="replace2">
3050 <output-file compare="Text">replace2.adm</output-file>
3051 </compilation-unit>
3052 </test-case>
3053 <test-case FilePath="string">
3054 <compilation-unit name="replace21">
3055 <output-file compare="Text">replace21.adm</output-file>
3056 </compilation-unit>
3057 </test-case>
3058 <test-case FilePath="string">
3059 <compilation-unit name="replace22">
3060 <output-file compare="Text">replace22.adm</output-file>
3061 </compilation-unit>
3062 </test-case>
3063 <test-case FilePath="string">
3064 <compilation-unit name="replace3">
3065 <output-file compare="Text">replace3.adm</output-file>
3066 </compilation-unit>
3067 </test-case>
3068 <test-case FilePath="string">
3069 <compilation-unit name="start-with1">
3070 <output-file compare="Text">start-with1.adm</output-file>
3071 </compilation-unit>
3072 </test-case>
3073 <test-case FilePath="string">
3074 <compilation-unit name="start-with2">
3075 <output-file compare="Text">start-with2.adm</output-file>
3076 </compilation-unit>
3077 </test-case>
3078 <test-case FilePath="string">
3079 <compilation-unit name="start-with3">
3080 <output-file compare="Text">start-with3.adm</output-file>
3081 </compilation-unit>
3082 </test-case>
3083 <test-case FilePath="string">
3084 <compilation-unit name="start-with4">
3085 <output-file compare="Text">start-with4.adm</output-file>
3086 </compilation-unit>
3087 </test-case>
3088 <test-case FilePath="string">
3089 <compilation-unit name="start-with5">
3090 <output-file compare="Text">start-with5.adm</output-file>
3091 </compilation-unit>
3092 </test-case>
3093 <test-case FilePath="string">
3094 <compilation-unit name="starts-with_01">
3095 <output-file compare="Text">starts-with_01.adm</output-file>
3096 </compilation-unit>
3097 </test-case>
3098 <test-case FilePath="string">
3099 <compilation-unit name="startwith02">
3100 <output-file compare="Text">startwith02.adm</output-file>
3101 </compilation-unit>
3102 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00003103 <!--
vinayakb005a0e52012-10-07 06:47:06 +00003104 <test-case FilePath="string">
3105 <compilation-unit name="startwith03">
3106 <output-file compare="Text">startwith03.adm</output-file>
3107 </compilation-unit>
3108 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00003109 -->
vinayakb005a0e52012-10-07 06:47:06 +00003110 <test-case FilePath="string">
3111 <compilation-unit name="strconcat01">
3112 <output-file compare="Text">strconcat01.adm</output-file>
3113 </compilation-unit>
3114 </test-case>
3115 <test-case FilePath="string">
3116 <compilation-unit name="strconcat02">
3117 <output-file compare="Text">strconcat02.adm</output-file>
3118 </compilation-unit>
3119 </test-case>
3120 <test-case FilePath="string">
3121 <compilation-unit name="string-concat1">
3122 <output-file compare="Text">string-concat1.adm</output-file>
3123 </compilation-unit>
3124 </test-case>
3125 <test-case FilePath="string">
3126 <compilation-unit name="string-equal1">
3127 <output-file compare="Text">string-equal1.adm</output-file>
3128 </compilation-unit>
3129 </test-case>
3130 <test-case FilePath="string">
3131 <compilation-unit name="string-equal2">
3132 <output-file compare="Text">string-equal2.adm</output-file>
3133 </compilation-unit>
3134 </test-case>
3135 <test-case FilePath="string">
3136 <compilation-unit name="string-equal3">
3137 <output-file compare="Text">string-equal3.adm</output-file>
3138 </compilation-unit>
3139 </test-case>
3140 <test-case FilePath="string">
3141 <compilation-unit name="string-equal4">
3142 <output-file compare="Text">string-equal4.adm</output-file>
3143 </compilation-unit>
3144 </test-case>
3145 <test-case FilePath="string">
3146 <compilation-unit name="string-join1">
3147 <output-file compare="Text">string-join1.adm</output-file>
3148 </compilation-unit>
3149 </test-case>
3150 <test-case FilePath="string">
3151 <compilation-unit name="string-to-codepoint">
3152 <output-file compare="Text">string-to-codepoint.adm</output-file>
3153 </compilation-unit>
3154 </test-case>
3155 <test-case FilePath="string">
3156 <compilation-unit name="string-to-codepoint1">
3157 <output-file compare="Text">string-to-codepoint1.adm</output-file>
3158 </compilation-unit>
3159 </test-case>
3160 <test-case FilePath="string">
3161 <compilation-unit name="strlen02">
3162 <output-file compare="Text">strlen02.adm</output-file>
3163 </compilation-unit>
3164 </test-case>
3165 <test-case FilePath="string">
3166 <compilation-unit name="strlen03">
3167 <output-file compare="Text">strlen03.adm</output-file>
3168 </compilation-unit>
3169 </test-case>
3170 <test-case FilePath="string">
3171 <compilation-unit name="strtocpt01">
3172 <output-file compare="Text">strtocpt01.adm</output-file>
3173 </compilation-unit>
3174 </test-case>
3175 <test-case FilePath="string">
3176 <compilation-unit name="strtocpt02">
3177 <output-file compare="Text">strtocpt02.adm</output-file>
3178 </compilation-unit>
3179 </test-case>
3180 <test-case FilePath="string">
3181 <compilation-unit name="strtocpt03">
3182 <output-file compare="Text">strtocpt03.adm</output-file>
3183 </compilation-unit>
3184 </test-case>
3185 <test-case FilePath="string">
3186 <compilation-unit name="substr01">
3187 <output-file compare="Text">substr01.adm</output-file>
3188 </compilation-unit>
3189 </test-case>
RamanGrover29@gmail.com8a37ebf2012-11-13 21:08:58 +00003190 <!-- Issue no 219
vinayakb005a0e52012-10-07 06:47:06 +00003191 <test-case FilePath="string">
3192 <compilation-unit name="substr04">
3193 <output-file compare="Text">substr04.adm</output-file>
3194 </compilation-unit>
3195 </test-case>
3196 <test-case FilePath="string">
3197 <compilation-unit name="substr05">
3198 <output-file compare="Text">substr05.adm</output-file>
3199 </compilation-unit>
3200 </test-case>
RamanGrover29@gmail.com8a37ebf2012-11-13 21:08:58 +00003201 -->
vinayakb005a0e52012-10-07 06:47:06 +00003202 <test-case FilePath="string">
3203 <compilation-unit name="substr06">
3204 <output-file compare="Text">substr06.adm</output-file>
3205 </compilation-unit>
3206 </test-case>
3207 <test-case FilePath="string">
3208 <compilation-unit name="substring-after-1">
3209 <output-file compare="Text">substring-after-1.adm</output-file>
3210 </compilation-unit>
3211 </test-case>
3212 <test-case FilePath="string">
3213 <compilation-unit name="substring-after-2">
3214 <output-file compare="Text">substring-after-2.adm</output-file>
3215 </compilation-unit>
3216 </test-case>
3217 <test-case FilePath="string">
3218 <compilation-unit name="substring-after-3">
3219 <output-file compare="Text">substring-after-3.adm</output-file>
3220 </compilation-unit>
3221 </test-case>
3222 <test-case FilePath="string">
3223 <compilation-unit name="substring-after-4">
3224 <output-file compare="Text">substring-after-4.adm</output-file>
3225 </compilation-unit>
3226 </test-case>
3227 <test-case FilePath="string">
3228 <compilation-unit name="substring-before-1">
3229 <output-file compare="Text">substring-before-1.adm</output-file>
3230 </compilation-unit>
3231 </test-case>
3232 <test-case FilePath="string">
3233 <compilation-unit name="substring-before-2">
3234 <output-file compare="Text">substring-before-2.adm</output-file>
3235 </compilation-unit>
3236 </test-case>
3237 <test-case FilePath="string">
3238 <compilation-unit name="substring-before-3">
3239 <output-file compare="Text">substring-before-3.adm</output-file>
3240 </compilation-unit>
3241 </test-case>
3242 <test-case FilePath="string">
3243 <compilation-unit name="substring2-1">
3244 <output-file compare="Text">substring2-1.adm</output-file>
3245 </compilation-unit>
3246 </test-case>
3247 <test-case FilePath="string">
3248 <compilation-unit name="substring2-2">
3249 <output-file compare="Text">substring2-2.adm</output-file>
3250 </compilation-unit>
3251 </test-case>
3252 <test-case FilePath="string">
3253 <compilation-unit name="substring2-3">
3254 <output-file compare="Text">substring2-3.adm</output-file>
3255 </compilation-unit>
3256 </test-case>
3257 <test-case FilePath="string">
3258 <compilation-unit name="substring2-4">
3259 <output-file compare="Text">substring2-4.adm</output-file>
3260 </compilation-unit>
3261 </test-case>
3262 <test-case FilePath="string">
3263 <compilation-unit name="substring_01">
3264 <output-file compare="Text">substring_01.adm</output-file>
3265 </compilation-unit>
3266 </test-case>
3267 <test-case FilePath="string">
3268 <compilation-unit name="toLowerCase02">
3269 <output-file compare="Text">toLowerCase02.adm</output-file>
3270 </compilation-unit>
3271 </test-case>
3272 <test-case FilePath="string">
3273 <compilation-unit name="toLowerCase03">
3274 <output-file compare="Text">toLowerCase03.adm</output-file>
3275 </compilation-unit>
3276 </test-case>
3277 <test-case FilePath="string">
3278 <compilation-unit name="toLowerCase04">
3279 <output-file compare="Text">toLowerCase04.adm</output-file>
3280 </compilation-unit>
3281 </test-case>
3282 </test-group>
3283 <test-group name="subset-collection">
3284 <test-case FilePath="subset-collection">
3285 <compilation-unit name="01">
3286 <output-file compare="Text">01.adm</output-file>
3287 </compilation-unit>
3288 </test-case>
3289 <test-case FilePath="subset-collection">
3290 <compilation-unit name="02">
3291 <output-file compare="Text">02.adm</output-file>
3292 </compilation-unit>
3293 </test-case>
3294 <test-case FilePath="subset-collection">
3295 <compilation-unit name="03">
3296 <output-file compare="Text">03.adm</output-file>
3297 </compilation-unit>
3298 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00003299 <!--
vinayakb005a0e52012-10-07 06:47:06 +00003300 <test-case FilePath="subset-collection">
3301 <compilation-unit name="04">
3302 <output-file compare="Text">04.adm</output-file>
3303 </compilation-unit>
3304 </test-case>
RamanGrover29@gmail.com0f7351e2012-11-07 05:03:03 +00003305 -->
vinayakb005a0e52012-10-07 06:47:06 +00003306 <test-case FilePath="subset-collection">
3307 <compilation-unit name="05">
3308 <output-file compare="Text">05.adm</output-file>
3309 </compilation-unit>
3310 </test-case>
3311 <test-case FilePath="subset-collection">
3312 <compilation-unit name="06">
3313 <output-file compare="Text">06.adm</output-file>
3314 </compilation-unit>
3315 </test-case>
3316 <test-case FilePath="subset-collection">
3317 <compilation-unit name="07">
3318 <output-file compare="Text">07.adm</output-file>
3319 </compilation-unit>
3320 </test-case>
3321 </test-group>
3322 <test-group name="tokenizers">
3323 <test-case FilePath="tokenizers">
3324 <compilation-unit name="counthashed-gram-tokens_01">
3325 <output-file compare="Text">counthashed-gram-tokens_01.adm</output-file>
3326 </compilation-unit>
3327 </test-case>
3328 <test-case FilePath="tokenizers">
3329 <compilation-unit name="counthashed-gram-tokens_02">
3330 <output-file compare="Text">counthashed-gram-tokens_02.adm</output-file>
3331 </compilation-unit>
3332 </test-case>
3333 <test-case FilePath="tokenizers">
3334 <compilation-unit name="counthashed-word-tokens_01">
3335 <output-file compare="Text">counthashed-word-tokens_01.adm</output-file>
3336 </compilation-unit>
3337 </test-case>
3338 <test-case FilePath="tokenizers">
3339 <compilation-unit name="gram-tokens_01">
3340 <output-file compare="Text">gram-tokens_01.adm</output-file>
3341 </compilation-unit>
3342 </test-case>
3343 <test-case FilePath="tokenizers">
3344 <compilation-unit name="gram-tokens_02">
3345 <output-file compare="Text">gram-tokens_02.adm</output-file>
3346 </compilation-unit>
3347 </test-case>
3348 <test-case FilePath="tokenizers">
3349 <compilation-unit name="hashed-gram-tokens_01">
3350 <output-file compare="Text">hashed-gram-tokens_01.adm</output-file>
3351 </compilation-unit>
3352 </test-case>
3353 <test-case FilePath="tokenizers">
3354 <compilation-unit name="hashed-gram-tokens_02">
3355 <output-file compare="Text">hashed-gram-tokens_02.adm</output-file>
3356 </compilation-unit>
3357 </test-case>
3358 <test-case FilePath="tokenizers">
3359 <compilation-unit name="hashed-word-tokens_01">
3360 <output-file compare="Text">hashed-word-tokens_01.adm</output-file>
3361 </compilation-unit>
3362 </test-case>
3363 <test-case FilePath="tokenizers">
3364 <compilation-unit name="word-tokens_01">
3365 <output-file compare="Text">word-tokens_01.adm</output-file>
3366 </compilation-unit>
3367 </test-case>
3368 <test-case FilePath="tokenizers">
3369 <compilation-unit name="word-tokens_02">
3370 <output-file compare="Text">word-tokens_02.adm</output-file>
3371 </compilation-unit>
3372 </test-case>
3373 </test-group>
3374 <test-group name="tpch">
3375 <test-case FilePath="tpch">
3376 <compilation-unit name="distinct_by">
3377 <output-file compare="Text">distinct_by.adm</output-file>
3378 </compilation-unit>
3379 </test-case>
3380 <test-case FilePath="tpch">
3381 <compilation-unit name="group_no_agg">
3382 <output-file compare="Text">group_no_agg.adm</output-file>
3383 </compilation-unit>
3384 </test-case>
3385 <test-case FilePath="tpch">
3386 <compilation-unit name="q10_returned_item">
3387 <output-file compare="Text">q10_returned_item.adm</output-file>
3388 </compilation-unit>
3389 </test-case>
3390 <test-case FilePath="tpch">
3391 <compilation-unit name="q11_important_stock">
3392 <output-file compare="Text">q11_important_stock.adm</output-file>
3393 </compilation-unit>
3394 </test-case>
3395 <test-case FilePath="tpch">
3396 <compilation-unit name="q12_shipping">
3397 <output-file compare="Text">q12_shipping.adm</output-file>
3398 </compilation-unit>
3399 </test-case>
3400 <test-case FilePath="tpch">
3401 <compilation-unit name="q13_customer_distribution">
3402 <output-file compare="Text">q13_customer_distribution.adm</output-file>
3403 </compilation-unit>
3404 </test-case>
3405 <test-case FilePath="tpch">
3406 <compilation-unit name="q14_promotion_effect">
3407 <output-file compare="Text">q14_promotion_effect.adm</output-file>
3408 </compilation-unit>
3409 </test-case>
3410 <test-case FilePath="tpch">
3411 <compilation-unit name="q15_top_supplier">
3412 <output-file compare="Text">q15_top_supplier.adm</output-file>
3413 </compilation-unit>
3414 </test-case>
3415 <test-case FilePath="tpch">
3416 <compilation-unit name="q16_parts_supplier_relationship">
3417 <output-file compare="Text">q16_parts_supplier_relationship.adm</output-file>
3418 </compilation-unit>
3419 </test-case>
3420 <test-case FilePath="tpch">
3421 <compilation-unit name="q17_small_quantity_order_revenue">
3422 <output-file compare="Text">q17_small_quantity_order_revenue.adm</output-file>
3423 </compilation-unit>
3424 </test-case>
3425 <test-case FilePath="tpch">
3426 <compilation-unit name="q18_large_volume_customer">
3427 <output-file compare="Text">q18_large_volume_customer.adm</output-file>
3428 </compilation-unit>
3429 </test-case>
3430 <test-case FilePath="tpch">
3431 <compilation-unit name="q19_discounted_revenue">
3432 <output-file compare="Text">q19_discounted_revenue.adm</output-file>
3433 </compilation-unit>
3434 </test-case>
3435 <test-case FilePath="tpch">
3436 <compilation-unit name="q1_pricing_summary_report_nt">
3437 <output-file compare="Text">q1_pricing_summary_report_nt.adm</output-file>
3438 </compilation-unit>
3439 </test-case>
3440 <test-case FilePath="tpch">
3441 <compilation-unit name="q20_potential_part_promotion">
3442 <output-file compare="Text">q20_potential_part_promotion.adm</output-file>
3443 </compilation-unit>
3444 </test-case>
3445 <test-case FilePath="tpch">
3446 <compilation-unit name="q21_suppliers_who_kept_orders_waiting">
3447 <output-file compare="Text">q21_suppliers_who_kept_orders_waiting.adm</output-file>
3448 </compilation-unit>
3449 </test-case>
3450 <test-case FilePath="tpch">
3451 <compilation-unit name="q22_global_sales_opportunity">
3452 <output-file compare="Text">q22_global_sales_opportunity.adm</output-file>
3453 </compilation-unit>
3454 </test-case>
3455 <test-case FilePath="tpch">
3456 <compilation-unit name="q2_minimum_cost_supplier">
3457 <output-file compare="Text">q2_minimum_cost_supplier.adm</output-file>
3458 </compilation-unit>
3459 </test-case>
3460 <test-case FilePath="tpch">
3461 <compilation-unit name="q3_shipping_priority_nt">
3462 <output-file compare="Text">q3_shipping_priority_nt.adm</output-file>
3463 </compilation-unit>
3464 </test-case>
3465 <test-case FilePath="tpch">
3466 <compilation-unit name="q4_order_priority">
3467 <output-file compare="Text">q4_order_priority.adm</output-file>
3468 </compilation-unit>
3469 </test-case>
3470 <test-case FilePath="tpch">
3471 <compilation-unit name="q5_local_supplier_volume">
3472 <output-file compare="Text">q5_local_supplier_volume.adm</output-file>
3473 </compilation-unit>
3474 </test-case>
3475 <test-case FilePath="tpch">
3476 <compilation-unit name="q6_forecast_revenue_change">
3477 <output-file compare="Text">q6_forecast_revenue_change.adm</output-file>
3478 </compilation-unit>
3479 </test-case>
3480 <test-case FilePath="tpch">
3481 <compilation-unit name="q7_volume_shipping">
3482 <output-file compare="Text">q7_volume_shipping.adm</output-file>
3483 </compilation-unit>
3484 </test-case>
3485 <test-case FilePath="tpch">
3486 <compilation-unit name="q8_national_market_share">
3487 <output-file compare="Text">q8_national_market_share.adm</output-file>
3488 </compilation-unit>
3489 </test-case>
3490 <test-case FilePath="tpch">
3491 <compilation-unit name="q9_product_type_profit_nt">
3492 <output-file compare="Text">q9_product_type_profit_nt.adm</output-file>
3493 </compilation-unit>
3494 </test-case>
3495 </test-group>
3496 <test-group name="writers">
3497 <test-case FilePath="writers">
3498 <compilation-unit name="print_01">
3499 <output-file compare="Text">print_01.adm</output-file>
3500 </compilation-unit>
3501 </test-case>
3502 <test-case FilePath="writers">
3503 <compilation-unit name="serialized_01">
3504 <output-file compare="Text">serialized_01.adm</output-file>
3505 </compilation-unit>
3506 </test-case>
3507 </test-group>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +00003508 <test-group name="cross-dataverse">
3509 <test-case FilePath="cross-dataverse">
3510 <compilation-unit name="cross-dv01">
3511 <output-file compare="Text">cross-dv01.adm</output-file>
3512 </compilation-unit>
3513 </test-case>
3514 <test-case FilePath="cross-dataverse">
3515 <compilation-unit name="cross-dv02">
3516 <output-file compare="Text">cross-dv02.adm</output-file>
3517 </compilation-unit>
3518 </test-case>
3519 <test-case FilePath="cross-dataverse">
3520 <compilation-unit name="cross-dv03">
3521 <output-file compare="Text">cross-dv03.adm</output-file>
3522 </compilation-unit>
3523 </test-case>
3524 <test-case FilePath="cross-dataverse">
3525 <compilation-unit name="cross-dv04">
3526 <output-file compare="Text">cross-dv04.adm</output-file>
3527 </compilation-unit>
3528 </test-case>
3529 <test-case FilePath="cross-dataverse">
3530 <compilation-unit name="cross-dv07">
3531 <output-file compare="Text">cross-dv07.adm</output-file>
3532 </compilation-unit>
3533 </test-case>
3534 <!--NotImplementedException: No binary comparator factory implemented for type RECORD.
3535 <test-case FilePath="cross-dataverse">
3536 <compilation-unit name="cross-dv08">
3537 <output-file compare="Text">cross-dv08.adm</output-file>
3538 </compilation-unit>
3539 </test-case>
3540 -->
3541 <test-case FilePath="cross-dataverse">
3542 <compilation-unit name="cross-dv09">
3543 <output-file compare="Text">cross-dv09.adm</output-file>
3544 </compilation-unit>
3545 </test-case>
3546 <test-case FilePath="cross-dataverse">
3547 <compilation-unit name="cross-dv11">
3548 <output-file compare="Text">cross-dv11.adm</output-file>
3549 </compilation-unit>
3550 </test-case>
3551 <test-case FilePath="cross-dataverse">
3552 <compilation-unit name="cross-dv12">
3553 <output-file compare="Text">cross-dv12.adm</output-file>
3554 </compilation-unit>
3555 </test-case>
3556 <test-case FilePath="cross-dataverse">
3557 <compilation-unit name="cross-dv13">
3558 <output-file compare="Text">cross-dv13.adm</output-file>
3559 <expected-error>edu.uci.ics.asterix.common.exceptions.AsterixException</expected-error>
3560 </compilation-unit>
3561 </test-case>
3562 <test-case FilePath="cross-dataverse">
3563 <compilation-unit name="cross-dv14">
3564 <output-file compare="Text">cross-dv14.adm</output-file>
3565 </compilation-unit>
3566 </test-case>
3567 <test-case FilePath="cross-dataverse">
3568 <compilation-unit name="cross-dv15">
3569 <output-file compare="Text">cross-dv15.adm</output-file>
3570 </compilation-unit>
3571 </test-case>
3572 <test-case FilePath="cross-dataverse">
3573 <compilation-unit name="cross-dv16">
3574 <output-file compare="Text">cross-dv16.adm</output-file>
3575 <expected-error>edu.uci.ics.asterix.common.exceptions.AsterixException</expected-error>
3576 </compilation-unit>
3577 </test-case>
3578 <!--NotImplementedException: No binary comparator factory implemented for type RECORD.
3579 <test-case FilePath="cross-dataverse">
3580 <compilation-unit name="cross-dv17">
3581 <output-file compare="Text">cross-dv17.adm</output-file>
3582 </compilation-unit>
3583 </test-case>
3584 -->
3585 <!--NotImplementedException: No binary comparator factory implemented for type RECORD.
3586 <test-case FilePath="cross-dataverse">
3587 <compilation-unit name="cross-dv18">
3588 <output-file compare="Text">cross-dv18.adm</output-file>
3589 </compilation-unit>
3590 </test-case>
3591 -->
3592 <test-case FilePath="cross-dataverse">
3593 <compilation-unit name="cross-dv19">
3594 <output-file compare="Text">cross-dv19.adm</output-file>
3595 </compilation-unit>
3596 </test-case>
RamanGrover29@gmail.com24710392012-11-11 18:57:42 +00003597 <test-case FilePath="cross-dataverse">
3598 <compilation-unit name="insert_across_dataverses">
3599 <output-file compare="Text">insert_across_dataverses.adm</output-file>
3600 </compilation-unit>
3601 </test-case>
3602 <test-case FilePath="cross-dataverse">
3603 <compilation-unit name="join_across_dataverses">
3604 <output-file compare="Text">join_across_dataverses.adm</output-file>
3605 </compilation-unit>
3606 </test-case>
3607 </test-group>
3608 <test-group name="user-defined-functions">
3609 <test-case FilePath="user-defined-functions">
3610 <compilation-unit name="udf01">
3611 <output-file compare="Text">udf01.adm</output-file>
3612 </compilation-unit>
3613 </test-case>
3614 <test-case FilePath="user-defined-functions">
3615 <compilation-unit name="udf02">
3616 <output-file compare="Text">udf02.adm</output-file>
3617 </compilation-unit>
3618 </test-case>
3619 <!-- causes NPE: Issue 200
3620 <test-case FilePath="user-defined-functions">
3621 <compilation-unit name="udf03">
3622 <output-file compare="Text">udf03.adm</output-file>
3623 </compilation-unit>
3624 </test-case>
3625 -->
3626 <test-case FilePath="user-defined-functions">
3627 <compilation-unit name="udf04">
3628 <output-file compare="Text">udf04.adm</output-file>
3629 </compilation-unit>
3630 </test-case>
3631 <test-case FilePath="user-defined-functions">
3632 <compilation-unit name="udf05">
3633 <output-file compare="Text">udf05.adm</output-file>
3634 </compilation-unit>
3635 </test-case>
3636 <test-case FilePath="user-defined-functions">
3637 <compilation-unit name="udf06">
3638 <output-file compare="Text">udf06.adm</output-file>
3639 </compilation-unit>
3640 </test-case>
3641 <test-case FilePath="user-defined-functions">
3642 <compilation-unit name="udf07">
3643 <output-file compare="Text">udf07.adm</output-file>
3644 </compilation-unit>
3645 </test-case>
3646 <test-case FilePath="user-defined-functions">
3647 <compilation-unit name="udf08">
3648 <output-file compare="Text">udf08.adm</output-file>
3649 </compilation-unit>
3650 </test-case>
3651 <test-case FilePath="user-defined-functions">
3652 <compilation-unit name="udf09">
3653 <output-file compare="Text">udf09.adm</output-file>
3654 </compilation-unit>
3655 </test-case>
3656 <test-case FilePath="user-defined-functions">
3657 <compilation-unit name="udf10">
3658 <output-file compare="Text">udf10.adm</output-file>
3659 </compilation-unit>
3660 </test-case>
3661 <test-case FilePath="user-defined-functions">
3662 <compilation-unit name="udf11">
3663 <output-file compare="Text">udf11.adm</output-file>
3664 </compilation-unit>
3665 </test-case>
3666 <test-case FilePath="user-defined-functions">
3667 <compilation-unit name="udf12">
3668 <output-file compare="Text">udf12.adm</output-file>
3669 </compilation-unit>
3670 </test-case>
3671 <test-case FilePath="user-defined-functions">
3672 <compilation-unit name="udf13">
3673 <output-file compare="Text">udf13.adm</output-file>
3674 </compilation-unit>
3675 </test-case>
3676 <test-case FilePath="user-defined-functions">
3677 <compilation-unit name="udf14">
3678 <output-file compare="Text">udf14.adm</output-file>
3679 </compilation-unit>
3680 </test-case>
3681 <!-- Issue 166
3682 <test-case FilePath="user-defined-functions">
3683 <compilation-unit name="udf15">
3684 <output-file compare="Text">udf15.adm</output-file>
3685 </compilation-unit>
3686 </test-case>
3687 -->
3688 <test-case FilePath="user-defined-functions">
3689 <compilation-unit name="udf16">
3690 <output-file compare="Text">udf16.adm</output-file>
3691 </compilation-unit>
3692 </test-case>
3693 <test-case FilePath="user-defined-functions">
3694 <compilation-unit name="udf17">
3695 <output-file compare="Text">udf17.adm</output-file>
3696 </compilation-unit>
3697 </test-case>
3698 <test-case FilePath="user-defined-functions">
3699 <compilation-unit name="udf18">
3700 <output-file compare="Text">udf18.adm</output-file>
3701 </compilation-unit>
3702 </test-case>
3703 <test-case FilePath="user-defined-functions">
3704 <compilation-unit name="udf19">
3705 <output-file compare="Text">udf19.adm</output-file>
3706 </compilation-unit>
3707 </test-case>
3708 <test-case FilePath="user-defined-functions">
3709 <compilation-unit name="udf20">
3710 <output-file compare="Text">udf20.adm</output-file>
3711 </compilation-unit>
3712 </test-case>
3713 <test-case FilePath="user-defined-functions">
3714 <compilation-unit name="udf21">
3715 <output-file compare="Text">udf21.adm</output-file>
3716 </compilation-unit>
3717 </test-case>
3718 <test-case FilePath="user-defined-functions">
3719 <compilation-unit name="udf22">
3720 <output-file compare="Text">udf22.adm</output-file>
3721 </compilation-unit>
3722 </test-case>
3723 <test-case FilePath="user-defined-functions">
3724 <compilation-unit name="udf23">
3725 <output-file compare="Text">udf23.adm</output-file>
3726 </compilation-unit>
3727 </test-case>
3728 <!-- Issue 195
3729 <test-case FilePath="user-defined-functions">
3730 <compilation-unit name="udf24">
3731 <output-file compare="Text">udf24.adm</output-file>
3732 </compilation-unit>
3733 </test-case>
3734 -->
3735 <!-- Issue 218
3736 <test-case FilePath="user-defined-functions">
3737 <compilation-unit name="udf25">
3738 <output-file compare="Text">udf25.adm</output-file>
3739 </compilation-unit>
3740 </test-case>
3741 -->
3742 <test-case FilePath="user-defined-functions">
3743 <compilation-unit name="udf26">
3744 <output-file compare="Text">udf26.adm</output-file>
RamanGrover29@gmail.com8a37ebf2012-11-13 21:08:58 +00003745 <expected-error>edu.uci.ics.asterix.common.exceptions.AsterixException</expected-error>
RamanGrover29@gmail.com24710392012-11-11 18:57:42 +00003746 </compilation-unit>
3747 </test-case>
3748 <test-case FilePath="user-defined-functions">
3749 <compilation-unit name="udf27">
3750 <output-file compare="Text">udf27.adm</output-file>
3751 </compilation-unit>
3752 </test-case>
RamanGrover29@gmail.com8a37ebf2012-11-13 21:08:58 +00003753 <test-case FilePath="user-defined-functions">
3754 <compilation-unit name="f01">
3755 <output-file compare="Text">f01.adm</output-file>
3756 <expected-error>edu.uci.ics.asterix.common.exceptions.AsterixException</expected-error>
3757 </compilation-unit>
3758 </test-case>
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +00003759 </test-group>
vinayakb005a0e52012-10-07 06:47:06 +00003760</test-suite>