Skip to content

Commit

Permalink
Set bigger maxDiff for ogrinspect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 1, 2013
1 parent 3399444 commit 8eb8408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/contrib/gis/tests/inspectapp/tests.py
Expand Up @@ -12,6 +12,8 @@


class OGRInspectTest(TestCase):
maxDiff = 1024

def test_poly(self):
shp_file = os.path.join(TEST_DATA, 'test_poly', 'test_poly.shp')
model_def = ogrinspect(shp_file, 'MyModel')
Expand Down

0 comments on commit 8eb8408

Please sign in to comment.