]> granicus.if.org Git - postgis/commitdiff
Give unique names to linearref tests
authorSandro Santilli <strk@keybit.net>
Tue, 8 Nov 2011 08:55:14 +0000 (08:55 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 Nov 2011 08:55:14 +0000 (08:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8114 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress_lrs.sql
regress/regress_lrs_expected

index 8cc3b6e80416f80f050029ee89cbc6df65aac238..9bc1322d05b401a61de77a6f179821d77e0345db 100644 (file)
@@ -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
 
index d5049f4c91f93c23a116bed1471c24d74c24619e..5647b608111ca898942b5dc080ff901c7aeb9e12 100644 (file)
@@ -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)