diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 15:43:45 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-18 11:48:34 +0100 |
commit | c9187cc82084e5b140f52cbaefa7d71c70f989a0 (patch) | |
tree | 20418d39a67ea01c4b31e183fd1334b88d442d66 /apps/dav/tests/travis | |
parent | 73d46afc3c5ef237cc8a5431aa1bef4686a7521b (diff) | |
download | nextcloud-server-c9187cc82084e5b140f52cbaefa7d71c70f989a0.tar.gz nextcloud-server-c9187cc82084e5b140f52cbaefa7d71c70f989a0.zip |
Sync a users contacts birthday to the users birthday calendar
Diffstat (limited to 'apps/dav/tests/travis')
-rw-r--r-- | apps/dav/tests/travis/caldav/script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/tests/travis/caldav/script.sh b/apps/dav/tests/travis/caldav/script.sh index aa5fc732922..7259372567c 100644 --- a/apps/dav/tests/travis/caldav/script.sh +++ b/apps/dav/tests/travis/caldav/script.sh @@ -10,6 +10,8 @@ sleep 30 # run the tests cd "$SCRIPTPATH/CalDAVTester" PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail --basedir "$SCRIPTPATH/../caldavtest/" -o cdt.txt \ + "CalDAV/current-user-principal.xml" \ + "CalDAV/sync-report.xml" \ "CalDAV/sharing-calendars.xml" RESULT=$? |