Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Tests for direct sharing and managed attachments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo committed Feb 14, 2013
1 parent 28c1cd1 commit bcc56a3
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resource/CalDAV/managedattachments/sharing/4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:">
<D:set>
<D:prop>
<D:group-member-set><D:href>$principaluri2:</D:href></D:group-member-set>
</D:prop>
</D:set>
</D:propertyupdate>
8 changes: 8 additions & 0 deletions Resource/CalDAV/managedattachments/sharing/5.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:">
<D:set>
<D:prop>
<D:group-member-set><D:href>$principaluri3:</D:href></D:group-member-set>
</D:prop>
</D:set>
</D:propertyupdate>
8 changes: 8 additions & 0 deletions Resource/CalDAV/managedattachments/sharing/6.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:">
<D:set>
<D:prop>
<D:group-member-set/>
</D:prop>
</D:set>
</D:propertyupdate>
Loading

0 comments on commit bcc56a3

Please sign in to comment.