aboutsummaryrefslogtreecommitdiff
path: root/test/uk/ac/ox/cs/pagoda
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
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')
-rw-r--r--test/uk/ac/ox/cs/pagoda/junit/AllTests.java4
-rw-r--r--test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java2
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;
13import org.junit.runners.Suite; 13import org.junit.runners.Suite;
14import org.junit.runners.Suite.SuiteClasses; 14import org.junit.runners.Suite.SuiteClasses;
15 15
16import 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 })
21public class AllTests { 19public 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++]);