aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qxmpppresence/tst_qxmpppresence.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/qxmpppresence/tst_qxmpppresence.cpp b/tests/qxmpppresence/tst_qxmpppresence.cpp
index 4cbe8caa..e81d3158 100644
--- a/tests/qxmpppresence/tst_qxmpppresence.cpp
+++ b/tests/qxmpppresence/tst_qxmpppresence.cpp
@@ -107,11 +107,6 @@ void tst_QXmppPresence::testPresence()
QCOMPARE(int(presence.vCardUpdateType()), vcardUpdate);
QCOMPARE(presence.photoHash(), photoHash);
- // legacy
- QCOMPARE(presence.status().priority(), priority);
- QCOMPARE(int(presence.status().type()), statusType);
- QCOMPARE(presence.status().statusText(), statusText);
-
serializePacket(presence, xml);
}