diff options
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 |