ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 1 | <test-suite xmlns="urn:xml.testframework.asterix.ics.uci.edu" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql"> |
| 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> |
Raman Grover | 6d9b59a | 2013-04-24 19:32:15 -0700 | [diff] [blame] | 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> |
ramangrover29 | 95135de | 2013-04-25 04:00:27 -0700 | [diff] [blame] | 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> |
ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 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> |
Raman Grover | 66b8a07 | 2013-11-21 14:46:21 +0530 | [diff] [blame] | 41 | <test-group name="library-feeds"> |
ramangrover29 | ae85a1d | 2015-06-26 17:26:05 -0700 | [diff] [blame^] | 42 | <test-case FilePath="library-feeds"> |
Raman Grover | 66b8a07 | 2013-11-21 14:46:21 +0530 | [diff] [blame] | 43 | <compilation-unit name="feed_ingest"> |
| 44 | <output-dir compare="Text">feed_ingest</output-dir> |
| 45 | </compilation-unit> |
| 46 | </test-case> |
| 47 | </test-group> |
Raman Grover | 7696def | 2013-12-02 10:34:07 +0530 | [diff] [blame] | 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> |
ramangrover29 | 0321dac | 2013-04-24 14:21:16 -0700 | [diff] [blame] | 55 | </test-suite> |
| 56 | |