]> granicus.if.org Git - postgis/commitdiff
Tweak expected test output to expect unknown srid to be reported as 0
authorSandro Santilli <strk@keybit.net>
Tue, 4 Oct 2011 14:33:31 +0000 (14:33 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 4 Oct 2011 14:33:31 +0000 (14:33 +0000)
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

topology/test/regress/createtopology_expected
topology/test/regress/st_createtopogeo_expected

index 50b6e5e3d70070ba39679a2a1ac5deb3d6cf3e8c..5f39466fa905bf2856ea92a1ee905d2415e9e176 100644 (file)
@@ -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
index 33df17fb93c20ee4e145efa987a452aaae5e36d6..92bb61f095df5336a0c673d9b8057aa4771c50d0 100644 (file)
@@ -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)