From bc666b896b89433ffd7c44e2ba44fdeff4f740a2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 7 May 2018 16:17:01 +0200 Subject: A test that doesn't test anything isn't very useful. --- examples/caldavresource/tests/caldavtest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/caldavresource/tests/caldavtest.cpp b/examples/caldavresource/tests/caldavtest.cpp index 32dad91..2ea5a1a 100644 --- a/examples/caldavresource/tests/caldavtest.cpp +++ b/examples/caldavresource/tests/caldavtest.cpp @@ -78,6 +78,7 @@ private slots: // 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() -- cgit v1.2.3