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

Remove a TODO that will not be done.

Master never receiver node information notifications so the handler method
must not be nor implemented neither tested.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1728 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4b8ab8c0
...@@ -315,8 +315,6 @@ class MasterServerElectionTests(NeoTestBase): ...@@ -315,8 +315,6 @@ class MasterServerElectionTests(NeoTestBase):
self.assertRaises(protocol.ProtocolError, self.assertRaises(protocol.ProtocolError,
self.election.notifyNodeInformation, conn, node_list) self.election.notifyNodeInformation, conn, node_list)
# TODO: build a full notifyNodeInformation test
def __getClient(self): def __getClient(self):
uuid = self.getNewUUID() uuid = self.getNewUUID()
conn = Mock({ conn = Mock({
......
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