diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-10 18:17:06 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-11 12:34:47 +0100 |
| commit | 17bd9beaf7f358a44e5bf36a5855fe6727d506dc (patch) | |
| tree | 47e9310a0cff869d9ec017dcb2c81876407782c8 /test/resources/MainTests.xml | |
| parent | 8651164cd632a5db310b457ce32d4fbc97bdc41c (diff) | |
| download | ACQuA-17bd9beaf7f358a44e5bf36a5855fe6727d506dc.tar.gz ACQuA-17bd9beaf7f358a44e5bf36a5855fe6727d506dc.zip | |
[pagoda] Move project to Scala
This commit includes a few changes:
- The repository still uses Maven to manage dependency but it is now a
Scala project.
- The code has been ported from OWLAPI 3.4.10 to 5.1.20
- A proof of concept program using both RSAComb and PAGOdA has been
added.
Diffstat (limited to 'test/resources/MainTests.xml')
| -rw-r--r-- | test/resources/MainTests.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/resources/MainTests.xml b/test/resources/MainTests.xml deleted file mode 100644 index fdecc72..0000000 --- a/test/resources/MainTests.xml +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > | ||
| 3 | |||
| 4 | <suite name="MainTests"> | ||
| 5 | <test name="main"> | ||
| 6 | <groups> | ||
| 7 | <run> | ||
| 8 | <!--<include name="correctness"/>--> | ||
| 9 | <!--<include name="light"/>--> | ||
| 10 | <!--<include name="justExecute"/>--> | ||
| 11 | <!--<exclude name="heavy"/>--> | ||
| 12 | <!--<include name="nonOriginal"/>--> | ||
| 13 | <include name="existential"/> | ||
| 14 | </run> | ||
| 15 | </groups> | ||
| 16 | <classes> | ||
| 17 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaReactome"/>--> | ||
| 18 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | ||
| 19 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> | ||
| 20 | <!--Fly does not terminate: query-5 looks really hard--> | ||
| 21 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/> | ||
| 22 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.SkolemisationTests"/>--> | ||
| 23 | <!--<class name="uk.ac.ox.cs.pagoda.util.SimpleProgressBarTester" />--> | ||
| 24 | </classes> | ||
| 25 | </test> | ||
| 26 | </suite> \ No newline at end of file | ||
