diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-04 12:34:11 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-04 12:34:11 +0100 |
| commit | 9c9434162daf7c25dda9e9ff188ab90eb65f1fb1 (patch) | |
| tree | afe35e75cf5afcc9cb5e24da8ddb342cd45c0802 /test/resources/SygeniaTests.xml | |
| parent | a840a197549ced185f212b2aa74abed8774c8b5c (diff) | |
| download | ACQuA-9c9434162daf7c25dda9e9ff188ab90eb65f1fb1.tar.gz ACQuA-9c9434162daf7c25dda9e9ff188ab90eb65f1fb1.zip | |
New queries for LUBM and UOBM, automatically generated by SyGENiA.
Diffstat (limited to 'test/resources/SygeniaTests.xml')
| -rw-r--r-- | test/resources/SygeniaTests.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/resources/SygeniaTests.xml b/test/resources/SygeniaTests.xml new file mode 100644 index 0000000..01c4eab --- /dev/null +++ b/test/resources/SygeniaTests.xml | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <suite name="SygeniaTests"> | ||
| 5 | |||
| 6 | <test name="TestName"> | ||
| 7 | <groups> | ||
| 8 | <run> | ||
| 9 | <include name="sygenia"/> | ||
| 10 | </run> | ||
| 11 | </groups> | ||
| 12 | |||
| 13 | <classes> | ||
| 14 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | ||
| 15 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/> | ||
| 16 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/>--> | ||
| 17 | </classes> | ||
| 18 | </test> | ||
| 19 | |||
| 20 | </suite> \ No newline at end of file | ||
