summaryrefslogtreecommitdiffstats
path: root/js/dav/test/unit/data/propfind_oc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/test/unit/data/propfind_oc.xml')
-rw-r--r--js/dav/test/unit/data/propfind_oc.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/js/dav/test/unit/data/propfind_oc.xml b/js/dav/test/unit/data/propfind_oc.xml
deleted file mode 100644
index f233be04..00000000
--- a/js/dav/test/unit/data/propfind_oc.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<d:multistatus xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns/">
- <d:response>
- <d:href>/calendars/admin/</d:href>
- <d:propstat>
- <d:prop>
- <d:owner>
- <d:href>/remote.php/dav/principals/users/admin/</d:href>
- </d:owner>
- <oc:groups>
- <oc:group>Friends</oc:group>
- <oc:group>Co-Workers</oc:group>
- </oc:groups>
- <oc:invite>
- <oc:user>
- <d:href>principal:principals/users/user01</d:href>
- <oc:common-name>user01</oc:common-name>
- <oc:invite-accepted/>
- <oc:access>
-
- <oc:read/>
- </oc:access>
- </oc:user>
- <oc:user>
- <d:href>principal:principals/users/user02</d:href>
- <oc:common-name>user02</oc:common-name>
- <oc:invite-accepted/>
- <oc:access>
- <oc:read/>
- </oc:access>
- </oc:user>
- </oc:invite>
- </d:prop>
- <d:status>HTTP/1.1 200 OK</d:status>
- </d:propstat>
- </d:response>
-</d:multistatus>