telepathy-gabble: mail-notification: stop using GetInterfaces()
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Fri Oct 11 14:58:34 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 3fec64d916f3f392e151c9404658d8428e5bde99
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=3fec64d916f3f392e151c9404658d8428e5bde99
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Oct 9 18:28:01 2013 -0400
mail-notification: stop using GetInterfaces()
---
tests/twisted/mail-notification.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/mail-notification.py b/tests/twisted/mail-notification.py
index d98293a..a56eee2 100644
--- a/tests/twisted/mail-notification.py
+++ b/tests/twisted/mail-notification.py
@@ -332,7 +332,7 @@ def test_no_google_featured(q, bus, conn, stream):
def test(q, bus, conn, stream):
- interfaces = conn.GetInterfaces()
+ interfaces = conn.Properties.Get(cs.CONN, 'Interfaces')
if stream.__class__ is GoogleXmlStream:
assert cs.CONN_IFACE_MAIL_NOTIFICATION in interfaces
More information about the telepathy-commits
mailing list