add ST_MinimumBoundingCircle to 1.3 exclude

git-svn-id: http://svn.osgeo.org/postgis/trunk@4010 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2009-04-17 13:59:06 +00:00
parent 395a4dda02
commit 2e1d03add1

View file

@ -12,7 +12,7 @@
<!--Exclude this from testing - it crashes or already tested in special section -->
<xsl:variable name='fnexclude'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
<!--This is just a place holder to state functions not supported in 1.3 or tested separately -->
<xsl:variable name='fnexclude13'>AddGeometryColumn DropGeometryColumn DropGeometryTable Populate_Geometry_Columns ST_IsValidReason ST_ContainsProperly</xsl:variable>
<xsl:variable name='fnexclude13'>AddGeometryColumn DropGeometryColumn DropGeometryTable Populate_Geometry_Columns ST_IsValidReason ST_ContainsProperly ST_MinimumBoundingCircle</xsl:variable>
<xsl:variable name='var_srid'>3395</xsl:variable>
<xsl:variable name='var_position'>1</xsl:variable>
<xsl:variable name='var_integer1'>3</xsl:variable>