diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 13:35:52 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 13:35:52 +0100 |
| commit | 5d54af2638a53721b414a41356a93686a9616272 (patch) | |
| tree | e28c64b1887e7e964661d12d96df5b09abd4d9ee /test/resources/HeavyTests.xml | |
| parent | c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 (diff) | |
| download | ACQuA-5d54af2638a53721b414a41356a93686a9616272.tar.gz ACQuA-5d54af2638a53721b414a41356a93686a9616272.zip | |
Backup before changes in MyQueryReasoner.
Diffstat (limited to 'test/resources/HeavyTests.xml')
| -rw-r--r-- | test/resources/HeavyTests.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/resources/HeavyTests.xml b/test/resources/HeavyTests.xml new file mode 100644 index 0000000..4a96553 --- /dev/null +++ b/test/resources/HeavyTests.xml | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <suite name="HeavyTests"> | ||
| 5 | |||
| 6 | <test name="heavy"> | ||
| 7 | <groups> | ||
| 8 | <run> | ||
| 9 | <include name="heavy"/> | ||
| 10 | </run> | ||
| 11 | </groups> | ||
| 12 | <classes> | ||
| 13 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/> | ||
| 14 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/> | ||
| 15 | </classes> | ||
| 16 | </test> | ||
| 17 | </suite> \ No newline at end of file | ||
