summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-07 16:10:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-07 16:10:43 +0200
commit0a12032317eb037adc44d9a083b0ed2db7ecb709 (patch)
tree35fcedb1f15b720ab4c03f11190a8ce5358eb86e /examples
parentae7dbf2bda131fada11f1251dbedff1ed7129144 (diff)
downloadsink-0a12032317eb037adc44d9a083b0ed2db7ecb709.tar.gz
sink-0a12032317eb037adc44d9a083b0ed2db7ecb709.zip
Fixed url to work with cyrus imap
Diffstat (limited to 'examples')
-rw-r--r--examples/caldavresource/tests/caldavtest.cpp2
1 files changed, 1 insertions, 1 deletions
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
32 // This test assumes a calendar MyCalendar with one event and one todo in 32 // This test assumes a calendar MyCalendar with one event and one todo in
33 // it. 33 // it.
34 34
35 const QString baseUrl = "http://localhost/dav/calendars/users/doe"; 35 const QString baseUrl = "http://localhost/dav/calendars/user/doe";
36 const QString username = "doe"; 36 const QString username = "doe";
37 const QString password = "doe"; 37 const QString password = "doe";
38 38