Strabon
changeset 1232:80caaccb3761
temporarily removed the change for the support of srid in XMLWriter, because the tests have the wrong
results and jenkins will complain. I will fix all of them.
results and jenkins will complain. I will fix all of them.
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Thu Jul 18 13:11:00 2013 +0300 (2013-07-18) |
parents | a28f8ce7489f |
children | 6f23ffd29a1e |
files | resultio-spatial/sparqlxml/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLResultsXMLWriter.java |
line diff
1.1 --- a/resultio-spatial/sparqlxml/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLResultsXMLWriter.java Wed Jul 17 16:06:52 2013 +0300 1.2 +++ b/resultio-spatial/sparqlxml/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLResultsXMLWriter.java Thu Jul 18 13:11:00 2013 +0300 1.3 @@ -158,7 +158,7 @@ 1.4 else { // spatial literal 1.5 // else if (value instanceof RdbmsPolyhedron) 1.6 URI datatype = new URIImpl(GeoConstants.WKT); 1.7 - Literal literal = new LiteralImpl(value.toString(), datatype); 1.8 + Literal literal = new LiteralImpl(value.stringValue(), datatype); 1.9 writeLiteral(literal); 1.10 } 1.11 }