Skip to content

Commit 3a3fb07

Browse files
committed
fix caldav tests
Signed-off-by: Georg Ehrke <[email protected]>
1 parent c23a66c commit 3a3fb07

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

apps/dav/tests/travis/caldavtest/tests/CalDAV/sharing-calendars.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<description>Shared calendar exists</description>
7474
<request user="$userid2:" pswd="$pswd2:">
7575
<method>PROPFIND</method>
76-
<ruri>$calendarhome1:/shared/</ruri>
76+
<ruri>$calendarhome2:/shared_shared_by_user01/</ruri>
7777
<header>
7878
<name>Depth</name>
7979
<value>0</value>
@@ -193,7 +193,7 @@
193193
<description>Sharee creates event</description>
194194
<request user="$userid2:" pswd="$pswd2:">
195195
<method>PUT</method>
196-
<ruri>$calendarhome1:/shared/1.ics</ruri>
196+
<ruri>$calendarhome2:/shared_shared_by_user01/1.ics</ruri>
197197
<data>
198198
<content-type>text/calendar; charset=utf-8</content-type>
199199
<filepath>Resource/CalDAV/sharing/calendars/read-write/5.ics</filepath>
@@ -235,7 +235,7 @@
235235
<description>Sharee sees changed event</description>
236236
<request user="$userid2:" pswd="$pswd2:">
237237
<method>GET</method>
238-
<ruri>$calendarhome1:/shared/1.ics</ruri>
238+
<ruri>$calendarhome2:/shared_shared_by_user01/1.ics</ruri>
239239
<verify>
240240
<callback>calendarDataMatch</callback>
241241
<arg>
@@ -263,7 +263,7 @@
263263
<description>Sharee sees new event</description>
264264
<request user="$userid2:" pswd="$pswd2:">
265265
<method>GET</method>
266-
<ruri>$calendarhome1:/shared/2.ics</ruri>
266+
<ruri>$calendarhome2:/shared_shared_by_user01/2.ics</ruri>
267267
<verify>
268268
<callback>calendarDataMatch</callback>
269269
<arg>
@@ -277,7 +277,7 @@
277277
<description>Sharee changes event</description>
278278
<request user="$userid2:" pswd="$pswd2:">
279279
<method>PUT</method>
280-
<ruri>$calendarhome1:/shared/2.ics</ruri>
280+
<ruri>$calendarhome2:/shared_shared_by_user01/2.ics</ruri>
281281
<data>
282282
<content-type>text/calendar; charset=utf-8</content-type>
283283
<filepath>Resource/CalDAV/sharing/calendars/read-write/8.ics</filepath>

apps/dav/tests/travis/caldavtest/tests/CardDAV/sharing-addressbooks.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<description>POST invitation</description>
1818
<request>
1919
<method>POST</method>
20-
<ruri>$addressbookpath1:</ruri>
20+
<ruri>$addressbookhome1:/addressbook/:</ruri>
2121
<data>
2222
<content-type>text/xml; charset=utf-8</content-type>
2323
<filepath>Resource/CardDAV/sharing/read-write/1.xml</filepath>
@@ -31,7 +31,7 @@
3131
<description>Shared addressbook exists</description>
3232
<request user="$userid2:" pswd="$pswd2:">
3333
<method>PROPFIND</method>
34-
<ruri>$addressbookpath1:/</ruri>
34+
<ruri>$addressbookhome2:/addressbook_shared_by_user01/</ruri>
3535
<header>
3636
<name>Depth</name>
3737
<value>0</value>
@@ -126,7 +126,7 @@
126126
<description>Sharee creates contact</description>
127127
<request user="$userid2:" pswd="$pswd2:">
128128
<method>PUT</method>
129-
<ruri>$addressbookpath1:/1.vcf</ruri>
129+
<ruri>$addressbookhome2:/addressbook_shared_by_user01/1.vcf</ruri>
130130
<data>
131131
<content-type>text/vcard; charset=utf-8</content-type>
132132
<filepath>Resource/CardDAV/sharing/read-write/6.vcf</filepath>
@@ -171,7 +171,7 @@
171171
<description>Sharee sees changed contact</description>
172172
<request user="$userid2:" pswd="$pswd2:">
173173
<method>GET</method>
174-
<ruri>$addressbookpath1:/1.vcf</ruri>
174+
<ruri>$addressbookhome2:/addressbook_shared_by_user01/1.vcf</ruri>
175175
<verify>
176176
<callback>addressDataMatch</callback>
177177
<arg>
@@ -200,7 +200,7 @@
200200
<description>Sharee sees new event</description>
201201
<request user="$userid2:" pswd="$pswd2:">
202202
<method>GET</method>
203-
<ruri>$addressbookpath1:/2.vcf</ruri>
203+
<ruri>$addressbookhome2:/addressbook_shared_by_user01/2.vcf</ruri>
204204
<verify>
205205
<callback>addressDataMatch</callback>
206206
<arg>
@@ -214,7 +214,7 @@
214214
<description>Sharee changes event</description>
215215
<request user="$userid2:" pswd="$pswd2:">
216216
<method>PUT</method>
217-
<ruri>$addressbookpath1:/2.vcf</ruri>
217+
<ruri>$addressbookhome2:/addressbook_shared_by_user01/2.vcf</ruri>
218218
<data>
219219
<content-type>text/vcard; charset=utf-8</content-type>
220220
<filepath>Resource/CardDAV/sharing/read-write/9.vcf</filepath>

0 commit comments

Comments
 (0)