Commit 36f2f76f authored by Nicolas Delaby's avatar Nicolas Delaby

Use canonic name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35274 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16620e92
......@@ -124,7 +124,7 @@ class TestDocumentConversionCache(TestDocumentMixin):
#Test Cache is cleared
for format in format_list:
self.assertFalse(document.hasConversion(format=format), 'Cache Storage failed for %s' % (format))
self.assertEqual(document.getConversionSize(format=format), 0)
self.assertEquals(document.getConversionSize(format=format), 0)
document.edit(title='Bar')
transaction.commit()
#Test Conversion Cache after editing
......
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