telepathy-haze: sync gabbletest.py from Gabble

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 24 04:14:09 PDT 2013


Module: telepathy-haze
Branch: master
Commit: de9b9319cf7ae45092c9312037c130269fd2d0ab
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=de9b9319cf7ae45092c9312037c130269fd2d0ab

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Sep 23 12:57:56 2013 +0100

sync gabbletest.py from Gabble

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49389
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 tests/twisted/gabbletest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index 82db618..e6b8baa 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -161,7 +161,7 @@ class JabberAuthenticator(GabbleAuthenticator):
             self._event_func(Event('auth-second-iq', authenticator=self,
                 iq=iq, id=iq["id"]))
         else:
-            self.respondToSecondIq(self, iq)
+            self.respondToSecondIq(iq)
 
     def respondToSecondIq(self, iq):
         username = xpath.queryForNodes('/iq/query/username', iq)



More information about the telepathy-commits mailing list