diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java b/test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java index 2fe07f0..bad533f 100644 --- a/test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.test_units; | 1 | package uk.ac.ox.cs.pagoda.test_units; |
| 2 | 2 | ||
| 3 | import org.junit.Test; | 3 | import org.junit.Test; |
| 4 | |||
| 5 | import uk.ac.ox.cs.pagoda.tester.PagodaTester; | 4 | import uk.ac.ox.cs.pagoda.tester.PagodaTester; |
| 5 | import uk.ac.ox.cs.pagoda.util.TestUtil; | ||
| 6 | 6 | ||
| 7 | public class PagodaFLY { | 7 | public class PagodaFLY { |
| 8 | 8 | ||
| 9 | @Test | 9 | @Test |
| 10 | public void test() { | 10 | public void test() { |
| 11 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | ||
| 11 | PagodaTester.main( | 12 | PagodaTester.main( |
| 12 | PagodaTester.onto_dir + "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl", | 13 | TestUtil.combinePaths(ontoDir, "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl"), |
| 13 | PagodaTester.onto_dir + "fly/queries/fly_pellet.sparql" | 14 | TestUtil.combinePaths(ontoDir, "fly/queries/fly_pellet.sparql") |
| 14 | ); | 15 | ); |
| 15 | 16 | ||
| 16 | // Statistics stat = new Statistics("output/log4j.log"); | 17 | // Statistics stat = new Statistics("output/log4j.log"); |
