From 97827f88703c9113ac07c0df4316657c96446a9a Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Tue, 25 May 2010 08:24:14 +0000 Subject: [PATCH] this commit/tic is misleading as nothing happens between the previous one and this one git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35604 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testTemplate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/tests/testTemplate.py b/product/ERP5/tests/testTemplate.py index da7ab9ea0b..fd1b563b2d 100644 --- a/product/ERP5/tests/testTemplate.py +++ b/product/ERP5/tests/testTemplate.py @@ -377,8 +377,6 @@ class TestTemplate(ERP5TypeTestCase): self.assertFalse(template.isIndexable) # Because they are not indexable, they cannot be found by catalog - transaction.commit() - self.tic() self.assertEquals(0, len(self.portal.portal_catalog(uid=template.getUid()))) template_line = template.objectValues()[0] self.assertEquals(0, -- 2.30.9