diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-19 06:50:46 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-19 06:50:46 +0000 |
| commit | 4c3732ebd6d9a90acbb9e5211cbc7d7ffd1f7073 (patch) | |
| tree | a1728e8b14ab56306a49b04dcae124708e06a7cd /tests/tests.cpp | |
| parent | 5ad612fde0d55782e0a5d3e68f48e333809ec8f8 (diff) | |
| download | qxmpp-4c3732ebd6d9a90acbb9e5211cbc7d7ffd1f7073.tar.gz | |
fix typo in unit tests
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |
