[Erp5-report] r44344 rafael - /erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 16 14:16:35 CET 2011


Author: rafael
Date: Wed Mar 16 14:16:34 2011
New Revision: 44344

URL: http://svn.erp5.org?rev=44344&view=rev
Log:
Follow up r44329 and r44328, Spreadsheet was replaced to Embeeded File.

Modified:
    erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py

Modified: erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py?rev=44344&r1=44343&r2=44344&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py [utf8] Wed Mar 16 14:16:34 2011
@@ -711,7 +711,7 @@ class TestConsultingConfiguratorWorkflow
     spreadsheet = categories_spreadsheet_configuration_item\
                     .getConfigurationSpreadsheet()
     self.assertNotEquals(None, spreadsheet)
-    self.assertEquals('Spreadsheet', spreadsheet.getPortalType())
+    self.assertEquals('Embedded File', spreadsheet.getPortalType())
     self.failUnless(spreadsheet.hasData())
 
   def stepSetupRolesConfiguratorItem(self, sequence=None, sequence_list=None, **kw):



More information about the Erp5-report mailing list