Commit f9a89b27 authored by Julien Muchembled's avatar Julien Muchembled

Fix testInvalidationBug so that testLateInvalidationFromZEO starts without any pending activity

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16eebbcc
......@@ -88,6 +88,7 @@ class TestInvalidationBug(ERP5TypeTestCase):
transaction.commit()
finally:
transaction.Transaction._commitResources = Transaction_commitResources
self.tic()
self.assertEqual(result_list[0], [0,0])
self.assertEqual(result_list[1], [0,0]) # activity buffer first
self.assertEqual(result_list[-2], [1,0]) # catalog
......
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