Commit caf0097a authored by Nicolas Delaby's avatar Nicolas Delaby

Sorry for this mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26976 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7242ae2f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment