diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-26 17:41:35 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-26 17:41:35 +0100 |
| commit | 1013812b487bc438df49ec93ad9433438d5d6cf6 (patch) | |
| tree | d656446445ce3f25f2d2e4cfd65014ba5fd6b267 /test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | |
| parent | 271b05caedafb3b7433d2163d59b2ab5f8106dfe (diff) | |
| download | ACQuA-1013812b487bc438df49ec93ad9433438d5d6cf6.tar.gz ACQuA-1013812b487bc438df49ec93ad9433438d5d6cf6.zip | |
Summarisation before Skolemisation. Added Reactome testcase.
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 | 3 |
1 files changed, 2 insertions, 1 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 d0f0b9a..9fb6cbe 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | |||
| @@ -87,7 +87,8 @@ public class TestPagodaUOBM { | |||
| 87 | .query(Paths.get(ontoDir, "uobm/queries/uobm_sygenia_all-blanks.sparql")) | 87 | .query(Paths.get(ontoDir, "uobm/queries/uobm_sygenia_all-blanks.sparql")) |
| 88 | .classify(true) | 88 | .classify(true) |
| 89 | .hermit(true) | 89 | .hermit(true) |
| 90 | .build().run(); | 90 | .build() |
| 91 | .run(); | ||
| 91 | } | 92 | } |
| 92 | 93 | ||
| 93 | @Test(groups = {"justExecute"}) | 94 | @Test(groups = {"justExecute"}) |
