[Erp5-report] r35274 nicolas - /erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 12 20:09:51 CEST 2010
Author: nicolas
Date: Wed May 12 20:09:51 2010
New Revision: 35274
URL: http://svn.erp5.org?rev=35274&view=rev
Log:
Use canonic name
Modified:
erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py
Modified: erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py [utf8] Wed May 12 20:09:51 2010
@@ -124,7 +124,7 @@
#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
More information about the Erp5-report
mailing list