test/bin-test/dav-home/sync.xml

changeset 657
8f3410b9148f
parent 643
5b8643cf0a2f
child 661
1baec7ff8931
equal deleted inserted replaced
656:3a009658e995 657:8f3410b9148f
20 <trash>.trash</trash> 20 <trash>.trash</trash>
21 <database>dav-sync-tests-test1b-db.xml</database> 21 <database>dav-sync-tests-test1b-db.xml</database>
22 </directory> 22 </directory>
23 23
24 <!-- 24 <!--
25 Test 2: default settings after add-directory 25 Test 2: enabled hashing
26 --> 26 -->
27 <directory> 27 <directory>
28 <name>test2a</name> 28 <name>test2a</name>
29 <path>$HOME/tmp-sync/test2a</path> 29 <path>$HOME/tmp-sync/test2a</path>
30 <repository>dav-test-repo</repository> 30 <repository>dav-test-repo</repository>
65 <trash>.trash</trash> 65 <trash>.trash</trash>
66 <database>dav-sync-tests-test2b-db.xml</database> 66 <database>dav-sync-tests-test2b-db.xml</database>
67 <hashing>true</hashing> 67 <hashing>true</hashing>
68 <push-strategy>hash</push-strategy> 68 <push-strategy>hash</push-strategy>
69 </directory> 69 </directory>
70
71 <!--
72 Test 3: transition from sync without hashing to sync with hashing
73 -->
74 <directory>
75 <name>test3a</name>
76 <path>$HOME/tmp-sync/test3a</path>
77 <repository>dav-test-repo</repository>
78 <collection>/sync/test3</collection>
79 <trash>.trash</trash>
80 <database>dav-sync-tests-test3a-db.xml</database>
81 </directory>
82
83 <directory>
84 <name>test3b</name>
85 <path>$HOME/tmp-sync/test3b</path>
86 <repository>dav-test-repo</repository>
87 <collection>/sync/test3</collection>
88 <trash>.trash</trash>
89 <database>dav-sync-tests-test3b-db.xml</database>
90 </directory>
91
92 <directory>
93 <name>test3ah</name>
94 <path>$HOME/tmp-sync/test3a</path>
95 <repository>dav-test-repo</repository>
96 <collection>/sync/test3</collection>
97 <trash>.trash</trash>
98 <database>dav-sync-tests-test3a-db.xml</database>
99 <hashing>true</hashing>
100 </directory>
101
102 <directory>
103 <name>test3bh</name>
104 <path>$HOME/tmp-sync/test3b</path>
105 <repository>dav-test-repo</repository>
106 <collection>/sync/test3</collection>
107 <trash>.trash</trash>
108 <database>dav-sync-tests-test3b-db.xml</database>
109 <hashing>true</hashing>
110 </directory>
111
70 </configuration> 112 </configuration>

mercurial