From 0a12032317eb037adc44d9a083b0ed2db7ecb709 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 7 May 2018 16:10:43 +0200 Subject: Fixed url to work with cyrus imap --- examples/caldavresource/tests/caldavtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caldavresource/tests/caldavtest.cpp b/examples/caldavresource/tests/caldavtest.cpp index 9609fa0..aadd580 100644 --- a/examples/caldavresource/tests/caldavtest.cpp +++ b/examples/caldavresource/tests/caldavtest.cpp @@ -32,7 +32,7 @@ class CalDavTest : public QObject // This test assumes a calendar MyCalendar with one event and one todo in // it. - const QString baseUrl = "http://localhost/dav/calendars/users/doe"; + const QString baseUrl = "http://localhost/dav/calendars/user/doe"; const QString username = "doe"; const QString password = "doe"; -- cgit v1.2.3