diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-16 15:54:53 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-26 12:04:49 +0100 |
| commit | 29eecb27c7f91de92b21bbd646d8b7a55e526833 (patch) | |
| tree | 233481bccd68e4b718598320f121024db16ff0e5 /test/resources | |
| parent | 3a276b7c7836e56a171ab753b018913ce022ba8e (diff) | |
| download | ACQuA-29eecb27c7f91de92b21bbd646d8b7a55e526833.tar.gz ACQuA-29eecb27c7f91de92b21bbd646d8b7a55e526833.zip | |
Maybe fixed bug in internalisation.
Diffstat (limited to 'test/resources')
| -rw-r--r-- | test/resources/BugTests.xml | 17 | ||||
| -rw-r--r-- | test/resources/Correctness.xml | 20 | ||||
| -rw-r--r-- | test/resources/LightTests.xml | 4 | ||||
| -rw-r--r-- | test/resources/test.properties | 1 |
4 files changed, 40 insertions, 2 deletions
diff --git a/test/resources/BugTests.xml b/test/resources/BugTests.xml new file mode 100644 index 0000000..5782bd4 --- /dev/null +++ b/test/resources/BugTests.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="BugTests"> | ||
| 5 | |||
| 6 | <test name="BugTest"> | ||
| 7 | <groups> | ||
| 8 | <run> | ||
| 9 | <include name="BugTesters"/> | ||
| 10 | </run> | ||
| 11 | </groups> | ||
| 12 | <classes> | ||
| 13 | <class name="uk.ac.ox.cs.pagoda.global_tests.MinimumCardinalityTest"/> | ||
| 14 | </classes> | ||
| 15 | </test> | ||
| 16 | |||
| 17 | </suite> \ No newline at end of file | ||
diff --git a/test/resources/Correctness.xml b/test/resources/Correctness.xml new file mode 100644 index 0000000..3b00b7b --- /dev/null +++ b/test/resources/Correctness.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="Correctness"> | ||
| 5 | |||
| 6 | <test name="correctness"> | ||
| 7 | <groups> | ||
| 8 | <run> | ||
| 9 | <include name="correctness"/> | ||
| 10 | <exclude name="heavy"/> | ||
| 11 | </run> | ||
| 12 | </groups> | ||
| 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 | ||
diff --git a/test/resources/LightTests.xml b/test/resources/LightTests.xml index 2bc8dac..69cb572 100644 --- a/test/resources/LightTests.xml +++ b/test/resources/LightTests.xml | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | <test name="light"> | 5 | <test name="light"> |
| 6 | <groups> | 6 | <groups> |
| 7 | <run> | 7 | <run> |
| 8 | <!--<include name="light"/>--> | 8 | <include name="light"/> |
| 9 | <include name="justExecute"/> | 9 | <!--<include name="justExecute"/>--> |
| 10 | </run> | 10 | </run> |
| 11 | </groups> | 11 | </groups> |
| 12 | <classes> | 12 | <classes> |
diff --git a/test/resources/test.properties b/test/resources/test.properties index c4a25d0..08caeba 100644 --- a/test/resources/test.properties +++ b/test/resources/test.properties | |||
| @@ -1 +1,2 @@ | |||
| 1 | #ontoDir=/home/alessandro/Desktop | ||
| 1 | ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file | 2 | ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file |
