Changeset 5541
- Timestamp:
- 06/25/07 18:53:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis/django/contrib/gis/tests/test_geos.py
r5478 r5541 20 20 def test0102_errors(self): 21 21 "Testing the Error handlers." 22 23 print "\nBEGIN - expecting ParseError; safe to ignore.\n" 22 24 for err in errors: 23 25 if err.hex: … … 25 27 else: 26 28 self.assertRaises(GEOSException, GEOSGeometry, err.wkt) 29 print "\nEND - expecting ParseError; safe to ignore.\n" 30 27 31 28 32 def test02_points(self):
