diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/resources/LightTests.xml | 4 | ||||
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/resources/LightTests.xml b/test/resources/LightTests.xml index 859e3fa..e260c25 100644 --- a/test/resources/LightTests.xml +++ b/test/resources/LightTests.xml | |||
| @@ -10,10 +10,10 @@ | |||
| 10 | </groups> | 10 | </groups> |
| 11 | 11 | ||
| 12 | <classes> | 12 | <classes> |
| 13 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>--> | 13 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/> |
| 14 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> | 14 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>--> |
| 15 | <!--Fly does not terminate: query-5 looks really hard--> | 15 | <!--Fly does not terminate: query-5 looks really hard--> |
| 16 | <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/> | 16 | <!--<class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaFLY"/>--> |
| 17 | </classes> | 17 | </classes> |
| 18 | </test> | 18 | </test> |
| 19 | </suite> \ No newline at end of file | 19 | </suite> \ No newline at end of file |
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java index 352bcba..4fdccf8 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | |||
| @@ -12,7 +12,7 @@ import java.nio.file.Paths; | |||
| 12 | 12 | ||
| 13 | public class TestPagodaFLY { | 13 | public class TestPagodaFLY { |
| 14 | 14 | ||
| 15 | @Test(groups = {"light"}) | 15 | // @Test(groups = {"light"}) |
| 16 | public void answersCorrectness_withGJFC() throws IOException { | 16 | public void answersCorrectness_withGJFC() throws IOException { |
| 17 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | 17 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); |
| 18 | Path answers = Paths.get(File.createTempFile("answers", ".json").getAbsolutePath()); | 18 | Path answers = Paths.get(File.createTempFile("answers", ".json").getAbsolutePath()); |
