mirror of
https://github.com/Hopiu/django.git
synced 2026-04-04 07:10:24 +00:00
Set bigger maxDiff for ogrinspect tests
This commit is contained in:
parent
339944491c
commit
8eb84081ad
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ from .models import AllOGRFields
|
|||
|
||||
|
||||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue