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

Fix method name.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1322 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4eeabcbf
......@@ -118,9 +118,9 @@ class MasterRecoveryTests(NeoTestBase):
# tell about a client node, do nothing
conn = self.getFakeConnection(uuid, self.master_address)
node_list = [(CLIENT_NODE_TYPE, '127.0.0.1', self.client_port, self.getNewUUID(), DOWN_STATE),]
self.assertEqual(len(self.app.nm.getNodeList()), 0)
self.assertEqual(len(self.app.nm.getList()), 0)
recovery.handleNotifyNodeInformation(conn, packet, node_list)
self.assertEqual(len(self.app.nm.getNodeList()), 0)
self.assertEqual(len(self.app.nm.getList()), 0)
# tell the master node about itself, if running must do nothing
conn = self.getFakeConnection(uuid, self.master_address)
......
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