Home
last modified time | relevance | path

Searched refs:collection1_3 (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/autotests/
H A Dcollectionmovetest.cpp1842 Collection collection1_3; in testMoveToMBox() local
1843 collection1_3.setName(QStringLiteral("collection1_3")); in testMoveToMBox()
1844 collection1_3.setRemoteId(QStringLiteral("collection1_3")); in testMoveToMBox()
1845 collection1_3.setParentCollection(collection1); in testMoveToMBox()
1847 job = mStore->moveCollection(collection1_3, target); in testMoveToMBox()
1853 QCOMPARE(collection.remoteId(), collection1_3.remoteId()); in testMoveToMBox()