]> granicus.if.org Git - postgis/commitdiff
Tests for when #3244 is fixed
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 19 Aug 2015 16:46:23 +0000 (16:46 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 19 Aug 2015 16:46:23 +0000 (16:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13943 b70326c6-7e19-0410-871a-916f4a2858ee

regress/tickets.sql

index 21b433b90c6ac89423f93a69b57f53d15dae7f9b..26165ba53915d68640420943471c08fed63cf988 100644 (file)
@@ -908,5 +908,8 @@ SELECT '#2956', st_astwkb(null,0) is null;
 
 SELECT '#3172', ST_AsText(ST_AddMeasure('LINESTRING(0 0,0 0)', 1, 2));
 
+--SELECT '#3244a', ST_AsText(ST_3DClosestPoint('POINT(0 0 0)', 'POINT(0 0)'));
+--SELECT '#3244b', ST_AsText(ST_3DClosestPoint('POINT(0 0)', 'POINT(0 0 0)'));
+
 -- Clean up
 DELETE FROM spatial_ref_sys;