| branch | trunk |
| changeset 138 | 466bece04a15 |
| parent 125 | d95f64667c2a |
| child 140 | 57acbf59090e |
1.1 --- a/django/contrib/gis/geos/tests/test_geos.py Thu Jan 29 15:54:05 2009 -0600 1.2 +++ b/django/contrib/gis/geos/tests/test_geos.py Sat Jan 31 15:18:50 2009 -0600 1.3 @@ -793,6 +793,7 @@ 1.4 1.5 def test26_prepared(self): 1.6 "Testing PreparedGeometry support." 1.7 + if GEOS_PREPARE: return 1.8 # Creating a simple multipolygon and getting a prepared version. 1.9 mpoly = GEOSGeometry('MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))') 1.10 prep = mpoly.prepared