aboutsummaryrefslogtreecommitdiff
path: root/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-05-20 18:52:47 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-05-20 18:52:47 +0100
commitd81b086fe329fa69891eba0a4b1f73e44183620d (patch)
tree7c55c80678660cdbd3dae18e94c4baf5b0680e11 /test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java
parent7a68441a541b12b22587fb53072193e1130049ff (diff)
downloadACQuA-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/global_tests/LightEvaluation.java')
-rw-r--r--test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java
index eb1f42c..3551b9b 100644
--- a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java
+++ b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java
@@ -10,8 +10,8 @@ public class LightEvaluation {
10 @Test 10 @Test
11 public void evaluation() throws IOException { 11 public void evaluation() throws IOException {
12 new TestPagodaUOBM().answersCorrectness(1); 12 new TestPagodaUOBM().answersCorrectness(1);
13 new TestPagodaLUBM().answersCorrecntess(100); 13 new TestPagodaLUBM().answersCorrectness(100);
14 new TestPagodaFLY().answersCorrectness(); 14// new TestPagodaFLY().answersCorrectness();
15 new TestPagodaDBPedia().answersCorrectness(); 15 new TestPagodaDBPedia().answersCorrectness();
16 new TestPagodaNPD().testNPDwithoutDataType(); 16 new TestPagodaNPD().testNPDwithoutDataType();
17 } 17 }