summaryrefslogtreecommitdiffstats
path: root/examples/caldavresource/tests
diff options
context:
space:
mode:
Diffstat (limited to 'examples/caldavresource/tests')
-rw-r--r--examples/caldavresource/tests/caldavtest.cpp9
1 files changed, 0 insertions, 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:
71 VERIFYEXEC(Sink::ResourceControl::start(mResourceInstanceIdentifier)); 71 VERIFYEXEC(Sink::ResourceControl::start(mResourceInstanceIdentifier));
72 } 72 }
73 73
74 void testSyncCal()
75 {
76 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier)));
77 // Check in the logs that it doesn't synchronize events again because same CTag
78 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier)));
79 VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(mResourceInstanceIdentifier));
80 //FIXME this is not a test.
81 }
82
83 void testSyncCalEmpty() 74 void testSyncCalEmpty()
84 { 75 {
85 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier))); 76 VERIFYEXEC(Sink::Store::synchronize(Sink::Query().resourceFilter(mResourceInstanceIdentifier)));