fix dispatcher tests. Fixes #4830

This commit is contained in:
Yann Leboulanger 2009-04-06 13:36:29 +00:00
parent d3ebaf5d8d
commit c5acd3f655
1 changed files with 1 additions and 0 deletions

View File

@ -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):