summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b9886fa..32dad91 100644
--- a/examples/caldavresource/tests/caldavtest.cpp
+++ b/examples/caldavresource/tests/caldavtest.cpp
@@ -285,6 +285,7 @@ private slots:
285 std::find_if(itemList.begin(), itemList.end(), [this](const KDAV2::DavItem &item) { 285 std::find_if(itemList.begin(), itemList.end(), [this](const KDAV2::DavItem &item) {
286 return item.url().url().path().endsWith(addedEventUid); 286 return item.url().url().path().endsWith(addedEventUid);
287 }); 287 });
288 QVERIFY(hollowDavItemIt != itemList.end());
288 289
289 auto davitem = ([this, &collection, &hollowDavItemIt]() -> KDAV2::DavItem { 290 auto davitem = ([this, &collection, &hollowDavItemIt]() -> KDAV2::DavItem {
290 QString itemUrl = collection.url().url().toEncoded() + addedEventUid; 291 QString itemUrl = collection.url().url().toEncoded() + addedEventUid;