From 48d168a970bcdb9c0ab7e054029833059dbb5b32 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 23 Aug 2010 08:09:55 +0000 Subject: fix tests for QXmppSessionIq --- tests/tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index 91cf510e..b37d72ee 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -34,7 +34,7 @@ #include "QXmppNonSASLAuth.h" #include "QXmppPresence.h" #include "QXmppRpcIq.h" -#include "QXmppSession.h" +#include "QXmppSessionIq.h" #include "QXmppStreamFeatures.h" #include "QXmppUtils.h" #include "tests.h" @@ -298,7 +298,7 @@ void TestPackets::testSession() "" ""); - QXmppSession session; + QXmppSessionIq session; parsePacket(session, xml); QCOMPARE(session.id(), QString("session_1")); QCOMPARE(session.to(), QString("example.com")); -- cgit v1.2.3