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> |