Changeset: 663d08e0c402 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=663d08e0c402
Modified Files:
geom/sql/Tests/functions/Tests/ST_Boundary.stable.out
geom/sql/Tests/functions/Tests/ST_Contains.stable.out
geom/sql/Tests/functions/Tests/loadTestGeometries.sql
Branch: geo
Log Message:
changed one of the geometries loaded in the table
updated the outputs of the tests for ST_Boundary and ST_Contains
diffs (36 lines):
diff --git a/geom/sql/Tests/functions/Tests/ST_Boundary.stable.out
b/geom/sql/Tests/functions/Tests/ST_Boundary.stable.out
--- a/geom/sql/Tests/functions/Tests/ST_Boundary.stable.out
+++ b/geom/sql/Tests/functions/Tests/ST_Boundary.stable.out
@@ -57,7 +57,7 @@ Ready.
[ "LINESTRING (10 20, 30 40, 50 60)", "MULTIPOINT (10 20, 50 60)" ]
[ "POLYGON ((10 10, 10 20, 20 20, 20 10, 10 10))", "LINESTRING (10 10, 10
20, 20 20, 20 10, 10 10)" ]
[ "MULTIPOINT (10 20, 30 40)", "GEOMETRYCOLLECTION EMPTY" ]
-[ "MULTILINESTRING ((10 20, 30 40), (40 50, 60 70))", "MULTIPOINT (10 20, 30
40, 40 50, 60 70)" ]
+[ "MULTILINESTRING ((30 40, 40 50), (50 60, 60 70))", "MULTIPOINT (30 40, 40
50, 50 60, 60 70)" ]
[ "MULTIPOLYGON (((10 10, 10 20, 20 20, 20 10, 10 10), (30 30, 30 40, 40 40,
40 30, 30 30)))", "MULTILINESTRING ((10 10, 10 20, 20 20, 20 10, 10 10), (30
30, 30 40, 40 40, 40 30, 30 30))" ]
# 16:00:23 >
diff --git a/geom/sql/Tests/functions/Tests/ST_Contains.stable.out
b/geom/sql/Tests/functions/Tests/ST_Contains.stable.out
--- a/geom/sql/Tests/functions/Tests/ST_Contains.stable.out
+++ b/geom/sql/Tests/functions/Tests/ST_Contains.stable.out
@@ -61,7 +61,7 @@ Ready.
[ "LINESTRING (10 20, 30 40, 50 60)", false ]
[ "POLYGON ((10 10, 10 20, 20 20, 20 10, 10 10))", true ]
[ "MULTIPOINT (10 20, 30 40)", false ]
-[ "MULTILINESTRING ((10 20, 30 40), (40 50, 60 70))", false ]
+[ "MULTILINESTRING ((30 40, 40 50), (50 60, 60 70))", false ]
[ "MULTIPOLYGON (((10 10, 10 20, 20 20, 20 10, 10 10), (30 30, 30 40, 40 40,
40 30, 30 30)))", true ]
[ "GEOMETRYCOLLECTION (POINT (10 20), LINESTRING (10 20, 30 40), POLYGON ((10
10, 10 20, 20 20, 20 10, 10 10)))", true ]
diff --git a/geom/sql/Tests/functions/Tests/loadTestGeometries.sql
b/geom/sql/Tests/functions/Tests/loadTestGeometries.sql
--- a/geom/sql/Tests/functions/Tests/loadTestGeometries.sql
+++ b/geom/sql/Tests/functions/Tests/loadTestGeometries.sql
@@ -10,7 +10,7 @@ INSERT INTO geometries(geom) VALUES(ST_W
--4
INSERT INTO geometries(geom) VALUES(ST_WKTToSQL('MULTIPOINT(10 20, 30 40)'));
--5
-INSERT INTO geometries(geom) VALUES(ST_WKTToSQL('MULTILINESTRING((10 20, 30
40), (40 50, 60 70))'));
+INSERT INTO geometries(geom) VALUES(ST_WKTToSQL('MULTILINESTRING((30 40, 40
50), (50 60, 60 70))'));
--6
INSERT INTO geometries(geom) VALUES(ST_WKTToSQL('MULTIPOLYGON(((10 10, 10 20,
20 20, 20 10, 10 10),(30 30, 30 40, 40 40, 40 30, 30 30)))'));
--7
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list