diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 18:22:26 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 18:22:26 +0100 |
| commit | 612729386b645b120f8397a007cd8421986af0ad (patch) | |
| tree | f5d15c839092c1dd65e951aa98f4256bfa391a0b /test/uk/ac/ox/cs/pagoda/global_tests | |
| parent | 5d54af2638a53721b414a41356a93686a9616272 (diff) | |
| download | ACQuA-612729386b645b120f8397a007cd8421986af0ad.tar.gz ACQuA-612729386b645b120f8397a007cd8421986af0ad.zip | |
Changes in the upper store querying (mainly in MyQueryReasoner).
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests')
3 files changed, 5 insertions, 5 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 7fc5da8..eb1f42c 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | |||
| @@ -11,8 +11,8 @@ public class LightEvaluation { | |||
| 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().answersCorrecntess(100); |
| 14 | new TestPagodaFLY().test(); | 14 | new TestPagodaFLY().answersCorrectness(); |
| 15 | new TestPagodaDBPedia().test(); | 15 | new TestPagodaDBPedia().answersCorrectness(); |
| 16 | new TestPagodaNPD().testNPDwithoutDataType(); | 16 | new TestPagodaNPD().testNPDwithoutDataType(); |
| 17 | } | 17 | } |
| 18 | } | 18 | } |
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaDBPedia.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaDBPedia.java index 04c9f3b..3642147 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaDBPedia.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaDBPedia.java | |||
| @@ -26,7 +26,7 @@ public class TestPagodaDBPedia { | |||
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | @Test | 28 | @Test |
| 29 | public void test() { | 29 | public void answersCorrectness() { |
| 30 | // TODO implement | 30 | // TODO implement |
| 31 | } | 31 | } |
| 32 | 32 | ||
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java index 623034e..5c8dbf6 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | |||
| @@ -8,7 +8,7 @@ public class TestPagodaFLY { | |||
| 8 | 8 | ||
| 9 | public static final String ANSWER_PATH = "~/TestPagodaFLY.json"; | 9 | public static final String ANSWER_PATH = "~/TestPagodaFLY.json"; |
| 10 | 10 | ||
| 11 | @Test | 11 | @Test(groups = {"light"}) |
| 12 | public void just_execute() { | 12 | public void just_execute() { |
| 13 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | 13 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); |
| 14 | Pagoda pagoda = Pagoda.builder() | 14 | Pagoda pagoda = Pagoda.builder() |
| @@ -22,7 +22,7 @@ public class TestPagodaFLY { | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | @Test | 24 | @Test |
| 25 | public void test() { | 25 | public void answersCorrectness() { |
| 26 | // TODO implement | 26 | // TODO implement |
| 27 | } | 27 | } |
| 28 | } | 28 | } |
