From 1b6a128137e5d7a6ff75566869232fc054afabef Mon Sep 17 00:00:00 2001 From: RncLsn Date: Fri, 15 May 2015 17:32:22 +0100 Subject: Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}. --- test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java (limited to 'test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java') diff --git a/test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java b/test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java deleted file mode 100644 index 70d531d..0000000 --- a/test/uk/ac/ox/cs/pagoda/test_units/PagodaELU.java +++ /dev/null @@ -1,20 +0,0 @@ -package uk.ac.ox.cs.pagoda.test_units; - -import org.junit.Test; -import uk.ac.ox.cs.pagoda.tester.PagodaTester; -import uk.ac.ox.cs.pagoda.util.TestUtil; - -public class PagodaELU { - - @Test void test() { - int number = 1; - String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); - PagodaTester.main( - TestUtil.combinePaths(ontoDir, "uobm/univ-bench-dl.owl"), - TestUtil.combinePaths(ontoDir, "uobm/data/uobm" + number + ".ttl"), - TestUtil.combinePaths(ontoDir, "uobm/queries/standard.sparql") - ); - } - - -} -- cgit v1.2.3