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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 25 15:27:30 CET 2011


Author: rafael
Date: Fri Feb 25 15:27:30 2011
New Revision: 43747

URL: http://svn.erp5.org?rev=43747&view=rev
Log:
Fix uppercase typo change.

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=43747&r1=43746&r2=43747&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py [utf8] Fri Feb 25 15:27:30 2011
@@ -681,7 +681,7 @@ class TestConsultingConfiguratorWorkflow
       self.assertEquals('show', response_dict['command'])
     self.assertEquals(None, response_dict['previous'])
     self.assertEquals('Configure Categories', response_dict['next'])
-    self.assertCurrentStep('Your categories', response_dict)
+    self.assertCurrentStep('Your Categories', response_dict)
 
   def stepSetupCategoriesConfiguratorItem(self, sequence=None, sequence_list=None, **kw):
     """ Load the categories """



More information about the Erp5-report mailing list