diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-19 17:36:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | 986511b2572acb369086ed613adc32ff1d1863a9 (patch) | |
tree | 1ac2de99841b7a28fee128a68700f59458594f14 /ishtar_common/tests.py | |
parent | a6b1ad5c73d2a51ab2bf6ba1a3451d7298993722 (diff) | |
download | Ishtar-986511b2572acb369086ed613adc32ff1d1863a9.tar.bz2 Ishtar-986511b2572acb369086ed613adc32ff1d1863a9.zip |
Geo: manage container and warehouse - manage geo save dependencies
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 53ad67faa..55c43ac21 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1576,6 +1576,7 @@ class GeomaticTest(TestCase): self.y = y self.z = z self.spatial_reference_system = spatial_reference_system + self.point_source = 'P' self.point = point self.point_2d = point_2d |