MARMOTTA-584: restrcited KiWiDatabaseRunner to the PostgreSQLDialect
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/710d98a4 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/710d98a4 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/710d98a4 Branch: refs/heads/MARMOTTA-584 Commit: 710d98a4f15bdcc7cdbc747f06aea282fa4aada2 Parents: 0864b25 Author: Sergio Fernández <[email protected]> Authored: Fri Sep 11 13:40:25 2015 +0200 Committer: Sergio Fernández <[email protected]> Committed: Fri Sep 11 13:40:25 2015 +0200 ---------------------------------------------------------------------- .../marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/710d98a4/libraries/kiwi/kiwi-geosparql/src/test/java/org/apache/marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-geosparql/src/test/java/org/apache/marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java b/libraries/kiwi/kiwi-geosparql/src/test/java/org/apache/marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java index 3063fe6..d72c65d 100644 --- a/libraries/kiwi/kiwi-geosparql/src/test/java/org/apache/marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java +++ b/libraries/kiwi/kiwi-geosparql/src/test/java/org/apache/marmotta/kiwi/sparql/geosparql/GeoSPARQLFunctionsTest.java @@ -62,6 +62,7 @@ import java.util.regex.Pattern; * @author Sergio Fernández ([email protected]) */ @RunWith(KiWiDatabaseRunner.class) [email protected](PostgreSQLDialect.class) public class GeoSPARQLFunctionsTest { final Logger log = LoggerFactory.getLogger(this.getClass());
