Sun, 17 Dec 2023 15:33:50 +0100
fix faulty string to int conversion utilities
Probably it was expected that errno is set to EINVAL when illegal characters are encountered. But this is not standard and does not happen on every system, allowing illegal strings to be parsed as valid integers.
571
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
2 | <configuration> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
3 | <!-- |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
4 | Test 1: default settings after add-directory |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
5 | --> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
6 | <directory> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
7 | <name>test1a</name> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
8 | <path>$HOME/tmp-sync/test1a</path> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
9 | <repository>dav-test-repo</repository> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
10 | <collection>/sync/test1</collection> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
11 | <trash>.trash</trash> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
12 | <database>dav-sync-tests-test1a-db.xml</database> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
13 | </directory> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
14 | |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
15 | <directory> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
16 | <name>test1b</name> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
17 | <path>$HOME/tmp-sync/test1b</path> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
18 | <repository>dav-test-repo</repository> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
19 | <collection>/sync/test1</collection> |
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
20 | <trash>.trash</trash> |
622
6524f45f304e
add some dav-sync pull tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
571
diff
changeset
|
21 | <database>dav-sync-tests-test1b-db.xml</database> |
571
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
22 | </directory> |
637
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
23 | |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
24 | <!-- |
657
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
25 | Test 2: enabled hashing |
637
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
26 | --> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
27 | <directory> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
28 | <name>test2a</name> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
29 | <path>$HOME/tmp-sync/test2a</path> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
30 | <repository>dav-test-repo</repository> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
31 | <collection>/sync/test2</collection> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
32 | <trash>.trash</trash> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
33 | <database>dav-sync-tests-test2a-db.xml</database> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
34 | <hashing>true</hashing> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
35 | </directory> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
36 | |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
37 | <directory> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
38 | <name>test2b</name> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
39 | <path>$HOME/tmp-sync/test2b</path> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
40 | <repository>dav-test-repo</repository> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
41 | <collection>/sync/test2</collection> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
42 | <trash>.trash</trash> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
43 | <database>dav-sync-tests-test2b-db.xml</database> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
44 | <hashing>true</hashing> |
20241338740c
add first dav-sync hashing test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
622
diff
changeset
|
45 | </directory> |
643
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
46 | |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
47 | <directory> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
48 | <!-- same as test2a but with push strategy hash --> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
49 | <name>test2ah</name> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
50 | <path>$HOME/tmp-sync/test2a</path> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
51 | <repository>dav-test-repo</repository> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
52 | <collection>/sync/test2</collection> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
53 | <trash>.trash</trash> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
54 | <database>dav-sync-tests-test2a-db.xml</database> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
55 | <hashing>true</hashing> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
56 | <push-strategy>hash</push-strategy> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
57 | </directory> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
58 | |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
59 | <directory> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
60 | <name>test2bh</name> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
61 | <!-- same as test2b but with push strategy hash --> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
62 | <path>$HOME/tmp-sync/test2b</path> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
63 | <repository>dav-test-repo</repository> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
64 | <collection>/sync/test2</collection> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
65 | <trash>.trash</trash> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
66 | <database>dav-sync-tests-test2b-db.xml</database> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
67 | <hashing>true</hashing> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
68 | <push-strategy>hash</push-strategy> |
5b8643cf0a2f
implement hash push strategy and add some tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
637
diff
changeset
|
69 | </directory> |
657
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
70 | |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
71 | <!-- |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
72 | Test 3: transition from sync without hashing to sync with hashing |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
73 | --> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
74 | <directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
75 | <name>test3a</name> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
76 | <path>$HOME/tmp-sync/test3a</path> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
77 | <repository>dav-test-repo</repository> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
78 | <collection>/sync/test3</collection> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
79 | <trash>.trash</trash> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
80 | <database>dav-sync-tests-test3a-db.xml</database> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
81 | </directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
82 | |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
83 | <directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
84 | <name>test3b</name> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
85 | <path>$HOME/tmp-sync/test3b</path> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
86 | <repository>dav-test-repo</repository> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
87 | <collection>/sync/test3</collection> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
88 | <trash>.trash</trash> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
89 | <database>dav-sync-tests-test3b-db.xml</database> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
90 | </directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
91 | |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
92 | <directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
93 | <name>test3ah</name> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
94 | <path>$HOME/tmp-sync/test3a</path> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
95 | <repository>dav-test-repo</repository> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
96 | <collection>/sync/test3</collection> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
97 | <trash>.trash</trash> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
98 | <database>dav-sync-tests-test3a-db.xml</database> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
99 | <hashing>true</hashing> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
100 | </directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
101 | |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
102 | <directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
103 | <name>test3bh</name> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
104 | <path>$HOME/tmp-sync/test3b</path> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
105 | <repository>dav-test-repo</repository> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
106 | <collection>/sync/test3</collection> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
107 | <trash>.trash</trash> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
108 | <database>dav-sync-tests-test3b-db.xml</database> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
109 | <hashing>true</hashing> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
110 | </directory> |
8f3410b9148f
add test for testing transition from config without hashing to config with enabled hashing
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
643
diff
changeset
|
111 | |
661
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
112 | <!-- |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
113 | Test 4: metadata sync |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
114 | --> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
115 | <directory> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
116 | <name>test4a</name> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
117 | <path>$HOME/tmp-sync/test4a</path> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
118 | <repository>dav-test-repo</repository> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
119 | <collection>/sync/test4</collection> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
120 | <trash>.trash</trash> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
121 | <database>dav-sync-tests-test4a-db.xml</database> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
122 | |
663
888aa263c0f1
fix some xattr sync bugs
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
661
diff
changeset
|
123 | <hashing>true</hashing> |
888aa263c0f1
fix some xattr sync bugs
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
661
diff
changeset
|
124 | |
661
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
125 | <tagconfig> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
126 | <local-store format="csv">xattr</local-store> |
667
6cdcd3e4e368
finish basic metadata sync tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
663
diff
changeset
|
127 | <detect-changes>true</detect-changes> |
6cdcd3e4e368
finish basic metadata sync tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
663
diff
changeset
|
128 | <on-conflict>merge</on-conflict> |
661
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
129 | </tagconfig> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
130 | <metadata>all</metadata> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
131 | </directory> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
132 | |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
133 | <directory> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
134 | <name>test4b</name> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
135 | <path>$HOME/tmp-sync/test4b</path> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
136 | <repository>dav-test-repo</repository> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
137 | <collection>/sync/test4</collection> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
138 | <trash>.trash</trash> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
139 | <database>dav-sync-tests-test4b-db.xml</database> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
140 | |
663
888aa263c0f1
fix some xattr sync bugs
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
661
diff
changeset
|
141 | <hashing>true</hashing> |
888aa263c0f1
fix some xattr sync bugs
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
661
diff
changeset
|
142 | |
661
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
143 | <tagconfig> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
144 | <local-store format="csv">xattr</local-store> |
667
6cdcd3e4e368
finish basic metadata sync tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
663
diff
changeset
|
145 | <detect-changes>true</detect-changes> |
6cdcd3e4e368
finish basic metadata sync tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
663
diff
changeset
|
146 | <on-conflict>merge</on-conflict> |
661
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
147 | </tagconfig> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
148 | <metadata>all</metadata> |
1baec7ff8931
add first metadata sync test
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
657
diff
changeset
|
149 | </directory> |
678
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
150 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
151 | <directory> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
152 | <name>test4akl</name> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
153 | <path>$HOME/tmp-sync/test4akl</path> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
154 | <repository>dav-test-repo</repository> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
155 | <collection>/sync/test4</collection> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
156 | <trash>.trash</trash> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
157 | <database>dav-sync-tests-test4akl-db.xml</database> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
158 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
159 | <hashing>true</hashing> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
160 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
161 | <tagconfig> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
162 | <local-store format="csv">xattr</local-store> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
163 | <detect-changes>true</detect-changes> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
164 | <on-conflict>keep_local</on-conflict> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
165 | </tagconfig> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
166 | <metadata>all</metadata> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
167 | </directory> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
168 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
169 | <directory> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
170 | <name>test4bkr</name> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
171 | <path>$HOME/tmp-sync/test4bkr</path> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
172 | <repository>dav-test-repo</repository> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
173 | <collection>/sync/test4</collection> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
174 | <trash>.trash</trash> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
175 | <database>dav-sync-tests-test4bkr-db.xml</database> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
176 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
177 | <hashing>true</hashing> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
178 | |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
179 | <tagconfig> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
180 | <local-store format="csv">xattr</local-store> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
181 | <detect-changes>true</detect-changes> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
182 | <on-conflict>keep_remote</on-conflict> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
183 | </tagconfig> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
184 | <metadata>all</metadata> |
41b4cc024249
add tests for tag conflict resolution
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
667
diff
changeset
|
185 | </directory> |
679
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
186 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
187 | <!-- |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
188 | Test 5: Versioning |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
189 | --> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
190 | <directory> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
191 | <name>test5a</name> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
192 | <path>$HOME/tmp-sync/test5a</path> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
193 | <repository>dav-test-repo</repository> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
194 | <collection>/sync/test5</collection> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
195 | <trash>.trash</trash> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
196 | <database>dav-sync-tests-test5a-db.xml</database> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
197 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
198 | <hashing>true</hashing> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
199 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
200 | <versioning type="simple" always="true" /> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
201 | </directory> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
202 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
203 | <directory> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
204 | <name>test5b</name> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
205 | <path>$HOME/tmp-sync/test5b</path> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
206 | <repository>dav-test-repo</repository> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
207 | <collection>/sync/test5</collection> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
208 | <trash>.trash</trash> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
209 | <database>dav-sync-tests-test5b-db.xml</database> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
210 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
211 | <hashing>true</hashing> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
212 | |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
213 | <versioning type="simple" always="true" /> |
0d352b79363a
fix some versioning related bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
678
diff
changeset
|
214 | </directory> |
681
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
215 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
216 | <!-- |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
217 | Test 6: split |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
218 | --> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
219 | <directory> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
220 | <name>test6a</name> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
221 | <path>$HOME/tmp-sync/test6a</path> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
222 | <repository>dav-test-repo</repository> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
223 | <collection>/sync/test6</collection> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
224 | <trash>.trash</trash> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
225 | <database>dav-sync-tests-test6a-db.xml</database> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
226 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
227 | <hashing>true</hashing> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
228 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
229 | <splitconfig> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
230 | <split> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
231 | <minsize>4m</minsize> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
232 | <blocksize>1m</blocksize> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
233 | </split> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
234 | </splitconfig> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
235 | </directory> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
236 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
237 | <directory> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
238 | <name>test6b</name> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
239 | <path>$HOME/tmp-sync/test6b</path> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
240 | <repository>dav-test-repo</repository> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
241 | <collection>/sync/test6</collection> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
242 | <trash>.trash</trash> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
243 | <database>dav-sync-tests-test6b-db.xml</database> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
244 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
245 | <hashing>true</hashing> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
246 | |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
247 | <splitconfig> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
248 | <split> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
249 | <minsize>4m</minsize> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
250 | <blocksize>1m</blocksize> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
251 | </split> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
252 | </splitconfig> |
3320429502cf
fix some split bugs and add tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
679
diff
changeset
|
253 | </directory> |
685
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
254 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
255 | <!-- |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
256 | Test 7: symlinks |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
257 | --> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
258 | <directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
259 | <name>test7a</name> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
260 | <path>$HOME/tmp-sync/test7a</path> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
261 | <repository>dav-test-repo</repository> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
262 | <collection>/sync/test7</collection> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
263 | <trash>.trash</trash> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
264 | <database>dav-sync-tests-test7a-db.xml</database> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
265 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
266 | <symlink-intern>sync</symlink-intern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
267 | </directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
268 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
269 | <directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
270 | <name>test7b</name> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
271 | <path>$HOME/tmp-sync/test7b</path> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
272 | <repository>dav-test-repo</repository> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
273 | <collection>/sync/test7</collection> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
274 | <trash>.trash</trash> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
275 | <database>dav-sync-tests-test7b-db.xml</database> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
276 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
277 | <symlink-intern>sync</symlink-intern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
278 | </directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
279 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
280 | <directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
281 | <name>test7a1</name> <!-- same dir/db as test7a --> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
282 | <path>$HOME/tmp-sync/test7a</path> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
283 | <repository>dav-test-repo</repository> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
284 | <collection>/sync/test7</collection> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
285 | <trash>.trash</trash> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
286 | <database>dav-sync-tests-test7a-db.xml</database> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
287 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
288 | <symlink-intern>ignore</symlink-intern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
289 | <symlink-extern>ignore</symlink-extern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
290 | </directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
291 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
292 | <directory> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
293 | <name>test7a2</name> <!-- same dir/db as test7a --> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
294 | <path>$HOME/tmp-sync/test7a</path> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
295 | <repository>dav-test-repo</repository> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
296 | <collection>/sync/test7</collection> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
297 | <trash>.trash</trash> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
298 | <database>dav-sync-tests-test7a-db.xml</database> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
299 | |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
300 | <symlink-intern>sync</symlink-intern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
301 | <symlink-extern>ignore</symlink-extern> |
487645580b5e
add symlink tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
681
diff
changeset
|
302 | </directory> |
571
f6de48471c9c
add first dav-sync binary tests
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
303 | </configuration> |