fix error namespace for ComponentXMPP
in SlixTest, if mode=="component", restore jabber:client namespace afterwards Fixes #3476 Fixes #3474
This commit is contained in:
@@ -10,9 +10,6 @@ class TestToString(SlixTest):
|
||||
Test the implementation of slixmpp.xmlstream.tostring
|
||||
"""
|
||||
|
||||
def tearDown(self):
|
||||
self.stream_close()
|
||||
|
||||
def tryTostring(self, original='', expected=None, message='', **kwargs):
|
||||
"""
|
||||
Compare the result of calling tostring against an
|
||||
|
||||
Reference in New Issue
Block a user