From 790af1a3c5484fbaa446383d222151e1c11d4563 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 14 May 2018 11:08:35 +0200 Subject: Remove useless testSyncCal --- examples/caldavresource/tests/caldavtest.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/caldavresource/tests/caldavtest.cpp b/examples/caldavresource/tests/caldavtest.cpp index 1ea7d72..68ecfff 100644 --- a/examples/caldavresource/tests/caldavtest.cpp +++ b/examples/caldavresource/tests/caldavtest.cpp @@ -71,15 +71,6 @@ private slots: VERIFYEXEC(Sink::ResourceControl::start(mResourceInstanceIdentifier)); } - void testSyncCal() - { - VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier))); - // Check in the logs that it doesn't synchronize events again because same CTag - VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier))); - VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(mResourceInstanceIdentifier)); - //FIXME this is not a test. - } - void testSyncCalEmpty() { VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier))); -- cgit v1.2.3