Changes between Version 23 and Version 24 of DevWikiGardenTest
- Timestamp:
- 11/20/09 19:18:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v23 v24 5 5 To build the garden test you need an xsltproc (the same that is used to build the docs or some other .xsl processor). On windows you can download precompiled binaries from [http://www.zlatkovic.com/pub/libxml/] and its part of the libxslt package. You may also need to download the iconv and zlib packages at same site and extract bin/.dlls in same folder as your xsltproc.exe. 6 6 7 The reference.xmland postgis_gardentest.sql.xsl located in the doc and doc/xsl folders are both needed to build the tests.7 The (reference.xml or postgis.xml) and postgis_gardentest.sql.xsl located in the doc and doc/xsl folders are both needed to build the tests. 8 8 9 9 NOTE that these tests are equivalent to a monkey testing the software so a lot of tests fail. Its good in a sense as a monkey will stuff a geometry in any function that takes that and as such will test the system as human monkeys are bound to do.