[Erp5-report] r35248 kazuhiko - /erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 12 18:50:47 CEST 2010


Author: kazuhiko
Date: Wed May 12 18:50:47 2010
New Revision: 35248

URL: http://svn.erp5.org?rev=35248&view=rev
Log:
follow the changes in r35192.

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

Modified: erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py?rev=35248&r1=35247&r2=35248&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] Wed May 12 18:50:47 2010
@@ -394,7 +394,7 @@
   def afterSetUp(self):
     super(TestAdvancedSaleInvoice, self).afterSetUp()
     # This is quite ugly, we should use late import/export functions of generators
-    self.portal.cmf_activity_sql_connection.manage_test(
+    self.portal.erp5_sql_transactionless_connection.manage_test(
      "delete from portal_ids where \
        id_group='Accounting_Transaction_Module-Sale_Invoice_Transaction'")
     transaction.commit()




More information about the Erp5-report mailing list