Commit 64abe974 authored by Sebastien Robin's avatar Sebastien Robin

I forgot to remove the get_transaction().commit() some monts ago


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4671 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 751948b3
......@@ -200,7 +200,6 @@ class TestERP5Category(ERP5TypeTestCase):
self.failIfDifferentSet(predicate.getMembershipCriterionCategoryList(),self.cat_list)
portal_categories = self.getCategoryTool()
portal_categories[self.base_cat]['1'].edit(id='3')
get_transaction().commit()
self.failIfDifferentSet(predicate.getMembershipCriterionCategoryList(),self.new_cat_list)
......
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