diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-09 19:32:16 -0400 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-16 11:51:39 -0400 |
commit | 587325097bfb90cd7368e11be8443e317cd416e8 (patch) | |
tree | 6888793e42a991201c8d08895252802b745a606b | |
parent | ccc2d27946b13d131d3c0b8f89b2e04faf0697c4 (diff) |
test-save-alias-to-roster: stop testing old roster API
-rw-r--r-- | tests/twisted/roster/test-save-alias-to-roster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/twisted/roster/test-save-alias-to-roster.py b/tests/twisted/roster/test-save-alias-to-roster.py index b56981321..fddd14e34 100644 --- a/tests/twisted/roster/test-save-alias-to-roster.py +++ b/tests/twisted/roster/test-save-alias-to-roster.py @@ -88,7 +88,6 @@ def test(q, bus, conn, stream): # I don't really have very strong opinions on whether Gabble should be # signalling that this contact's alias has *changed* per se, so am not # explicitly expecting that. - q.expect('dbus-signal', signal='MembersChanged') # But if we ask for it, Gabble should probably send a PEP query. h2asv = conn.Contacts.GetContactAttributes([handle], [cs.CONN_IFACE_ALIASING]) |