[Erp5-report] r16680 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 28 09:42:09 CEST 2007


Author: seb
Date: Fri Sep 28 09:42:08 2007
New Revision: 16680

URL: http://svn.erp5.org?rev=16680&view=rev
Log:
remove two lines not required

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=16680&r1=16679&r2=16680&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Fri Sep 28 09:42:08 2007
@@ -1136,7 +1136,7 @@
         if url is not None:
           if url.find(state)>=0 and url.find(portal_type)>=0:
             found = 1
-    if not found:
-      import pdb; pdb.set_trace()
+    #if not found:
+    #  import pdb; pdb.set_trace()
     self.assertEquals(found, 1)
 




More information about the Erp5-report mailing list