Changes between Version 29 and Version 30 of DevWikiGardenTest
- Timestamp:
- 12/03/10 05:16:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v29 v30 48 48 }}} 49 49 50 One nice benefit about logging the query and the output to a table, is that it's easier to inspect (and you can conceivably do a join between too logging tables to compare results from test to test) and you can also rerun a subset of the queries for closer inspection by just writing an sql statement something like below -- which will test all tests for the ST_Distance function that involve points and linestrings50 One nice benefit about logging the query and the output to a table, is that it's easier to inspect (and you can conceivably (thought haven't tried yet) do a join between two log output tables by logid to compare results from different versions of postgis) and you can also rerun a subset of the queries for closer inspection by just writing an sql statement something like below -- which will test all tests for the ST_Distance function that involve points and linestrings 51 51 52 52 {{{