Add back the current-user-principal test suite

This commit is contained in:
Thomas Müller 2016-01-19 15:33:57 +01:00
parent f18f1e40b7
commit c1d8d60754
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?