From caf0097aa6652c5f6cf978efe7b3bd59976f929d Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Thu, 14 May 2009 10:45:48 +0000 Subject: [PATCH] Sorry for this mistake git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26976 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/Formulator/tests/testForm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/Formulator/tests/testForm.py b/product/Formulator/tests/testForm.py index 297da399ba..acec3b1fe1 100644 --- a/product/Formulator/tests/testForm.py +++ b/product/Formulator/tests/testForm.py @@ -121,7 +121,6 @@ class FormTestCase(unittest.TestCase): def test_datetime_css_class_rendering(self): # test that a bug is fixed, which causing the css_class value # not to be rendered - import pdb;pdb.set_trace() self.form.manage_addProduct['Formulator']\ .manage_addField('date_time','Test Field','DateTimeField') field = self.form.date_time -- 2.30.9