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

Fix tested handler.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1411 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3f37d916
......@@ -551,7 +551,8 @@ class ClientHandlerTests(NeoTestBase):
'add': None,
'remove': None})
app = App()
client_handler = PrimaryBootstrapHandler(app)
dispatcher = self.getDispatcher()
client_handler = PrimaryNotificationsHandler(app, dispatcher)
conn = self.getConnection(uuid=test_master_uuid)
client_handler.notifyNodeInformation(conn, None, test_node_list)
# Return nm so caller can check handler actions.
......
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