[Erp5-report] r44752 lucas - /erp5/trunk/products/ERP5Configurator/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 29 21:13:59 CEST 2011


Author: lucas
Date: Tue Mar 29 21:13:58 2011
New Revision: 44752

URL: http://svn.erp5.org?rev=44752&view=rev
Log:
Removed pdb.

Modified:
    erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py

Modified: erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py?rev=44752&r1=44751&r2=44752&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py [utf8] Tue Mar 29 21:13:58 2011
@@ -288,7 +288,6 @@ class TestLiveConfiguratorWorkflowMixin(
     if 'command' in response_dict:
       self.assertEquals('show', response_dict['command'])
     self.assertEquals('Previous', response_dict['previous'])
-    import pdb;pdb.set_trace()
     self.assertEquals('Configure ERP5 Preferences', response_dict['next'])
     self.assertCurrentStep('Application preferences', response_dict)
 



More information about the Erp5-report mailing list