From: Regina Obe Date: Sun, 14 Dec 2008 07:24:32 +0000 (+0000) Subject: Exclude st_curvetoline from test for now. Crashes on geometry collection test. X-Git-Tag: 1.4.0b1~422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=381fb0e9f7a6bea6a72c0d3b9c26c018ee80dbc1;p=postgis Exclude st_curvetoline from test for now. Crashes on geometry collection test. git-svn-id: http://svn.osgeo.org/postgis/trunk@3399 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl index 58c1a2459..613ff5ad7 100644 --- a/doc/xsl/postgis_gardentest.sql.xsl +++ b/doc/xsl/postgis_gardentest.sql.xsl @@ -9,6 +9,8 @@ using a garden variety of geometries. Its intent is to flag major crashes. ******************************************************************** --> + + ST_CurveToLine (SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom FROM generate_series(-10,50,15) As i @@ -49,7 +51,7 @@ CROSS JOIN generate_series(50,70, 20) As j CROSS JOIN generate_series(1,2) As m) - (SELECT ST_Collect(ST_Collect(ST_SetSRID(ST_MakePoint(i,j,m),4326),ST_SetSRID(ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_MakePoint(i+m,j,m),ST_MakePoint(j+m,i-m,m)),ST_MakePoint(i,j,m)),ST_MakePointM(i+m,j,m))),4326))) As the_geom + (SELECT ST_Collect(ST_Collect(ST_SetSRID(ST_MakePoint(i,j,m),4326),ST_SetSRID(ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_MakePoint(i+m,j,m),ST_MakePoint(j+m,i-m,m)),ST_MakePoint(i,j,m)),ST_MakePointM(i+m,j,m))),4326))) As the_geom FROM generate_series(-10,50,20) As i CROSS JOIN generate_series(50,70, 20) As j CROSS JOIN generate_series(1,2) As m @@ -91,7 +93,7 @@ SELECT 'Ending ()'; - +