Commit 1c7e499d authored by Grégory Wisniewski's avatar Grégory Wisniewski

Use getFakeConnection() from test framework.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2081 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d2ac0e58
......@@ -126,7 +126,7 @@ class StorageMasterHandlerTests(NeoTestBase):
self.assertRaises(OperationFailure, self.operation.stopOperation, conn)
def _getConnection(self):
return Mock({})
return self.getFakeConnection()
def test_askLockInformation1(self):
""" Unknown transaction """
......
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