diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-19 15:33:57 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-19 15:33:57 +0100 |
commit | c1d8d60754284b11fcaa50b6e1d325bb050de4c5 (patch) | |
tree | 538af54424c1e78e4b259ac8b6414fdc33a773f7 /apps/dav/tests/travis | |
parent | f18f1e40b755dda184899769e015d613624c293d (diff) | |
download | nextcloud-server-c1d8d60754284b11fcaa50b6e1d325bb050de4c5.tar.gz nextcloud-server-c1d8d60754284b11fcaa50b6e1d325bb050de4c5.zip |
Add back the current-user-principal test suite
Diffstat (limited to 'apps/dav/tests/travis')
-rw-r--r-- | apps/dav/tests/travis/caldav/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/travis/caldav/script.sh b/apps/dav/tests/travis/caldav/script.sh index 0c4a7ad1c2a..fe3391d5a06 100644 --- a/apps/dav/tests/travis/caldav/script.sh +++ b/apps/dav/tests/travis/caldav/script.sh @@ -10,9 +10,9 @@ 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/current-user-principal.xml" \ RESULT=$? |