From de9121af10193688965a53f23f33af2a8baebd2f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Jan 2015 12:35:29 +0100 Subject: GeneralType keys: fix management of changed label --- ishtar_common/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index b22d27169..06d0ca3ec 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -123,6 +123,7 @@ class ImportKeyTest(TestCase): # modification label_3 = "Yop" ot_2.label = label_3 + ot_2.txt_idx = slugify(label_3) ot_2.save() # old label not referenced anymore self.assertEqual(models.ItemKey.objects.filter(object_id=ot_2.pk, -- cgit v1.2.3