From 29eecb27c7f91de92b21bbd646d8b7a55e526833 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Tue, 16 Jun 2015 15:54:53 +0100 Subject: Maybe fixed bug in internalisation. --- test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java') 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 a0ccb1a..caaad35 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java @@ -32,7 +32,7 @@ public class TestPagodaFLY { CheckAnswers.assertSameAnswers(answers, givenAnswers); } - @Test(groups = {"light"}) + @Test(groups = {"light", "correctness"}) public void answersCorrectness_rolledUp() throws IOException { String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); Path answers = Paths.get(File.createTempFile("answers", ".json").getAbsolutePath()); @@ -43,7 +43,7 @@ public class TestPagodaFLY { .ontology(Paths.get(ontoDir, "fly/fly_rolledUp.owl")) .query(Paths.get(ontoDir, "fly/queries/fly_rolledUp.sparql")) .answer(answers) - .answer(Paths.get("/home/alessandro/Desktop/answers.json")) +// .answer(Paths.get("/home/alessandro/Desktop/answers.json")) .classify(false) .hermit(true) .build(); @@ -68,7 +68,7 @@ public class TestPagodaFLY { .run(); } - @Test(groups = {"light", "comparison"}) + @Test(groups = {"comparison"}) public void compare_newQueries() throws IOException { String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); -- cgit v1.2.3