From 39b60d4225f5efa4e0287a2c6ce69d90391c69db Mon Sep 17 00:00:00 2001 From: RncLsn Date: Fri, 3 Jul 2015 19:09:31 +0100 Subject: Many little changes. --- test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | 6 ++---- 1 file changed, 2 insertions(+), 4 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 31d2eac..0ce3d69 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java @@ -25,7 +25,6 @@ public class TestPagodaFLY { .query(Paths.get(ontoDir, "fly/queries/fly.sparql")) .answer(answers) .classify(false) - .hermit(true) .build(); pagoda.run(); @@ -45,7 +44,6 @@ public class TestPagodaFLY { .answer(answers) // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) .classify(false) - .hermit(true) .build(); pagoda.run(); @@ -57,8 +55,8 @@ public class TestPagodaFLY { String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); Pagoda.builder() - .ontology(Paths.get(ontoDir, "fly/fly_rolledUp.owl")) -// .ontology(Paths.get(ontoDir, "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl")) +// .ontology(Paths.get(ontoDir, "fly/fly_rolledUp.owl")) + .ontology(Paths.get(ontoDir, "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl")) .query(Paths.get(ontoDir, "fly/queries/new_queries.sparql")) // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) .classify(false) -- cgit v1.2.3