diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | 12 | ||||
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java index c893f96..2d95e5f 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | |||
| @@ -77,4 +77,16 @@ public class TestPagodaLUBM { | |||
| 77 | public void justExecute_sygenia_1_allBlanks() throws IOException { | 77 | public void justExecute_sygenia_1_allBlanks() throws IOException { |
| 78 | justExecute_sygenia_allBlanks(1); | 78 | justExecute_sygenia_allBlanks(1); |
| 79 | } | 79 | } |
| 80 | |||
| 81 | @Test(groups = {"existential"}) | ||
| 82 | public void justExecute_feier() throws IOException { | ||
| 83 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | ||
| 84 | |||
| 85 | Pagoda.builder() | ||
| 86 | .ontology(Paths.get(ontoDir, "lubm/univ-bench.owl")) | ||
| 87 | .data(Paths.get(ontoDir, "lubm/data/lubm1.ttl")) | ||
| 88 | .query(Paths.get(ontoDir, "lubm/queries/queries_from_feier-et-al.sparql")) | ||
| 89 | .build() | ||
| 90 | .run(); | ||
| 91 | } | ||
| 80 | } | 92 | } |
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 9263602..8a8a596 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | |||
| @@ -44,8 +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 | // .query(Paths.get(ontoDir, "reactome/Queries_by_Feier-et-al.sparql")) |
| 49 | .build() | 49 | .build() |
| 50 | .run(); | 50 | .run(); |
| 51 | } | 51 | } |
