diff options
Diffstat (limited to 'examples/caldavresource/tests/caldavtest.cpp')
-rw-r--r-- | examples/caldavresource/tests/caldavtest.cpp | 1 |
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() |