diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-23 00:36:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-23 00:36:15 +0100 |
commit | 1571b8174190bd127f7fd9b78989b378f2a99a08 (patch) | |
tree | 5d56fefbddd264b014f1ea5a391a170f06c5a679 /archaeological_operations | |
parent | 067ccca3d1a5fff53ff8da7f42e38abc8cd260cd (diff) | |
download | Ishtar-1571b8174190bd127f7fd9b78989b378f2a99a08.tar.bz2 Ishtar-1571b8174190bd127f7fd9b78989b378f2a99a08.zip |
Fix parcel test
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index e74f579ed..91ec1deb0 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -386,7 +386,7 @@ class ImportOperationTest(TestCase): # ),(u" 1987 : ZD: ?", {} # ),(u"A:26a, 26b, 27 / AB:95 / AK:4, 12, 20", {} for value, result in test_values: - parcels = parse_parcels(value, "12345", None) + parcels = parse_parcels(value) if not parcels and not result: continue self.assertTrue(parcels != [], |