From: Paul Ramsey Date: Wed, 19 Aug 2015 16:46:23 +0000 (+0000) Subject: Tests for when #3244 is fixed X-Git-Tag: 2.2.0rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95494015d5842b2eb22218c9b2de7042b3d0a121;p=postgis Tests for when #3244 is fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@13943 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/tickets.sql b/regress/tickets.sql index 21b433b90..26165ba53 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -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;