From e617855cbfbd8839fd49a53114c7fd010fc934a4 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Thu, 10 Sep 2015 18:51:27 +0100 Subject: Small changes --- test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java') diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java index c893f96..2d95e5f 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java @@ -77,4 +77,16 @@ public class TestPagodaLUBM { public void justExecute_sygenia_1_allBlanks() throws IOException { justExecute_sygenia_allBlanks(1); } + + @Test(groups = {"existential"}) + public void justExecute_feier() throws IOException { + String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); + + Pagoda.builder() + .ontology(Paths.get(ontoDir, "lubm/univ-bench.owl")) + .data(Paths.get(ontoDir, "lubm/data/lubm1.ttl")) + .query(Paths.get(ontoDir, "lubm/queries/queries_from_feier-et-al.sparql")) + .build() + .run(); + } } -- cgit v1.2.3