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

changeset 637
20241338740c
parent 622
6524f45f304e
child 643
5b8643cf0a2f
--- a/test/bin-test/dav-home/sync.xml	Tue Sep 03 21:24:17 2019 +0200
+++ b/test/bin-test/dav-home/sync.xml	Wed Sep 04 19:28:10 2019 +0200
@@ -20,4 +20,27 @@
 		<trash>.trash</trash>
 		<database>dav-sync-tests-test1b-db.xml</database>
 	</directory>
+	
+	<!--
+	Test 2: default settings after add-directory
+	-->
+	<directory>
+		<name>test2a</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>
+	</directory>
+	
+	<directory>
+		<name>test2b</name>
+		<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>
+	</directory>
 </configuration>

mercurial