From: Sandro Santilli Date: Tue, 4 Oct 2011 14:33:31 +0000 (+0000) Subject: Tweak expected test output to expect unknown srid to be reported as 0 X-Git-Tag: 2.0.0alpha1~917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1032a74af8f6a3b736d4f1b37ee89fd86ff874a3;p=postgis Tweak expected test output to expect unknown srid to be reported as 0 If this will change before release, git-revert is our friend git-svn-id: http://svn.osgeo.org/postgis/trunk@7937 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/regress/createtopology_expected b/topology/test/regress/createtopology_expected index 50b6e5e3d..5f39466fa 100644 --- a/topology/test/regress/createtopology_expected +++ b/topology/test/regress/createtopology_expected @@ -2,7 +2,7 @@ t t t ERROR: schema "3d" already exists -2d|-1|0|f +2d|0|0|f 2dAgain|-1|0|f 3d|-1|0|t ERROR: Column has Z dimension but geometry does not diff --git a/topology/test/regress/st_createtopogeo_expected b/topology/test/regress/st_createtopogeo_expected index 33df17fb9..92bb61f09 100644 --- a/topology/test/regress/st_createtopogeo_expected +++ b/topology/test/regress/st_createtopogeo_expected @@ -2,7 +2,7 @@ ERROR: SQL/MM Spatial exception - invalid topology name ERROR: SQL/MM Spatial exception - invalid topology name ERROR: SQL/MM Spatial exception - null argument ERROR: SQL/MM Spatial exception - null argument -ERROR: Geometry SRID (-1) does not match topology SRID (4326) +ERROR: Geometry SRID (0) does not match topology SRID (4326) T1|POINT(0 0) T1|1 nodes|0 edges|0 faces T2|SRID=4326;LINESTRING(0 0,8 -40)