diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java b/test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java index 29abc87..1aded5b 100644 --- a/test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java +++ b/test/uk/ac/ox/cs/pagoda/test_units/PagodaLUBM.java | |||
| @@ -13,7 +13,7 @@ public class PagodaLUBM { | |||
| 13 | TestGlobalCorrectness.test(Paths.get(ontoDir, "lubm/univ-bench.owl"), | 13 | TestGlobalCorrectness.test(Paths.get(ontoDir, "lubm/univ-bench.owl"), |
| 14 | Paths.get(ontoDir, "lubm/data/lubm" + number + ".ttl"), | 14 | Paths.get(ontoDir, "lubm/data/lubm" + number + ".ttl"), |
| 15 | Paths.get(ontoDir, "lubm/queries/test.sparql"), | 15 | Paths.get(ontoDir, "lubm/queries/test.sparql"), |
| 16 | Paths.get(ontoDir, "lubm/lubm" + number + ".ans")); | 16 | Paths.get(ontoDir, "lubm/lubm" + number + ".json")); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | @Test | 19 | @Test |
