django1/django/contrib/gis/geos
Malcolm Tredinnick 19d1450929 Tweaked a GIS expected test failure.
The test was only checking for geos version 3.0.0, but it failed for all
3.0.x versions. This change makes the version check skip the test for
anything 3.0-ish.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 03:20:39 +00:00
..
prototypes Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
tests Tweaked a GIS expected test failure. 2009-04-04 03:20:39 +00:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
base.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
collections.py Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other errata such as unnecessary `pymutable_geometries` module and not having `GEOSGeometry` call `__init__`. 2009-03-26 02:07:11 +00:00
coordseq.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
error.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
factory.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
geometry.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
io.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
libgeos.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
linestring.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
mutable_list.py Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other errata such as unnecessary `pymutable_geometries` module and not having `GEOSGeometry` call `__init__`. 2009-03-26 02:07:11 +00:00
point.py Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other errata such as unnecessary `pymutable_geometries` module and not having `GEOSGeometry` call `__init__`. 2009-03-26 02:07:11 +00:00
polygon.py Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other errata such as unnecessary `pymutable_geometries` module and not having `GEOSGeometry` call `__init__`. 2009-03-26 02:07:11 +00:00
prepared.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00