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

changeset 679
0d352b79363a
parent 678
41b4cc024249
child 681
3320429502cf
--- a/test/bin-test/dav-home/sync.xml	Sat Nov 09 10:18:58 2019 +0100
+++ b/test/bin-test/dav-home/sync.xml	Fri Nov 15 18:07:11 2019 +0100
@@ -183,4 +183,33 @@
 		</tagconfig>
 		<metadata>all</metadata>
 	</directory>
+	
+	<!--
+	Test 5: Versioning
+	-->
+	<directory>
+		<name>test5a</name>
+		<path>$HOME/tmp-sync/test5a</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test5</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test5a-db.xml</database>
+		
+		<hashing>true</hashing>
+		
+		<versioning type="simple" always="true" />
+	</directory>
+	
+	<directory>
+		<name>test5b</name>
+		<path>$HOME/tmp-sync/test5b</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test5</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test5b-db.xml</database>
+		
+		<hashing>true</hashing>
+		
+		<versioning type="simple" always="true" />
+	</directory>
 </configuration>

mercurial