Skip to content
Snippets Groups Projects
Commit c5acd3f6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix dispatcher tests. Fixes #4830

parent d3ebaf5d
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ class TestDispatcherNB(unittest.TestCase):
def _simulate_connect(self):
self.dispatcher.PlugIn(self.client) # client is owner
# Simulate that we have established a connection
self.dispatcher.StreamInit()
self.dispatcher.ProcessNonBlocking("<stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client'>")
def test_unbound_namespace_prefix(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment