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/resources/ExistentialEvaluation.xml | 4 ++-- test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/resources/ExistentialEvaluation.xml b/test/resources/ExistentialEvaluation.xml index c0149e9..5356364 100644 --- a/test/resources/ExistentialEvaluation.xml +++ b/test/resources/ExistentialEvaluation.xml @@ -12,9 +12,9 @@ - + - + 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