summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-27 12:05:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-27 16:36:34 +0200
commit4e5b5cca60879c68352bdf30b976e6e4c6254888 (patch)
tree4fc3064a75ceddd76c4b5f47f38ecee87ee05f76
parent13285043020ed6bdaa72b30bf65ac9b7d6b0207e (diff)
test-message.py: stop waiting for the Sent signal
It's meant to be fired *before* Send() returns, not after.
-rw-r--r--tests/twisted/test-message.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/twisted/test-message.py b/tests/twisted/test-message.py
index a48db2d..d5d0ac1 100644
--- a/tests/twisted/test-message.py
+++ b/tests/twisted/test-message.py
@@ -83,8 +83,6 @@ def test(q, bus, conn, sip):
ua_via = twisted.protocols.sip.parseViaHeader(event.headers['via'][0])
- q.expect('dbus-signal', signal='Sent')
-
conn.ReleaseHandles(1, [handle])
url = twisted.protocols.sip.parseURL(self_uri)