summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-07 16:17:01 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-07 16:17:01 +0200
commitbc666b896b89433ffd7c44e2ba44fdeff4f740a2 (patch)
tree794623396ece525c7b83439bb7369ee1e497655a
parent0b14bf99532fc4b70dec81d848038e70b22694da (diff)
downloadsink-bc666b896b89433ffd7c44e2ba44fdeff4f740a2.tar.gz
sink-bc666b896b89433ffd7c44e2ba44fdeff4f740a2.zip
A test that doesn't test anything isn't very useful.
-rw-r--r--examples/caldavresource/tests/caldavtest.cpp1
1 files changed, 1 insertions, 0 deletions
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:
78 // Check in the logs that it doesn't synchronize events again because same CTag 78 // Check in the logs that it doesn't synchronize events again because same CTag
79 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier))); 79 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier)));
80 VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(mResourceInstanceIdentifier)); 80 VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(mResourceInstanceIdentifier));
81 //FIXME this is not a test.
81 } 82 }
82 83
83 void testSyncCalEmpty() 84 void testSyncCalEmpty()