summaryrefslogtreecommitdiffstats
path: root/examples/caldavresource
diff options
context:
space:
mode:
Diffstat (limited to 'examples/caldavresource')
-rw-r--r--examples/caldavresource/tests/caldavtest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/caldavresource/tests/caldavtest.cpp b/examples/caldavresource/tests/caldavtest.cpp
index 4ac1297..4dc35f0 100644
--- a/examples/caldavresource/tests/caldavtest.cpp
+++ b/examples/caldavresource/tests/caldavtest.cpp
@@ -28,6 +28,8 @@ class CalDavTest : public QObject
28{ 28{
29 Q_OBJECT 29 Q_OBJECT
30 30
31 // This test assumes a calendar MyCalendar with one event in it.
32
31 const QString baseUrl = "http://localhost/dav/calendars/users/doe"; 33 const QString baseUrl = "http://localhost/dav/calendars/users/doe";
32 const QString username = "doe"; 34 const QString username = "doe";
33 const QString password = "doe"; 35 const QString password = "doe";