[Erp5-report] r27632 - /erp5/trunk/products/ERP5OOo/tests/testOOoImport.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 17 13:58:50 CEST 2009


Author: kazuhiko
Date: Wed Jun 17 13:58:49 2009
New Revision: 27632

URL: http://svn.erp5.org?rev=27632&view=rev
Log:
modify test_Base_getCategoriesSpreadSheetMapping according to r.27610.

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=27632&r1=27631&r2=27632&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] Wed Jun 17 13:58:49 2009
@@ -870,12 +870,14 @@
                            title='region'),
                       region[0])
     self.assertEquals(dict(path='region/europe',
+                           short_title='Europe',
                            title='Europe'),
                       region[1])
     self.assertEquals(dict(codification='FR',
                            description='A Country',
                            int_index='1',
                            path='region/europe/france',
+                           short_title='France',
                            title='France'),
                       region[2])
     # strings are encoded in UTF8




More information about the Erp5-report mailing list