From 4d9192f4906989a0144d08d1ddb091dfa6efd9ed Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 1 May 2018 12:31:11 +0200 Subject: caldavtest: Document test requirements --- examples/caldavresource/tests/caldavtest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { Q_OBJECT + // This test assumes a calendar MyCalendar with one event in it. + const QString baseUrl = "http://localhost/dav/calendars/users/doe"; const QString username = "doe"; const QString password = "doe"; -- cgit v1.2.3