Commit 77e250c4 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Change wrong packet used in test becauseit fails since handlers split.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1402 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5118c372
......@@ -474,7 +474,7 @@ class ClientApplicationTests(NeoTestBase):
app.local_var.txn = txn
app.local_var.tid = tid
# wrong answer -> failure
packet = Packets.AnswerNewOIDs(())
packet = Packets.AnswerTIDs(())
conn = Mock({
'getNextId': 1,
'fakeReceived': packet,
......
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