diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-09-03 15:52:47 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-09-03 15:52:47 +0100 |
| commit | af9654ee25f5b2dfdb055a197674c1aeceea1171 (patch) | |
| tree | 29805924b0d433a651c6931dfd291d086bd7e5ab /test/uk/ac/ox/cs/pagoda/global_tests | |
| parent | 1c02a4bde9eddb66550341377b2bd980ff48c474 (diff) | |
| download | ACQuA-af9654ee25f5b2dfdb055a197674c1aeceea1171.tar.gz ACQuA-af9654ee25f5b2dfdb055a197674c1aeceea1171.zip | |
Integrated fix (manually) from upper stream.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
| 44 | Pagoda.builder() | 44 | Pagoda.builder() |
| 45 | .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl")) | 45 | .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl")) |
| 46 | .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl")) | 46 | .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl")) |
| 47 | .query(Paths.get(ontoDir, "reactome/existential_queries.sparql")) | 47 | // .query(Paths.get(ontoDir, "reactome/existential_queries.sparql")) |
| 48 | .query(Paths.get(ontoDir, "reactome/Queries_by_Feier-et-al.sparql")) | ||
| 48 | .build() | 49 | .build() |
| 49 | .run(); | 50 | .run(); |
| 50 | } | 51 | } |
