telepathy-gabble: stop checking for TP properties
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Fri Oct 11 14:58:34 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: c47078c72d7525749e563b113192bce69345e2e1
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=c47078c72d7525749e563b113192bce69345e2e1
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu Oct 10 15:35:35 2013 -0400
stop checking for TP properties
---
tests/twisted/muc/test-muc-ownership.py | 2 +-
tests/twisted/muc/test-muc.py | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/muc/test-muc-ownership.py b/tests/twisted/muc/test-muc-ownership.py
index 7de9e9b..9ac2c84 100644
--- a/tests/twisted/muc/test-muc-ownership.py
+++ b/tests/twisted/muc/test-muc-ownership.py
@@ -98,7 +98,7 @@ def test(q, bus, conn, stream):
assert all[u'HandleOwners'] == expected_owners, all
flags = all[u'GroupFlags']
- assertFlagsSet(cs.GF_PROPERTIES | cs.GF_CHANNEL_SPECIFIC_HANDLES, flags)
+ assertFlagsSet(cs.GF_CHANNEL_SPECIFIC_HANDLES, flags)
assertFlagsUnset(cs.GF_HANDLE_OWNERS_NOT_AVAILABLE, flags)
if __name__ == '__main__':
diff --git a/tests/twisted/muc/test-muc.py b/tests/twisted/muc/test-muc.py
index c0b12c5..8daedb2 100644
--- a/tests/twisted/muc/test-muc.py
+++ b/tests/twisted/muc/test-muc.py
@@ -30,7 +30,6 @@ def test(q, bus, conn, stream):
interfaces = channel_props.get('Interfaces')
assertContains(cs.CHANNEL_IFACE_GROUP, interfaces)
assertContains(cs.CHANNEL_IFACE_PASSWORD, interfaces)
- assertDoesNotContain(cs.TP_AWKWARD_PROPERTIES, interfaces)
assertContains(cs.CHANNEL_IFACE_CHAT_STATE, interfaces)
assertContains(cs.CHANNEL_IFACE_MESSAGES, interfaces)
More information about the telepathy-commits
mailing list