diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java index c5b272c..426bdf2 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | |||
| @@ -108,4 +108,15 @@ public class TestPagodaUOBM { | |||
| 108 | .build() | 108 | .build() |
| 109 | .run(); | 109 | .run(); |
| 110 | } | 110 | } |
| 111 | |||
| 112 | @Test(groups = {"justExecute", "UOBM50"}) | ||
| 113 | public void justExecuteUOBM_50() throws IOException { | ||
| 114 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | ||
| 115 | Pagoda.builder() | ||
| 116 | .ontology(Paths.get(ontoDir, "uobm/univ-bench-dl.owl")) | ||
| 117 | .data(Paths.get(ontoDir, "uobm/data/uobm50.ttl")) | ||
| 118 | .query(Paths.get(ontoDir, "uobm/queries/test.sparql")) | ||
| 119 | .build() | ||
| 120 | .run(); | ||
| 121 | } | ||
| 111 | } | 122 | } |
