Strabon
changeset 1421:b1ad88fdf4a6
added log4j.properties to endpoint-client; corrected test that using geof:getSRID() with a strdf:transform function with an input a geo:wktLiteral constant; in such a case we cannot return CRS84 simply because strdf:transform creates strdf:WKT datatypes for which the default CRS is EPSG:4326
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Sep 23 13:16:47 2014 +0300 (2014-09-23) |
parents | 37792dd7041b |
children | f86d1129ce79 |
files | endpoint-client/src/main/resources/log4j.properties pom.xml testsuite/src/test/resources/geoSPARQL/BasicFunctionsTest/getSRIDFromConstantTest1.srx |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/endpoint-client/src/main/resources/log4j.properties Tue Sep 23 13:16:47 2014 +0300 1.3 @@ -0,0 +1,19 @@ 1.4 +# logger level values: OFF, ERROR, WARN, INFO, DEBUG, ALL 1.5 +#log4j.rootLogger=ALL, CA 1.6 +#log4j.rootLogger=DEBUG, CA 1.7 +log4j.rootLogger=INFO, CA 1.8 + 1.9 +# Console Appender 1.10 +log4j.appender.CA=org.apache.log4j.ConsoleAppender 1.11 +log4j.appender.CA.target=System.err 1.12 +log4j.appender.CA.layout=org.apache.log4j.PatternLayout 1.13 +log4j.appender.CA.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n 1.14 + 1.15 +# File Appender 1.16 +#log4j.appender.FA=org.apache.log4j.FileAppender 1.17 +#log4j.appender.FA.File=sample.log 1.18 +#log4j.appender.FA.layout=org.apache.log4j.PatternLayout 1.19 +#log4j.appender.FA.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n 1.20 +# Set the logger level of File Appender to WARN 1.21 +#log4j.appender.FA.Threshold = WARN 1.22 +
2.1 --- a/pom.xml Mon Sep 22 18:25:16 2014 +0300 2.2 +++ b/pom.xml Tue Sep 23 13:16:47 2014 +0300 2.3 @@ -858,11 +858,13 @@ 2.4 <system>Trac</system> 2.5 <url>http://bug.strabon.di.uoa.gr/</url> 2.6 </issueManagement> 2.7 - 2.8 + 2.9 + <!-- TODO: update this 2.10 <ciManagement> 2.11 <system>Jekins - Continuous Integration System</system> 2.12 <url>http://test.strabon.di.uoa.gr/cis</url> 2.13 </ciManagement> 2.14 + --> 2.15 2.16 <mailingLists> 2.17 <mailingList>
3.1 --- a/testsuite/src/test/resources/geoSPARQL/BasicFunctionsTest/getSRIDFromConstantTest1.srx Mon Sep 22 18:25:16 2014 +0300 3.2 +++ b/testsuite/src/test/resources/geoSPARQL/BasicFunctionsTest/getSRIDFromConstantTest1.srx Tue Sep 23 13:16:47 2014 +0300 3.3 @@ -6,7 +6,7 @@ 3.4 <results> 3.5 <result> 3.6 <binding name='srid'> 3.7 - <uri>http://www.opengis.net/def/crs/OGC/1.3/CRS84</uri> 3.8 + <uri>http://www.opengis.net/def/crs/EPSG/0/4326</uri> 3.9 </binding> 3.10 </result> 3.11 </results>