Commit a4d2c405 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

follow the changes in r35192.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35248 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04916c16
...@@ -394,7 +394,7 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice): ...@@ -394,7 +394,7 @@ class TestAdvancedSaleInvoice(TestAdvancedInvoice):
def afterSetUp(self): def afterSetUp(self):
super(TestAdvancedSaleInvoice, self).afterSetUp() super(TestAdvancedSaleInvoice, self).afterSetUp()
# This is quite ugly, we should use late import/export functions of generators # 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 \ "delete from portal_ids where \
id_group='Accounting_Transaction_Module-Sale_Invoice_Transaction'") id_group='Accounting_Transaction_Module-Sale_Invoice_Transaction'")
transaction.commit() transaction.commit()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment