diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-09 14:26:28 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-09 14:26:28 +0100 |
| commit | 870eb35e38f746ed73f233070dcf3bdaf4687e02 (patch) | |
| tree | 41ef0c1e18057aedc9f0f94d242cf6450d22025f /test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java | |
| parent | 5be5fd3daa0d50980fb3791e904e035cdbca254f (diff) | |
| download | ACQuA-870eb35e38f746ed73f233070dcf3bdaf4687e02.tar.gz ACQuA-870eb35e38f746ed73f233070dcf3bdaf4687e02.zip | |
Adding (not completed) log of partial answers in Json.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java b/test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java index f53ed7e..ee9cf13 100644 --- a/test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java +++ b/test/uk/ac/ox/cs/pagoda/test_units/PagodaUOBM.java | |||
| @@ -13,7 +13,7 @@ public class PagodaUOBM { | |||
| 13 | TestGlobalCorrectness.test(Paths.get(ontoDir, "uobm/univ-bench-dl.owl"), | 13 | TestGlobalCorrectness.test(Paths.get(ontoDir, "uobm/univ-bench-dl.owl"), |
| 14 | Paths.get(ontoDir, "uobm/data/uobm" + number + ".ttl"), | 14 | Paths.get(ontoDir, "uobm/data/uobm" + number + ".ttl"), |
| 15 | Paths.get(ontoDir, "uobm/queries/test.sparql"), | 15 | Paths.get(ontoDir, "uobm/queries/test.sparql"), |
| 16 | Paths.get(ontoDir, "uobm/uobm" + number + ".ans")); | 16 | Paths.get(ontoDir, "uobm/uobm" + number + ".json")); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | @Test | 19 | @Test |
