Changes between Version 9 and Version 10 of DevWikiGardenTest
- Timestamp:
- 10/08/09 04:38:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v9 v10 42 42 This version skips the table creation battery of tests and allows you to specify a subset of functions to test. 43 43 44 It will only test functions whose ids are contains in the fninclude flag. 45 44 It 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. 46 45 47 46 {{{ 48 xsltproc - o torturetest_subset.sql trunk/doc/xsl/postgis_gardentest_subset.sql.xsl trunk/doc/reference.xml47 xsltproc --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 49 48 psql -p 5432 -U postgres -d postgres -c "CREATE DATABASE testpostgis;" 50 49 psql -p 5432 -U postgres -d testpostgis -f postgis.sql