Commit 85b013cb authored by Vincent Pelletier's avatar Vincent Pelletier

Update test to follow changes from commit 323.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@353 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4fe938d9
...@@ -22,7 +22,7 @@ from neo.client.dispatcher import Dispatcher ...@@ -22,7 +22,7 @@ from neo.client.dispatcher import Dispatcher
class DispatcherTest(unittest.TestCase): class DispatcherTest(unittest.TestCase):
def test_register(self): def test_register(self):
dispatcher = Dispatcher(None) dispatcher = Dispatcher()
conn = [] conn = []
other_conn = [] other_conn = []
queue = [] queue = []
......
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