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

changeset 643
5b8643cf0a2f
parent 637
20241338740c
child 657
8f3410b9148f
--- a/test/bin-test/dav-home/sync.xml	Mon Sep 16 19:49:04 2019 +0200
+++ b/test/bin-test/dav-home/sync.xml	Tue Sep 17 21:06:03 2019 +0200
@@ -43,4 +43,28 @@
 		<database>dav-sync-tests-test2b-db.xml</database>
 		<hashing>true</hashing>
 	</directory>
+	
+	<directory>
+		<!-- same as test2a but with push strategy hash -->
+		<name>test2ah</name>
+		<path>$HOME/tmp-sync/test2a</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test2</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test2a-db.xml</database>
+		<hashing>true</hashing>
+		<push-strategy>hash</push-strategy>
+	</directory>
+	
+	<directory>
+		<name>test2bh</name>
+		<!-- same as test2b but with push strategy hash -->
+		<path>$HOME/tmp-sync/test2b</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test2</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test2b-db.xml</database>
+		<hashing>true</hashing>
+		<push-strategy>hash</push-strategy>
+	</directory>
 </configuration>

mercurial