diff options
Diffstat (limited to 'examples/caldavresource/tests/caldavtest.cpp')
-rw-r--r-- | examples/caldavresource/tests/caldavtest.cpp | 2 |
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 | ||