From af9654ee25f5b2dfdb055a197674c1aeceea1171 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Thu, 3 Sep 2015 15:52:47 +0100 Subject: Integrated fix (manually) from upper stream. --- test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/uk/ac/ox/cs') diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java index a13b7f4..9263602 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java @@ -44,7 +44,8 @@ public class TestPagodaReactome { Pagoda.builder() .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl")) .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl")) - .query(Paths.get(ontoDir, "reactome/existential_queries.sparql")) +// .query(Paths.get(ontoDir, "reactome/existential_queries.sparql")) + .query(Paths.get(ontoDir, "reactome/Queries_by_Feier-et-al.sparql")) .build() .run(); } -- cgit v1.2.3