[pim/kdepim-runtime] resources/imap/autotests: Fix callNames values for qresync tests

Noham Devillers <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 0555aae458bc5c35f00b8a0833d172081c14cc41 by Noham Devillers.
Committed on 20/07/2026 at 14:13.
Pushed by ndevillers into branch 'master'.

Fix callNames values for qresync tests

M  +4    -6    resources/imap/autotests/testretrieveitemstask.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/0555aae458bc5c35f00b8a0833d172081c14cc41

diff --git a/resources/imap/autotests/testretrieveitemstask.cpp b/resources/imap/autotests/testretrieveitemstask.cpp
index 0ce71a626..c74e9aedc 100644
--- a/resources/imap/autotests/testretrieveitemstask.cpp
+++ b/resources/imap/autotests/testretrieveitemstask.cpp
@@ -646,8 +646,7 @@ private Q_SLOTS:
                  << "S: * 3 FETCH (UID 3 FLAGS (\\Seen \\Answered) MODSEQ (123456950))"
                  << "S: A000006 OK select done";
         callNames.clear();
-        callNames << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental")
-                  << QStringLiteral("itemsRetrievalDone");
+        callNames << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("itemsRetrievalDone");
 
         QTest::newRow("qresync modified messages") << collection << scenario << callNames;
 
@@ -673,8 +672,7 @@ private Q_SLOTS:
                  << "S: * VANISHED (EARLIER) 2,4"
                  << "S: A000006 OK select done";
         callNames.clear();
-        callNames << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental")
-                  << QStringLiteral("itemsRetrievalDone");
+        callNames << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("itemsRetrievalDone");
 
         QTest::newRow("qresync vanished messages") << collection << scenario << callNames;
 
@@ -724,8 +722,8 @@ private Q_SLOTS:
                     " )"
                  << "S: A000008 OK fetch done";
         callNames.clear();
-        callNames << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("itemsRetrievedIncremental")
-                  << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("itemsRetrievalDone");
+        callNames << QStringLiteral("itemsRetrievedIncremental") << QStringLiteral("applyCollectionChanges") << QStringLiteral("itemsRetrievedIncremental")
+                  << QStringLiteral("itemsRetrievalDone");
 
         QTest::newRow("qresync added, modified and vanished") << collection << scenario << callNames;
 #endif
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.