diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 2 |
1 files changed, 1 insertions, 1 deletions
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++]); |
