Changes between Version 10 and Version 11 of DevWikiGardenTest
- Timestamp:
- 10/08/09 04:53:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v10 v11 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. NOTE this currently causes a bit of overtesting since ST_MakeLine and ST_M will match ST_MakeLine. Below is an example use. 44 This test is useful to test out new functions introduced or just test functions that have changed from prior 45 versions to make sure they are behaving as expected. It makes the output file much shorter and easier to scan. 46 47 It will only test functions whose ids are contained in the inputfninclude parameter. NOTE this currently causes a bit of overtesting since ST_MakeLine and ST_M will match ST_MakeLine. Below is an example use. 45 48 46 49 {{{