Commit b4cefac7 authored by Hugo H. Maia Vieira's avatar Hugo H. Maia Vieira

Amend error at testITableGranulator

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@41843 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ea29fe6
......@@ -61,7 +61,7 @@ class TestInterface(unittest.TestCase):
'getTableItemList',
'getColumnItemList',
'getTableMatrix']
self.assertEquals(ITableGranulator.names().sort(), method_list.sort())
self.assertEquals(sorted(ITableGranulator.names()), sorted(method_list))
def testITextGranulator(self):
"""Test if OOGranulate implements ITextGranulator"""
......
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