[Erp5-report] r31764 leonardo - /erp5/trunk/products/ERP5/Document/UnifySolver.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 14 20:31:32 CET 2010


Author: leonardo
Date: Thu Jan 14 20:31:32 2010
New Revision: 31764

URL: http://svn.erp5.org?rev=31764&view=rev
Log:
remove left-over pdb. it's breaking testERP5Simulation tests

Modified:
    erp5/trunk/products/ERP5/Document/UnifySolver.py

Modified: erp5/trunk/products/ERP5/Document/UnifySolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/UnifySolver.py?rev=31764&r1=31763&r2=31764&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/UnifySolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/UnifySolver.py [utf8] Thu Jan 14 20:31:32 2010
@@ -65,7 +65,6 @@
     """
     solved_property = self._getPortalTypeValue().getTestedProperty()
     for movement in self.getDeliveryValueList():
-      import pdb; pdb.set_trace()
       configuration_dict = self.getConfigurationPropertyDict()
       new_value = configuration_dict.get('value')
       movement.setProperty(solved_property, new_value)




More information about the Erp5-report mailing list