summaryrefslogtreecommitdiffstats
path: root/js/dav/test/unit/data/propfind.xml
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/test/unit/data/propfind.xml')
-rw-r--r--js/dav/test/unit/data/propfind.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/js/dav/test/unit/data/propfind.xml b/js/dav/test/unit/data/propfind.xml
deleted file mode 100644
index 274520c7..00000000
--- a/js/dav/test/unit/data/propfind.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:cal="urn:ietf:params:xml:ns:caldav" xmlns:cs="http://calendarserver.org/ns/">
- <d:response>
- <d:href>/calendars/admin/</d:href>
- <d:propstat>
- <d:prop>
- <d:displayname/>
- <cs:getctag/>
- <cal:supported-calendar-component-set/>
- </d:prop>
- <d:status>HTTP/1.1 404 Not Found</d:status>
- </d:propstat>
- </d:response>
- <d:response>
- <d:href>/calendars/admin/default/</d:href>
- <d:propstat>
- <d:prop>
- <d:displayname>default calendar</d:displayname>
- <cs:getctag>http://sabre.io/ns/sync/0</cs:getctag>
- <cal:supported-calendar-component-set>
- <cal:comp name="VEVENT"/>
- <cal:comp name="VTODO"/>
- </cal:supported-calendar-component-set>
- </d:prop>
- <d:status>HTTP/1.1 200 OK</d:status>
- </d:propstat>
- </d:response>
- <d:response>
- <d:href>/calendars/admin/outbox/</d:href>
- <d:propstat>
- <d:prop>
- <d:displayname/>
- <cs:getctag/>
- <cal:supported-calendar-component-set/>
- </d:prop>
- <d:status>HTTP/1.1 404 Not Found</d:status>
- </d:propstat>
- </d:response>
-</d:multistatus>