[Erp5-report] r9049 - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 4 13:21:33 CEST 2006


Author: chris
Date: Fri Aug  4 13:21:30 2006
New Revision: 9049

URL: http://svn.erp5.org?rev=9049&view=rev
Log:
- removed pdb debug

Modified:
    erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=9049&r1=9048&r2=9049&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py Fri Aug  4 13:21:30 2006
@@ -1528,7 +1528,6 @@
     Build Business Template
     """
     template = sequence.get('current_bt')
-    import pdb; pdb.set_trace()
     self.assertRaises(AttributeError,
                       template.build)
   




More information about the Erp5-report mailing list