Commit 32d1fab9 authored by Hugo H. Maia Vieira's avatar Hugo H. Maia Vieira

Amend typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@41841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20adb980
......@@ -83,7 +83,7 @@ class TestOOGranulate(cloudoooTestCase):
table_data = oogranulate.getTableItem('NonExistentTable')
self.assertEquals(table_data, None)
def testGetTableMatriz(self):
def testGetTableMatrix(self):
"""Test if getTableMatrix() returns the right matrix"""
data = open('./data/granulate_table_test.odt').read()
oogranulate = OOGranulate(data, 'odt')
......
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