From 57137849dfd5cb2f5480c6c9a5b12d7a7b6a3457 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 21 May 2012 10:13:43 +0000 Subject: [PATCH] Harmonize regression to new ST_CollectionExtract behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@9765 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/tickets_expected | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/regress/tickets_expected b/regress/tickets_expected index 31d24b6f3..4e4cba71c 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -73,24 +73,24 @@ NOTICE: Too few points in geometry component at or near point 0 0 NOTICE: IllegalArgumentException: Invalid number of points in LinearRing found 2 - must be 0 or >= 4 #408.3|f #408.4|IllegalArgumentException: Invalid number of points in LinearRing found 2 - must be 0 or >= 4 -#457.1|POINT(0 0) -#457.2|LINESTRING EMPTY -#457.3|POLYGON EMPTY -#457.4|POINT EMPTY -#457.5|LINESTRING(0 0,1 1) -#457.6|POLYGON EMPTY -#457.7|POINT EMPTY -#457.8|LINESTRING EMPTY -#457.9|POLYGON((0 0,1 0,1 1,0 1,0 0)) -#835.1|POINT EMPTY -#835.2|LINESTRING EMPTY -#835.3|POLYGON EMPTY -#835.4|POINT EMPTY -#835.5|LINESTRING EMPTY -#835.6|POLYGON EMPTY -#835.7|POINT EMPTY -#835.8|LINESTRING EMPTY -#835.9|POLYGON EMPTY +#457.1|MULTIPOINT(0 0) +#457.2|MULTILINESTRING EMPTY +#457.3|MULTIPOLYGON EMPTY +#457.4|MULTIPOINT EMPTY +#457.5|MULTILINESTRING((0 0,1 1)) +#457.6|MULTIPOLYGON EMPTY +#457.7|MULTIPOINT EMPTY +#457.8|MULTILINESTRING EMPTY +#457.9|MULTIPOLYGON(((0 0,1 0,1 1,0 1,0 0))) +#835.1|MULTIPOINT EMPTY +#835.2|MULTILINESTRING EMPTY +#835.3|MULTIPOLYGON EMPTY +#835.4|MULTIPOINT EMPTY +#835.5|MULTILINESTRING EMPTY +#835.6|MULTIPOLYGON EMPTY +#835.7|MULTIPOINT EMPTY +#835.8|MULTILINESTRING EMPTY +#835.9|MULTIPOLYGON EMPTY #835.10|MULTIPOINT EMPTY #835.11|MULTILINESTRING EMPTY #835.12|MULTIPOLYGON EMPTY -- 2.40.0