diff options
Diffstat (limited to 'archaeological_operations/tests.py')
| -rw-r--r-- | archaeological_operations/tests.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index b4c7bc617..d7cf67849 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -2250,8 +2250,9 @@ class OperationWizardModifTest(WizardTest, OperationInitTest, TestCase):              # with no attach the parcel is deleted              test_object.assertEqual(operation.parcels.count(),                                      test_object.parcel_number) +            # the parcel object is no more automatically deleted              test_object.assertEqual(models.Parcel.objects.count(), -                                    test_object.parcel_number) +                                    test_object.parcel_number + 1)          self.form_datas[0].extra_tests = [post_first_wizard]          self.form_datas[1].extra_tests = [post_second_wizard] | 
