Commit 8f2a3362 authored by Sebastien Robin's avatar Sebastien Robin

fixed the last test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5810 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d666e01
......@@ -528,7 +528,7 @@ class TestCMFCategory(ERP5TypeTestCase):
obj.setCategoryList(['test_base_cat/test_cat'])
get_transaction().commit()
self.tic()
self.assert_(obj in test.getCategoryMemberValueList())
self.assert_(obj in [x.getObject() for x in test.getCategoryMemberValueList()])
if __name__ == '__main__':
framework()
......
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