diff options
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 | } |
