Commit 981b4795 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! testInvalidationBug: generate transactionless connection string properly.

parent 5568a695
......@@ -62,7 +62,7 @@ class TestInvalidationBug(ERP5TypeTestCase):
organisation.immediateReindexObject() # modify catalog
path = organisation.getPath()
test_list = []
for connection_id, table in (('erp5_sql_read_committed_connection', 'catalog'),
for connection_id, table in (('erp5_sql_connection', 'catalog'),
('cmf_activity_sql_connection', 'message')):
connection = self.portal[connection_id]
query = connection.factory()(
......
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