diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-07 19:26:24 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-07 19:26:24 +0100 |
| commit | 5be5fd3daa0d50980fb3791e904e035cdbca254f (patch) | |
| tree | 8109fdd92d6a8f3b59b47f147d21e23b84301494 /test/uk/ac/ox/cs/pagoda/test_units/PagodaFLY.java | |
| parent | 11a432bfc3cb11e07c68c4298fcec060ff1e25fa (diff) | |
| download | ACQuA-5be5fd3daa0d50980fb3791e904e035cdbca254f.tar.gz ACQuA-5be5fd3daa0d50980fb3791e904e035cdbca254f.zip | |
Making the output machine-readable (JSON).
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"); |
