blob: 87a53c81295ead227ff9aa70c612295e90b0d1f1 [file] [log] [blame]
Till Westmann5b431ca2015-10-01 19:16:11 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
Ian Maxonf18bba22015-08-21 12:35:14 -070019<test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
Abdullah Alamoudiac683db2016-02-23 00:59:31 +030020<test-group name="library-parsers">
21 <test-case FilePath="library-parsers">
22 <compilation-unit name="record-parser">
23 <output-dir compare="Text">record-parser</output-dir>
24 </compilation-unit>
25 </test-case>
26 </test-group>
ramangrover290321dac2013-04-24 14:21:16 -070027 <test-group name="library-functions">
28 <test-case FilePath="library-functions">
29 <compilation-unit name="mysum">
30 <output-dir compare="Text">mysum</output-dir>
31 </compilation-unit>
32 </test-case>
33 <test-case FilePath="library-functions">
34 <compilation-unit name="toUpper">
35 <output-dir compare="Text">toUpper</output-dir>
36 </compilation-unit>
37 </test-case>
Raman Grover6d9b59a2013-04-24 19:32:15 -070038 <test-case FilePath="library-functions">
39 <compilation-unit name="insert-from-select">
40 <output-dir compare="Text">insert-from-select</output-dir>
41 </compilation-unit>
42 </test-case>
ramangrover2995135de2013-04-25 04:00:27 -070043 <test-case FilePath="library-functions">
44 <compilation-unit name="getCapital">
45 <output-dir compare="Text">getCapital</output-dir>
46 </compilation-unit>
47 </test-case>
ramangrover290321dac2013-04-24 14:21:16 -070048 </test-group>
49 <test-group name="library-metadata">
50 <test-case FilePath="library-metadata">
51 <compilation-unit name="functionDataset">
52 <output-dir compare="Text">functionDataset</output-dir>
53 </compilation-unit>
54 </test-case>
55 <test-case FilePath="library-metadata">
56 <compilation-unit name="libraryDataset">
57 <output-dir compare="Text">libraryDataset</output-dir>
58 </compilation-unit>
59 </test-case>
60 <test-case FilePath="library-metadata">
61 <compilation-unit name="dataverseDataset">
62 <output-dir compare="Text">dataverseDataset</output-dir>
63 </compilation-unit>
64 </test-case>
65 </test-group>
Raman Grover66b8a072013-11-21 14:46:21 +053066 <test-group name="library-feeds">
ramangrover29ae85a1d2015-06-26 17:26:05 -070067 <test-case FilePath="library-feeds">
Raman Grover66b8a072013-11-21 14:46:21 +053068 <compilation-unit name="feed_ingest">
69 <output-dir compare="Text">feed_ingest</output-dir>
70 </compilation-unit>
71 </test-case>
72 </test-group>
Raman Grover7696def2013-12-02 10:34:07 +053073 <test-group name="library-adapters">
74 <test-case FilePath="library-adapters">
75 <compilation-unit name="typed_adapter">
76 <output-dir compare="Text">typed_adapter</output-dir>
77 </compilation-unit>
78 </test-case>
79 </test-group>
ramangrover290321dac2013-04-24 14:21:16 -070080</test-suite>
81