aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index a97a7255..f67fbc4f 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -208,7 +208,7 @@ void TestPackets::testArchiveList()
QCOMPARE(iq.with(), QLatin1String("juliet@capulet.com"));
QCOMPARE(iq.start(), QDateTime(QDate(1469, 7, 21), QTime(2, 0, 0), Qt::UTC));
QCOMPARE(iq.end(), QDateTime(QDate(1479, 7, 21), QTime(4, 0, 0), Qt::UTC));
- QCOMPARE(iq.max(), 30);
+ QCOMPARE(iq.resultSetQuery().max(), 30);
serializePacket(iq, xml);
}