Changes between Version 9 and Version 10 of DevWikiGardenTest


Ignore:
Timestamp:
Oct 8, 2009, 4:38:11 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v9 v10  
    4242This version skips the table creation battery of tests and allows you to specify a subset of functions to test.
    4343
    44 It will only test functions whose ids are contains in the fninclude flag.
    45 
     44It will only test functions whose ids are contains in the fninclude flag.  NOTE this currently causes a bit of overtesting since ST_MakeLine and ST_M will match ST_MakeLine. Below is an example use.
    4645
    4746{{{
    48 xsltproc -o torturetest_subset.sql trunk/doc/xsl/postgis_gardentest_subset.sql.xsl trunk/doc/reference.xml
     47xsltproc --param inputfninclude '"ST_Collect ST_Distance ST_DWithin ST_MakeLine"' -o torturetest_subset.sql trunk/doc/xsl/postgis_gardentest_subset.sql.xsl trunk/doc/reference.xml
    4948psql -p 5432 -U postgres -d postgres -c "CREATE DATABASE testpostgis;"
    5049psql -p 5432 -U postgres -d testpostgis -f postgis.sql