[postgis-commits] svn - r3628 - trunk/doc/xsl
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Feb 3 05:23:55 PST 2009
Author: robe
Date: 2009-02-03 05:23:54 -0800 (Tue, 03 Feb 2009)
New Revision: 3628
Modified:
trunk/doc/xsl/postgis_gardentest.sql.xsl
Log:
put back linetocurve curvetoline tests now that issue 86 and 108 should have fixed
Modified: trunk/doc/xsl/postgis_gardentest.sql.xsl
===================================================================
--- trunk/doc/xsl/postgis_gardentest.sql.xsl 2009-02-03 11:59:32 UTC (rev 3627)
+++ trunk/doc/xsl/postgis_gardentest.sql.xsl 2009-02-03 13:23:54 UTC (rev 3628)
@@ -10,7 +10,7 @@
******************************************************************** -->
<xsl:output method="text" />
<!--Exclude this from testing - it crashes or already tested in special section -->
- <xsl:variable name='fnexclude'>ST_CurveToLine AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
+ <xsl:variable name='fnexclude'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
<!--This is just a place holder to state functions not supported in 1.3 branch -->
<xsl:variable name='fnexclude13'>Populate_Geometry_Columns ST_IsValidReason</xsl:variable>
<xsl:variable name='var_srid'>3395</xsl:variable>
More information about the postgis-commits
mailing list