]> granicus.if.org Git - postgis/commitdiff
change log tables generated to have 21 in name (topology garden test is far from...
authorRegina Obe <lr@pcorp.us>
Sat, 4 May 2013 13:54:22 +0000 (13:54 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 4 May 2013 13:54:22 +0000 (13:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11350 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_gardentest.sql.xsl
doc/xsl/postgis_gardentest_subset.sql.xsl
doc/xsl/raster_gardentest.sql.xsl
doc/xsl/topology_gardentest.sql.xsl

index 22371d855032199053acd1a1060968cd5a5386b8..68ca0ab7811b58b5f0e7d7313519a62e4192691e 100644 (file)
@@ -9,7 +9,7 @@
                        using a garden variety of geometries.  Its intent is to flag major crashes.
         ******************************************************************** -->
        <xsl:output method="text" />
-       <xsl:variable name='testversion'>2.0.0</xsl:variable>
+       <xsl:variable name='testversion'>2.1.0</xsl:variable>
        <xsl:variable name='fnexclude14'>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 or tested separately -->
@@ -31,7 +31,7 @@
        <xsl:variable name='var_spheroid'>'SPHEROID["GRS_1980",6378137,298.257222101]'</xsl:variable>
        <xsl:variable name='var_matrix'>'FF1FF0102'</xsl:variable>
        <xsl:variable name='var_boolean'>false</xsl:variable>
-       <xsl:variable name='var_logtable'>postgis_garden_log20</xsl:variable>
+       <xsl:variable name='var_logtable'>postgis_garden_log21</xsl:variable>
        <xsl:variable name='var_logupdatesql'>UPDATE <xsl:value-of select="$var_logtable" /> SET log_end = clock_timestamp() 
                FROM (SELECT logid FROM <xsl:value-of select="$var_logtable" /> ORDER BY logid DESC limit 1) As foo
                WHERE <xsl:value-of select="$var_logtable" />.logid = foo.logid  AND <xsl:value-of select="$var_logtable" />.log_end IS NULL;</xsl:variable>
index 300b954d6ae9ef4d6080b29c107f741afbad0841..3696339f466f9c1fcfff5a84f731231f97150b1f 100644 (file)
@@ -10,7 +10,7 @@
                        test more geometries but only against one function.  Useful for intro of new functions or comparing major changes from function of one version of PostGIS to the other
         ******************************************************************** -->
        <xsl:output method="text" />
-       <xsl:variable name='testversion'>1.5.0</xsl:variable>
+       <xsl:variable name='testversion'>2.1.0</xsl:variable>
        <xsl:variable name="fninclude"><xsl:value-of select="$inputfninclude"/></xsl:variable>
        <xsl:variable name='var_srid'>3395</xsl:variable>
        <xsl:variable name='var_position'>1</xsl:variable>
index 1f386bc094d33a758350b44a0e15564471319511..4a1b6a628679b6526c1a4901ab36ba40426601af 100644 (file)
@@ -9,7 +9,7 @@
                        using a garden variety of rasters.  Its intent is to flag major crashes.
         ******************************************************************** -->
        <xsl:output method="text" />
-       <xsl:variable name='testversion'>2.0.0</xsl:variable>
+       <xsl:variable name='testversion'>2.1.0</xsl:variable>
        <xsl:variable name='fnexclude'>AddRasterColumn AddRasterConstraints DropRasterConstraints DropRasterColumn DropRasterTable</xsl:variable>
        <!--This is just a place holder to state functions not supported in 1.3 or tested separately -->
 
@@ -30,7 +30,7 @@
        <xsl:variable name='var_rastercolumn'>'rast'</xsl:variable>
        <xsl:variable name='var_rastertable'>'pgis_rgarden_1bb'</xsl:variable>
        <xsl:variable name='var_boolean'>false</xsl:variable>
-       <xsl:variable name='var_logtable'>raster_garden_log</xsl:variable>
+       <xsl:variable name='var_logtable'>raster_garden_log21</xsl:variable>
        <xsl:variable name='var_pixeltypes'>{8BUI,1BB}</xsl:variable>
        <xsl:variable name='var_pixelvalues'>{255,0}</xsl:variable>
        <xsl:variable name='var_algorithm'>'Lanczos'</xsl:variable>
index 8f081da66b11e56ef0bdc87e2c88233644eee5e5..946c56da1ee6cb27330a672d703cdc803c24fc7f 100644 (file)
@@ -28,7 +28,7 @@
        <xsl:variable name='var_spheroid'>'SPHEROID["GRS_1980",6378137,298.257222101]'</xsl:variable>
        <xsl:variable name='var_matrix'>'FF1FF0102'</xsl:variable>
        <xsl:variable name='var_boolean'>false</xsl:variable>
-       <xsl:variable name='var_logtable'>postgis_garden_log</xsl:variable>
+       <xsl:variable name='var_logtable'>postgis_topology_garden_log21</xsl:variable>
        <xsl:variable name='var_logupdatesql'>UPDATE <xsl:value-of select="$var_logtable" /> SET log_end = clock_timestamp() 
                FROM (SELECT logid FROM <xsl:value-of select="$var_logtable" /> ORDER BY logid DESC limit 1) As foo
                WHERE <xsl:value-of select="$var_logtable" />.logid = foo.logid  AND <xsl:value-of select="$var_logtable" />.log_end IS NULL;</xsl:variable>