Changeset: d9e844d3ba1e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d9e844d3ba1e
Modified Files:
        geom/sql/conformance/Tests/T48.test
Branch: Jul2021
Log Message:

Update output to comply with newer geos library.


diffs (10 lines):

diff --git a/geom/sql/conformance/Tests/T48.test 
b/geom/sql/conformance/Tests/T48.test
--- a/geom/sql/conformance/Tests/T48.test
+++ b/geom/sql/conformance/Tests/T48.test
@@ -1,5 +1,5 @@
 query T rowsort
 SELECT ST_AsText(ST_Difference(named_places.boundary, forests.boundary)) FROM 
named_places, forests WHERE named_places.name = 'Ashton' AND forests.name = 
'Green Forest'
 ----
-POLYGON ((62 48, 84 48, 84 42, 56 34, 62 48))
+POLYGON ((84 48, 84 42, 56 34, 62 48, 84 48))
 
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to