summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2014-01-19 23:12:52 +0100
committerDario Freddi <dario.freddi@ispirata.com>2014-02-02 15:21:14 +0100
commit9d349d4d0a56bbd5fe0799193448a53c6247d14a (patch)
tree6ee8f3443cc46ee41edd88ff2558d6ec8b7769a6
parent5afa270e4eed0f6401509809331db7e8a13653ca (diff)
Fix ChannelDispatcher.Messages test
-rw-r--r--tests/dbus/contact-messenger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/contact-messenger.cpp b/tests/dbus/contact-messenger.cpp
index 49320009..93ba0239 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"