Commit 3d96d649 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Unused (and broken) method.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1840 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 9b161070
......@@ -244,14 +244,6 @@ class MasterServerElectionTests(NeoTestBase):
return (node, conn)
def checkCalledAskPrimary(self, conn, packet_number=0):
""" Check ask primary master has been send"""
call = conn.mockGetNamedCalls("_addPacket")[packet_number]
packet = call.getParam(0)
self.assertTrue(isinstance(packet, Packet))
self.assertEquals(packet.getType(),AskPrimary)
# Tests
def test_requestIdentification1(self):
......
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