From 73b263a001d9cceb809421658cf27ef8b9223a4c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 8 Nov 2011 08:55:14 +0000 Subject: [PATCH] Give unique names to linearref tests git-svn-id: http://svn.osgeo.org/postgis/trunk@8114 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/regress_lrs.sql | 6 +++--- regress/regress_lrs_expected | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/regress/regress_lrs.sql b/regress/regress_lrs.sql index 8cc3b6e80..9bc1322d0 100644 --- a/regress/regress_lrs.sql +++ b/regress/regress_lrs.sql @@ -26,11 +26,11 @@ select 'LINEZM_6', ST_asewkt(ST_locate_between_measures('LINESTRING(0 10 10 40, --- line_locate_point -SELECT 'line_locate_point', ST_line_locate_point('LINESTRING(709243.393033887 163969.752725768,708943.240904444 163974.593889146,708675.634380651 163981.832927298)', 'POINT(705780 15883)'); +SELECT 'line_locate_point_1', ST_line_locate_point('LINESTRING(709243.393033887 163969.752725768,708943.240904444 163974.593889146,708675.634380651 163981.832927298)', 'POINT(705780 15883)'); --- postgis-users/2006-January/010613.html -select 'line_locate_point', ST_line_locate_point(ST_geomfromtext('LINESTRING(-1953743.873 471070.784,-1953735.105 471075.419,-1953720.034 471081.649)', 6269), ST_geomfromtext('POINT(-1953720.034 471081.649)', 6269)); -select 'line_locate_point', ST_line_locate_point(ST_geomfromtext('LINESTRING(-1953743.873 471070.784,-1953735.105 471075.419,-1953720.034 471081.649)', 6269), ST_geomfromtext('POINT(-1953743.873 471070.784)', 6269)); +select 'line_locate_point_2', ST_line_locate_point(ST_geomfromtext('LINESTRING(-1953743.873 471070.784,-1953735.105 471075.419,-1953720.034 471081.649)', 6269), ST_geomfromtext('POINT(-1953720.034 471081.649)', 6269)); +select 'line_locate_point_3', ST_line_locate_point(ST_geomfromtext('LINESTRING(-1953743.873 471070.784,-1953735.105 471075.419,-1953720.034 471081.649)', 6269), ST_geomfromtext('POINT(-1953743.873 471070.784)', 6269)); --- line_substring / line_interpolate_point diff --git a/regress/regress_lrs_expected b/regress/regress_lrs_expected index d5049f4c9..5647b6081 100644 --- a/regress/regress_lrs_expected +++ b/regress/regress_lrs_expected @@ -15,9 +15,9 @@ LINEZM_3|LINESTRING(0 8 80 2,0 0 0 10,8 0 0 2) LINEZM_4|GEOMETRYCOLLECTION(LINESTRING(0 9 90 2,0 1 10 18),LINESTRING(1 0 0 18,9 0 0 2)) LINEZM_5|GEOMETRYCOLLECTION(LINESTRING(0 9 90 2,0 1 10 18),LINESTRING(5.5 4.5 4.5 18,9.5 0.5 0.5 2)) LINEZM_6|POINT(9.5 0.5 0.5 2) -line_locate_point|0.528602749909894 -line_locate_point|1 -line_locate_point|0 +line_locate_point_1|0.528602749909894 +line_locate_point_2|1 +line_locate_point_3|0 line_substring|SRID=4326;LINESTRING(2 2 2 2,3 3 3 3,3.2 3.2 3.2 3.2) line_substring|LINESTRING(2 2 2 2,3 3 3 3) line_substring|LINESTRING(0 0,1 1) -- 2.49.0