[telepathy-gabble/master] Also check the removed array
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Wed Dec 23 16:09:39 PST 2009
---
tests/twisted/jingle/call-basics.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/jingle/call-basics.py b/tests/twisted/jingle/call-basics.py
index 7397d0d..2884cd1 100644
--- a/tests/twisted/jingle/call-basics.py
+++ b/tests/twisted/jingle/call-basics.py
@@ -40,8 +40,8 @@ def check_and_accept_offer (q, bus, conn, self_handle, remote_handle,
o = q.expect ('dbus-signal', signal='CodecsChanged')
- update, _ = o.args
- assertEquals ({ self_handle: codecs, remote_handle: codecs} , update)
+ assertEquals ([{ self_handle: codecs, remote_handle: codecs}, []],
+ o.args)
def run_test(jp, q, bus, conn, stream, incoming):
jt2 = JingleTest2(jp, conn, q, stream, 'test at localhost', 'foo at bar.com/Foo')
--
1.5.6.5
More information about the telepathy-commits
mailing list