Commit 900a8f9b authored by Mario Jorge Amaral's avatar Mario Jorge Amaral

Delete duplicate tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32dddb35
......@@ -104,18 +104,6 @@ class TestOOGranulator(HandlerTestCase):
self.assertEquals(None, oogranulator.getTableMatrix('Non existent'))
def testGetColumnItemList(self):
"""Test if getColumnItemList() returns the right table columns list"""
self.assertRaises(NotImplementedError, self.oogranulator.getColumnItemList,
'file',
'table_id')
def testGetLineItemList(self):
"""Test if getLineItemList() returns the right table lines list"""
self.assertRaises(NotImplementedError, self.oogranulator.getLineItemList,
'file',
'table_id')
def testGetImageItemList(self):
"""Test if getImageItemList() returns the right images list"""
image_list = self.oogranulator.getImageItemList()
......
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