From 4c3732ebd6d9a90acbb9e5211cbc7d7ffd1f7073 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 19 Oct 2010 06:50:46 +0000 Subject: fix typo in unit tests --- tests/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index 8c3ca61f..b9ec18af 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -473,7 +473,7 @@ void TestPackets::testPresenceWithCapability() QCOMPARE(presence.status().type(), QXmppPresence::Status::Away); QCOMPARE(presence.status().statusText(), QString("In a meeting")); QCOMPARE(presence.status().priority(), 5); - QCOMPARE(presence.photoHash(), QByteArray::fromHex("73b908bc=")); + QCOMPARE(presence.photoHash(), QByteArray::fromHex("73b908bc")); QCOMPARE(presence.vCardUpdateType(), QXmppPresence::PhotoAdvertised); QCOMPARE(presence.capabilityHash(), QString("sha-1")); QCOMPARE(presence.capabilityNode(), QString("http://code.google.com/p/qxmpp")); -- cgit v1.2.3