Changes between Version 54 and Version 55 of DevWikiGardenTest
- Timestamp:
- 12/03/10 08:00:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v54 v55 9 9 NOTE: These tests are equivalent to a monkey testing the software so a lot of tests fail. It's good in a sense as a monkey will stuff a geometry, geography or raster in any function that takes that and as such will test the system as human monkeys are bound to do. As of PostGIS 2.0, there are currently about 70,000 some odd tests for the geometry/geography side and about 1,600 tests for raster generated and run 10 10 11 To Build the script12 11 == Version PostGIS 2.0+ == 13 12 The latest version includes logic that will during the tests - create two tables in the test database and populate them for later inspection: … … 34 33 except that g1/g2 fields may refer to a pixeltype or geometry type. 35 34 36 -- to run: 37 -- create the tests 35 -- To Build the script 38 36 There is an unfortunate dependency on postgis_agg_mm.xml which is really not needed 39 37 just create a dummy blank file called postgis_agg_mm.xml in the trunk/doc to get around this