summaryrefslogtreecommitdiffstats
path: root/examples/caldavresource/tests/caldavtest.cpp
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-05-14 11:08:35 +0200
committerMinijackson <minijackson@riseup.net>2018-05-14 11:08:35 +0200
commit790af1a3c5484fbaa446383d222151e1c11d4563 (patch)
treeedef34603b1ed684ed4cbcc1cbd6dc5fafb59b2d /examples/caldavresource/tests/caldavtest.cpp
parentba38ceb50fd663e25744d8da4c081f2effb82452 (diff)
downloadsink-calendar/fixes.tar.gz
sink-calendar/fixes.zip
Remove useless testSyncCalcalendar/fixes
Diffstat (limited to 'examples/caldavresource/tests/caldavtest.cpp')
-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)));