aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/tests/tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/tests/tests.cpp b/example/tests/tests.cpp
index 1da51be5..922bf23b 100644
--- a/example/tests/tests.cpp
+++ b/example/tests/tests.cpp
@@ -437,8 +437,7 @@ void TestXmlRpc::testInvoke()
QXmppRpcInvokeIq iq;
parsePacket(iq, xml);
- QCOMPARE(iq.interface(), QLatin1String("examples"));
- QCOMPARE(iq.method(), QLatin1String("getStateName"));
+ QCOMPARE(iq.method(), QLatin1String("examples.getStateName"));
QCOMPARE(iq.arguments(), QVariantList() << int(6));
serializePacket(iq, xml);
}