summaryrefslogtreecommitdiffstats
path: root/tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp')
-rw-r--r--tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp b/tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp
index e206479f..7fb9ce65 100644
--- a/tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp
+++ b/tests/tst_qmailserviceaction/tst_qmailserviceaction.cpp
@@ -412,7 +412,7 @@ void tst_QMailServiceAction::test_retrievalaction()
uint min = 10240u;
action.retrieveFolderList(accountId1, inboxId1);
action.retrieveMessageList(accountId2, inboxId2);
- action.retrieveMessages(allMessages.toList());
+ action.retrieveMessages(allMessages.values());
action.retrieveMessageRange(inboxMessage1, min);
action.exportUpdates(accountId1);