[telepathy-gabble/master] Don't care about early state changes in this test, don't check for them.

Vivek Dasmohapatra vivek at collabora.co.uk
Thu Oct 15 09:08:37 PDT 2009


---
 tests/twisted/connect/network-error.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/tests/twisted/connect/network-error.py b/tests/twisted/connect/network-error.py
index 58a8f0b..bde3273 100644
--- a/tests/twisted/connect/network-error.py
+++ b/tests/twisted/connect/network-error.py
@@ -11,11 +11,6 @@ import sys
 def test(q, bus, conn, stream):
     conn.Connect()
     q.expect('dbus-signal', signal='StatusChanged',
-             args=[cs.CONN_STATUS_CONNECTING, cs.CSR_REQUESTED])
-    q.expect('stream-authenticated')
-    q.expect('dbus-signal', signal='PresenceUpdate',
-             args=[{1L: (0L, {u'available': {}})}])
-    q.expect('dbus-signal', signal='StatusChanged',
              args=[cs.CONN_STATUS_CONNECTED, cs.CSR_REQUESTED])
 
     # server closes its stream
-- 
1.5.6.5



More information about the telepathy-commits mailing list