blob: 2d57b3b7d39aa8c2f02c6184f72084bd90b12390 [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">
Ian Maxon69375a12015-06-29 16:12:53 -070020 <test-group name="library-functions">
21 <test-case FilePath="library-functions">
22 <compilation-unit name="mysum">
23 <output-dir compare="Text">mysum</output-dir>
24 </compilation-unit>
25 </test-case>
26 <test-case FilePath="library-functions">
27 <compilation-unit name="toUpper">
28 <output-dir compare="Text">toUpper</output-dir>
29 </compilation-unit>
30 </test-case>
31 <test-case FilePath="library-functions">
32 <compilation-unit name="insert-from-select">
33 <output-dir compare="Text">insert-from-select</output-dir>
34 </compilation-unit>
35 </test-case>
36 <test-case FilePath="library-functions">
37 <compilation-unit name="getCapital">
38 <output-dir compare="Text">getCapital</output-dir>
39 </compilation-unit>
40 </test-case>
41 </test-group>
42 <test-group name="library-metadata">
43 <test-case FilePath="library-metadata">
44 <compilation-unit name="functionDataset">
45 <output-dir compare="Text">functionDataset</output-dir>
46 </compilation-unit>
47 </test-case>
48 <test-case FilePath="library-metadata">
49 <compilation-unit name="libraryDataset">
50 <output-dir compare="Text">libraryDataset</output-dir>
51 </compilation-unit>
52 </test-case>
53 <test-case FilePath="library-metadata">
54 <compilation-unit name="dataverseDataset">
55 <output-dir compare="Text">dataverseDataset</output-dir>
56 </compilation-unit>
57 </test-case>
58 </test-group>
59 <test-group name="library-feeds">
60 <test-case FilePath="library-feeds" category="slow">
61 <compilation-unit name="feed_ingest">
62 <output-dir compare="Text">feed_ingest</output-dir>
63 </compilation-unit>
64 </test-case>
65 </test-group>
66 <test-group name="library-adapters">
67 <test-case FilePath="library-adapters">
68 <compilation-unit name="typed_adapter">
69 <output-dir compare="Text">typed_adapter</output-dir>
70 </compilation-unit>
71 </test-case>
72 </test-group>
73</test-suite>
74