[Telepathy-commits] [telepathy-gabble/master] muc/roomlist.py: exercise the Requested property

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:57 PDT 2008


20080722163237-53eee-5cf61f90f8e370640e6713742942bf9ef12c4e41.gz
---
 tests/twisted/muc/roomlist.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/muc/roomlist.py b/tests/twisted/muc/roomlist.py
index e03857a..cac5a84 100644
--- a/tests/twisted/muc/roomlist.py
+++ b/tests/twisted/muc/roomlist.py
@@ -63,6 +63,7 @@ def test(q, bus, conn, stream):
     future_props = chan.GetAll(
             'org.freedesktop.Telepathy.Channel.FUTURE',
             dbus_interface='org.freedesktop.DBus.Properties')
+    assert future_props['Requested'] == True
     assert future_props['TargetID'] == ''
     assert future_props['InitiatorID'] == 'test at localhost'
     assert future_props['InitiatorHandle'] == conn.GetSelfHandle()
-- 
1.5.6.3




More information about the Telepathy-commits mailing list