fixed stream test not disconnecting cleanly

This commit is contained in:
Nathan Fritz
2010-10-14 16:27:44 -07:00
parent aeb7999e6a
commit 95ad8a1878
2 changed files with 2 additions and 3 deletions

View File

@@ -638,8 +638,8 @@ class SleekTest(unittest.TestCase):
that the XMPP client is disconnected after an error.
"""
if hasattr(self, 'xmpp') and self.xmpp is not None:
self.xmpp.disconnect()
self.xmpp.socket.recv_data(self.xmpp.stream_footer)
self.xmpp.disconnect()
# ------------------------------------------------------------------
# XML Comparison and Cleanup