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/TestPagodaFLY.java | |
| 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/TestPagodaFLY.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 | } |
