diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/junit/AllTests.java | 4 | ||||
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/junit/AllTests.java b/test/uk/ac/ox/cs/pagoda/junit/AllTests.java index 6884081..fb38787 100644 --- a/test/uk/ac/ox/cs/pagoda/junit/AllTests.java +++ b/test/uk/ac/ox/cs/pagoda/junit/AllTests.java | |||
| @@ -13,10 +13,8 @@ import org.junit.runner.RunWith; | |||
| 13 | import org.junit.runners.Suite; | 13 | import org.junit.runners.Suite; |
| 14 | import org.junit.runners.Suite.SuiteClasses; | 14 | import org.junit.runners.Suite.SuiteClasses; |
| 15 | 15 | ||
| 16 | import uk.ac.ox.cs.data.WriteIntoTurtle; | ||
| 17 | |||
| 18 | @RunWith(Suite.class) | 16 | @RunWith(Suite.class) |
| 19 | @SuiteClasses({ WriteIntoTurtle.class, PagodaUOBM.class | 17 | @SuiteClasses({ PagodaUOBM.class |
| 20 | }) | 18 | }) |
| 21 | public class AllTests { | 19 | public class AllTests { |
| 22 | 20 | ||
diff --git a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java index a803d63..05a7d70 100644 --- a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java +++ b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | |||
| @@ -119,7 +119,7 @@ public class PagodaTester { | |||
| 119 | // args[2] = args[2].replace(".sparql", "_pellet.sparql"); | 119 | // args[2] = args[2].replace(".sparql", "_pellet.sparql"); |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | Properties properties = new Properties("config/fly.conf"); | 122 | Properties properties = new Properties("config/uobm.conf"); |
| 123 | 123 | ||
| 124 | int index = 0; | 124 | int index = 0; |
| 125 | if (args.length > index) properties.setOntologyPath(args[index++]); | 125 | if (args.length > index) properties.setOntologyPath(args[index++]); |
