aboutsummaryrefslogtreecommitdiff
path: root/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java
diff options
context:
space:
mode:
authoryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-30 17:36:35 +0100
committeryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-30 17:36:35 +0100
commit0d8f240c9c0a64f2285324e5a517161e45c698fc (patch)
treef4b4f7078e3be02011b9812cd8791c657a135993 /test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java
parent68ae342b2a4923bc7b3f378c6a489f2355d85279 (diff)
downloadACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.tar.gz
ACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.zip
downgrade owl api and reorganised src files
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java')
-rw-r--r--test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java2
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++]);