diff options
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 | ||
