diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-19 18:28:10 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 | 
| commit | 34868fbe8f2f733d4d8513c8f5f2b0656f62abff (patch) | |
| tree | 97ca3ad47f32e5fa7c1ea26683aace7422db958a /ishtar_common/tests.py | |
| parent | 986511b2572acb369086ed613adc32ff1d1863a9 (diff) | |
| download | Ishtar-34868fbe8f2f733d4d8513c8f5f2b0656f62abff.tar.bz2 Ishtar-34868fbe8f2f733d4d8513c8f5f2b0656f62abff.zip | |
Fix test configuration
Diffstat (limited to 'ishtar_common/tests.py')
| -rw-r--r-- | ishtar_common/tests.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 55c43ac21..53db0baae 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1577,6 +1577,7 @@ class GeomaticTest(TestCase):                  self.z = z                  self.spatial_reference_system = spatial_reference_system                  self.point_source = 'P' +                self.point_source_item = ""                  self.point = point                  self.point_2d = point_2d | 
