summaryrefslogtreecommitdiff
path: root/tests/twisted/text/test-text-delayed.py
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-04-11 19:30:32 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-04-11 19:42:30 +0100
commit9ee8b96ad91af52936f5bee5b9a472de645c2363 (patch)
tree876b785a48c06908ae10e5b7c4f2e60b1a84fecf /tests/twisted/text/test-text-delayed.py
parent4068d8504b2155168b82144a4d45b138e0579ef2 (diff)
downloadtelepathy-haze-9ee8b96ad91af52936f5bee5b9a472de645c2363.tar.gz
Refresh and uncopypasta gabbletest
hazetest now overrides what it needs to, and reuses the rest of gabbletest verbatim in a separate module. I had to add a couple of hooks which I'll commit to Gabble.
Diffstat (limited to 'tests/twisted/text/test-text-delayed.py')
-rw-r--r--tests/twisted/text/test-text-delayed.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/twisted/text/test-text-delayed.py b/tests/twisted/text/test-text-delayed.py
index f2c1a94..90f9f98 100644
--- a/tests/twisted/text/test-text-delayed.py
+++ b/tests/twisted/text/test-text-delayed.py
@@ -11,9 +11,6 @@ from hazetest import exec_test
from servicetest import EventPattern
def test(q, bus, conn, stream):
- conn.Connect()
- q.expect('dbus-signal', signal='StatusChanged', args=[0, 1])
-
m = domish.Element((None, 'message'))
m['from'] = 'foo@bar.com'
m['type'] = 'chat'