From c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Mon, 18 May 2015 18:27:32 +0100 Subject: Configured Maven and improved executable class and tests. --- .../ac/ox/cs/pagoda/global_tests/PagodaLUBM.java | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 test/uk/ac/ox/cs/pagoda/global_tests/PagodaLUBM.java (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/PagodaLUBM.java') diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/PagodaLUBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/PagodaLUBM.java deleted file mode 100644 index 2014ec1..0000000 --- a/test/uk/ac/ox/cs/pagoda/global_tests/PagodaLUBM.java +++ /dev/null @@ -1,24 +0,0 @@ -package uk.ac.ox.cs.pagoda.global_tests; - -import org.testng.annotations.Test; -import uk.ac.ox.cs.pagoda.util.TestUtil; - -import java.io.IOException; -import java.nio.file.Paths; - -public class PagodaLUBM { - - private void testN(int number ) throws IOException { - String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); - TestGlobalCorrectness.test(Paths.get(ontoDir, "lubm/univ-bench.owl"), - Paths.get(ontoDir, "lubm/data/lubm" + number + ".ttl"), - Paths.get(ontoDir, "lubm/queries/test.sparql"), - Paths.get(ontoDir, "lubm/lubm" + number + ".json")); - } - - @Test - public void test1() throws IOException { - testN(1); - } - -} -- cgit v1.2.3