diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-25 17:15:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-26 12:15:11 +0100 |
commit | cc8c38e8ba55c5a64587951d2ef87ab1e652835d (patch) | |
tree | 45b4690a77604db6d28fd0773c9906b3f88b622c /apps/dav/tests/travis | |
parent | b799e42b4e4f9ec1dd1fa9b93dd036581fbf2e92 (diff) | |
download | nextcloud-server-cc8c38e8ba55c5a64587951d2ef87ab1e652835d.tar.gz nextcloud-server-cc8c38e8ba55c5a64587951d2ef87ab1e652835d.zip |
Fix principal collection for CavDAVTester
Diffstat (limited to 'apps/dav/tests/travis')
-rw-r--r-- | apps/dav/tests/travis/caldavtest/config/serverinfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/travis/caldavtest/config/serverinfo.xml b/apps/dav/tests/travis/caldavtest/config/serverinfo.xml index 24d63d4a3ae..a474bb7135c 100644 --- a/apps/dav/tests/travis/caldavtest/config/serverinfo.xml +++ b/apps/dav/tests/travis/caldavtest/config/serverinfo.xml @@ -180,7 +180,7 @@ <!-- relative path to main principal collection--> <substitution> <key>$principalcollection:</key> - <value>$root:principals/</value> + <value>$root:principals/users/</value> </substitution> <!-- the core recored type collections--> |