From 7eb4227cfcda1cbcf066c37d5e6679ef350d518c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 12 Oct 2015 13:14:41 +0200 Subject: Cleanup revisions with a delay --- tests/dummyresourcetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp index fe3acc9..93a6a9c 100644 --- a/tests/dummyresourcetest.cpp +++ b/tests/dummyresourcetest.cpp @@ -221,7 +221,7 @@ private Q_SLOTS: { async::SyncListResult result(Akonadi2::Store::load(query)); result.exec(); - QCOMPARE(result.size(), 0); + QTRY_COMPARE(result.size(), 0); } } -- cgit v1.2.3