Commit ec5efd5b authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add missing helper function in test case.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1487 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent f61b7fd5
......@@ -262,6 +262,9 @@ class NeoTestBase(unittest.TestCase):
def checkStartOperation(self, conn, **kw):
return self.checkNotifyPacket(conn, Packets.StartOperation, **kw)
def checkInvalidateObjects(self, conn, **kw):
return self.checkNotifyPacket(conn, Packets.InvalidateObjects, **kw)
def checkNotifyTransactionFinished(self, conn, **kw):
return self.checkAnswerPacket(conn, Packets.NotifyTransactionFinished, **kw)
......
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