aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-07 07:47:17 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-07 07:47:17 +0000
commit834f5c38eb177844504ffee0a5e6339c1115b3d9 (patch)
treef113e7881b9cdfcfc196404fd83988cf9d8332e9 /tests/tests.cpp
parent47ba895690c1fe04b942d829222ec90a40b4bff6 (diff)
downloadqxmpp-834f5c38eb177844504ffee0a5e6339c1115b3d9.tar.gz
update
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index c8edbb5a..a066dd3e 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -39,7 +39,7 @@
#include "QXmppSessionIq.h"
#include "QXmppStreamFeatures.h"
#include "QXmppUtils.h"
-#include "QXmppVCard.h"
+#include "QXmppVCardIq.h"
#include "tests.h"
QString getImageType(const QByteArray &contents);
@@ -510,7 +510,7 @@ void TestPackets::testVCard()
"</vCard>"
"</iq>");
- QXmppVCard vcard;
+ QXmppVCardIq vcard;
parsePacket(vcard, xml);
QCOMPARE(vcard.birthday(), QDate(1983, 9, 14));
QCOMPARE(vcard.email(), QLatin1String("foo.bar@example.com"));