Browse Source

Update addressbook home configuration for CalDAVTester

remotes/origin/share-copy-source-mounts
Thomas Müller 11 years ago
parent
commit
079ae9b7a9
  1. 2
      apps/dav/tests/travis/caldavtest/config/serverinfo.xml
  2. 10
      apps/dav/tests/travis/caldavtest/tests/CardDAV/sync-report.xml

2
apps/dav/tests/travis/caldavtest/config/serverinfo.xml

@ -569,7 +569,7 @@
<!-- relative path to user addressbook home-->
<substitution>
<key>$addressbookhome%d:</key>
<value>$addressbooks:$userid%d:</value>
<value>$addressbooks:users/$userid%d:</value>
</substitution>
<!-- relative path to user addressbook-->
<substitution>

10
apps/dav/tests/travis/caldavtest/tests/CardDAV/sync-report.xml

@ -181,8 +181,7 @@
</verify>
</request>
</test>
<!--
<test name='6'>
<!-- test name='6'>
<require-feature>
<feature>sync-report-home</feature>
</require-feature>
@ -236,7 +235,7 @@
</arg>
</verify>
</request>
</test>
</test -->
<test name='8'>
<description>remove new resource</description>
<request>
@ -264,14 +263,15 @@
<callback>multistatusItems</callback>
<arg>
<name>okhrefs</name>
<value>$calendar_sync_extra_items:</value>
<!-- no sync on addressbook level -->
<!--<value>$calendar_sync_extra_items:</value>-->
<value>1.vcf</value>
<value>2.vcf</value>
</arg>
</verify>
</request>
</test>
<test name='10'>
<!--test name='10'>
<require-feature>
<feature>sync-report-home</feature>
</require-feature>

Loading…
Cancel
Save