diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/junit/PagodaRLU.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/junit/PagodaRLU.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/junit/PagodaRLU.java b/test/uk/ac/ox/cs/pagoda/junit/PagodaRLU.java deleted file mode 100644 index 5d93302..0000000 --- a/test/uk/ac/ox/cs/pagoda/junit/PagodaRLU.java +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.junit; | ||
| 2 | |||
| 3 | import org.junit.Test; | ||
| 4 | import uk.ac.ox.cs.pagoda.tester.PagodaTester; | ||
| 5 | |||
| 6 | public class PagodaRLU { | ||
| 7 | |||
| 8 | @Test | ||
| 9 | public void testRL() { | ||
| 10 | int number = 1; | ||
| 11 | PagodaTester.main( | ||
| 12 | PagodaTester.onto_dir + "uobm/univ-bench-dl.owl", | ||
| 13 | PagodaTester.onto_dir + "uobm/data/uobm" + number + ".ttl", | ||
| 14 | PagodaTester.onto_dir + "uobm/queries/standard.sparql" | ||
| 15 | ); | ||
| 16 | } | ||
| 17 | |||
| 18 | } | ||
