From 984ce932b460c86a6c5bbb96962b9f99c845fa25 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 23 Aug 2010 08:16:39 +0000 Subject: fix tests --- tests/tests.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index b37d72ee..d433954b 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -28,7 +28,7 @@ #include #include -#include "QXmppBind.h" +#include "QXmppBindIq.h" #include "QXmppJingleIq.h" #include "QXmppMessage.h" #include "QXmppNonSASLAuth.h" @@ -108,7 +108,7 @@ void TestPackets::testBindNoResource() "" ""); - QXmppBind bind; + QXmppBindIq bind; parsePacket(bind, xml); QCOMPARE(bind.type(), QXmppIq::Set); QCOMPARE(bind.id(), QString("bind_1")); @@ -126,7 +126,7 @@ void TestPackets::testBindResource() "" ""); - QXmppBind bind; + QXmppBindIq bind; parsePacket(bind, xml); QCOMPARE(bind.type(), QXmppIq::Set); QCOMPARE(bind.id(), QString("bind_2")); @@ -144,7 +144,7 @@ void TestPackets::testBindResult() "" ""); - QXmppBind bind; + QXmppBindIq bind; parsePacket(bind, xml); QCOMPARE(bind.type(), QXmppIq::Result); QCOMPARE(bind.id(), QString("bind_2")); -- cgit v1.2.3