diff options
Diffstat (limited to 'ishtar_common/tests.py')
| -rw-r--r-- | ishtar_common/tests.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 17cc874fe..0599a1599 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1591,6 +1591,9 @@ class GeomaticTest(TestCase):              def save(self, *args, **kwargs):                  pass +        profile = models.get_current_profile() +        profile.mapping = True +        profile.save()          srs = models.SpatialReferenceSystem.objects.create(              label='WGS84', txt_idx='wgs84', srid=4326 | 
