Changeset 7666 for django/branches/gis/django/contrib/gis/tests/distapp
- Timestamp:
- 06/16/08 11:58:12 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis/django/contrib/gis/tests/distapp/tests.py
r7641 r7666 274 274 qs = Interstate.objects.length() 275 275 if oracle: tol = 2 276 else: tol = 7276 else: tol = 5 277 277 self.assertAlmostEqual(len_m, qs[0].length.m, tol) 278 278
