diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-20 18:52:47 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-20 18:52:47 +0100 |
| commit | d81b086fe329fa69891eba0a4b1f73e44183620d (patch) | |
| tree | 7c55c80678660cdbd3dae18e94c4baf5b0680e11 /test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | |
| parent | 7a68441a541b12b22587fb53072193e1130049ff (diff) | |
| download | ACQuA-d81b086fe329fa69891eba0a4b1f73e44183620d.tar.gz ACQuA-d81b086fe329fa69891eba0a4b1f73e44183620d.zip | |
Added more tests.
Querying of the upper bound is currently unstable.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java index 274946d..d741d3b 100644 --- a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java +++ b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | |||
| @@ -3,7 +3,7 @@ package uk.ac.ox.cs.pagoda.tester; | |||
| 3 | import uk.ac.ox.cs.pagoda.query.AnswerTuple; | 3 | import uk.ac.ox.cs.pagoda.query.AnswerTuple; |
| 4 | import uk.ac.ox.cs.pagoda.query.AnswerTuples; | 4 | import uk.ac.ox.cs.pagoda.query.AnswerTuples; |
| 5 | import uk.ac.ox.cs.pagoda.reasoner.QueryReasoner; | 5 | import uk.ac.ox.cs.pagoda.reasoner.QueryReasoner; |
| 6 | import uk.ac.ox.cs.pagoda.util.Properties; | 6 | import uk.ac.ox.cs.pagoda.util.PagodaProperties; |
| 7 | import uk.ac.ox.cs.pagoda.util.Timer; | 7 | import uk.ac.ox.cs.pagoda.util.Timer; |
| 8 | import uk.ac.ox.cs.pagoda.util.Utility; | 8 | import uk.ac.ox.cs.pagoda.util.Utility; |
| 9 | 9 | ||
| @@ -136,7 +136,7 @@ public class PagodaTester { | |||
| 136 | // args[2] = args[2].replace(".sparql", "_pellet.sparql"); | 136 | // args[2] = args[2].replace(".sparql", "_pellet.sparql"); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | Properties properties = new Properties("config/uobm.properties"); | 139 | PagodaProperties properties = new PagodaProperties("config/uobm.properties"); |
| 140 | 140 | ||
| 141 | int index = 0; | 141 | int index = 0; |
| 142 | if(args.length > index) properties.setOntologyPath(args[index++]); | 142 | if(args.length > index) properties.setOntologyPath(args[index++]); |
