Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 1 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql"> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 2 | <test-group name="library-functions"> |
| 3 | <test-case FilePath="library-functions"> |
| 4 | <compilation-unit name="mysum"> |
| 5 | <output-dir compare="Text">mysum</output-dir> |
| 6 | </compilation-unit> |
| 7 | </test-case> |
| 8 | <test-case FilePath="library-functions"> |
| 9 | <compilation-unit name="toUpper"> |
| 10 | <output-dir compare="Text">toUpper</output-dir> |
| 11 | </compilation-unit> |
| 12 | </test-case> |
| 13 | <test-case FilePath="library-functions"> |
| 14 | <compilation-unit name="insert-from-select"> |
| 15 | <output-dir compare="Text">insert-from-select</output-dir> |
| 16 | </compilation-unit> |
| 17 | </test-case> |
| 18 | <test-case FilePath="library-functions"> |
| 19 | <compilation-unit name="getCapital"> |
| 20 | <output-dir compare="Text">getCapital</output-dir> |
| 21 | </compilation-unit> |
| 22 | </test-case> |
| 23 | </test-group> |
| 24 | <test-group name="library-metadata"> |
| 25 | <test-case FilePath="library-metadata"> |
| 26 | <compilation-unit name="functionDataset"> |
| 27 | <output-dir compare="Text">functionDataset</output-dir> |
| 28 | </compilation-unit> |
| 29 | </test-case> |
| 30 | <test-case FilePath="library-metadata"> |
| 31 | <compilation-unit name="libraryDataset"> |
| 32 | <output-dir compare="Text">libraryDataset</output-dir> |
| 33 | </compilation-unit> |
| 34 | </test-case> |
| 35 | <test-case FilePath="library-metadata"> |
| 36 | <compilation-unit name="dataverseDataset"> |
| 37 | <output-dir compare="Text">dataverseDataset</output-dir> |
| 38 | </compilation-unit> |
| 39 | </test-case> |
| 40 | </test-group> |
| 41 | <test-group name="library-feeds"> |
| 42 | <test-case FilePath="library-feeds" category="slow"> |
| 43 | <compilation-unit name="feed_ingest"> |
| 44 | <output-dir compare="Text">feed_ingest</output-dir> |
| 45 | </compilation-unit> |
| 46 | </test-case> |
| 47 | </test-group> |
| 48 | <test-group name="library-adapters"> |
| 49 | <test-case FilePath="library-adapters"> |
| 50 | <compilation-unit name="typed_adapter"> |
| 51 | <output-dir compare="Text">typed_adapter</output-dir> |
| 52 | </compilation-unit> |
| 53 | </test-case> |
| 54 | </test-group> |
| 55 | </test-suite> |
| 56 | |