[Erp5-report] r22602 - /erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jul 21 17:54:32 CEST 2008
Author: jerome
Date: Mon Jul 21 17:54:27 2008
New Revision: 22602
URL: http://svn.erp5.org?rev=22602&view=rev
Log:
path must also be encoded
Modified:
erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
Modified: erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoImport.py?rev=22602&r1=22601&r2=22602&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py Mon Jul 21 17:54:27 2008
@@ -219,6 +219,7 @@
region[2])
# strings are encoded in UTF8
self.assertTrue(isinstance(region[1]['title'], str))
+ self.assertTrue(isinstance(region[1]['path'], str))
def test_CategoryTool_importCategoryFile(self):
# tests simple use of CategoryTool_importCategoryFile script
More information about the Erp5-report
mailing list