]> granicus.if.org Git - postgis/commitdiff
#2672 regresstest
authorNicklas Avén <nicklas.aven@jordogskog.no>
Mon, 7 Apr 2014 19:15:19 +0000 (19:15 +0000)
committerNicklas Avén <nicklas.aven@jordogskog.no>
Mon, 7 Apr 2014 19:15:19 +0000 (19:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12436 b70326c6-7e19-0410-871a-916f4a2858ee

regress/tickets.sql
regress/tickets_expected

index 0a9f4140ed8bfb404a299a93ebcb714c70823430..3a901a30c0315d3a9ae6dbb57b23fe90f87829b1 100644 (file)
@@ -858,6 +858,9 @@ INSERT INTO images VALUES (1, 'first_image', 'SRID=4326;POLYGON((-162.211667 88.
 SELECT '#2556' AS ticket, id, round(ST_Distance(extent, 'SRID=4326;POLYGON((-46.625977 81.634149,-46.625977 81.348076,-48.999023 81.348076,-48.999023 81.634149,-46.625977 81.634149))'::geography)) from images;
 DROP TABLE images;
 
+--#2672
+
+SELECT '#2672', ST_AsTWKBAgg(null::geometry, 3);
 
 -- Clean up
 DELETE FROM spatial_ref_sys;
index 56955a799a33eaa8bf57b68759419feb3f4b0fe8..5c89f068971f8ef57088ac8b0ebb71528a7bdb99 100644 (file)
@@ -255,3 +255,4 @@ ERROR:  invalid GML representation
 #2168|5340.76237395|5340.76237395|0
 #2556|47409|20623
 #2556|1|0
+#2672|