summaryrefslogtreecommitdiff
path: root/slixmpp/test/slixtest.py
diff options
context:
space:
mode:
authorKrzysztof Kotlenga <pocek@users.sf.net>2015-12-15 19:34:44 +0100
committerKrzysztof Kotlenga <pocek@users.sf.net>2015-12-15 19:44:29 +0100
commitfbc856277944e063e7754c7c597aba7eb46a3eca (patch)
treecf7ab37dbfa036212438ad2d4e3d3c42f50f9112 /slixmpp/test/slixtest.py
parentb549db959ab81d834f81f42295349acd3bb0655c (diff)
downloadslixmpp-fbc856277944e063e7754c7c597aba7eb46a3eca.tar.gz
slixmpp-fbc856277944e063e7754c7c597aba7eb46a3eca.tar.bz2
slixmpp-fbc856277944e063e7754c7c597aba7eb46a3eca.tar.xz
slixmpp-fbc856277944e063e7754c7c597aba7eb46a3eca.zip
Remove dead code
See 5c769632e8d35ea76990a1de3ab405c57a21482e.
Diffstat (limited to 'slixmpp/test/slixtest.py')
-rw-r--r--slixmpp/test/slixtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/slixmpp/test/slixtest.py b/slixmpp/test/slixtest.py
index f66cf6be..b307b5c6 100644
--- a/slixmpp/test/slixtest.py
+++ b/slixmpp/test/slixtest.py
@@ -340,9 +340,6 @@ class SlixTest(unittest.TestCase):
self.xmpp.default_lang = None
self.xmpp.peer_default_lang = None
- # Simulate connecting for mock sockets.
- self.xmpp.auto_reconnect = False
-
# Must have the stream header ready for xmpp.process() to work.
if not header:
header = self.xmpp.stream_header