telepathy-qt: Fix ChannelDispatcher.Messages test

Dario Freddi drf at kemper.freedesktop.org
Sun Feb 2 06:25:33 PST 2014


Module: telepathy-qt
Branch: master
Commit: 9d349d4d0a56bbd5fe0799193448a53c6247d14a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=9d349d4d0a56bbd5fe0799193448a53c6247d14a

Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Jan 19 23:12:52 2014 +0100

Fix ChannelDispatcher.Messages test

---

 tests/dbus/contact-messenger.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/dbus/contact-messenger.cpp b/tests/dbus/contact-messenger.cpp
index 4932000..93ba023 100644
--- a/tests/dbus/contact-messenger.cpp
+++ b/tests/dbus/contact-messenger.cpp
@@ -44,9 +44,9 @@ class TestContactMessenger;
 class CDMessagesAdaptor : public QDBusAbstractAdaptor
 {
     Q_OBJECT
-    Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages.DRAFT")
+    Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1")
     Q_CLASSINFO("D-Bus Introspection", ""
-"  <interface name=\"org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages.DRAFT\" >\n"
+"  <interface name=\"org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1\" >\n"
 "    <method name=\"SendMessage\" >\n"
 "      <arg name=\"Account\" type=\"o\" direction=\"in\" />\n"
 "      <arg name=\"TargetID\" type=\"s\" direction=\"in\" />\n"



More information about the telepathy-commits mailing list