test/bin-test/test-dav-sync.sh

changeset 637
20241338740c
parent 635
a6b1ec1b7ba0
child 640
65e40934b26c
--- a/test/bin-test/test-dav-sync.sh	Tue Sep 03 21:24:17 2019 +0200
+++ b/test/bin-test/test-dav-sync.sh	Wed Sep 04 19:28:10 2019 +0200
@@ -61,6 +61,9 @@
 mkdir tmp-sync
 mkdir tmp-sync/test1a
 mkdir tmp-sync/test1b
+mkdir tmp-sync/test2a
+mkdir tmp-sync/test2b
+
 
 # check if config works
 TEST1_DIR=`$DAV_SYNC_BIN list-dirs | grep test1a | tail -n 1`
@@ -94,6 +97,7 @@
 do_test "dav-sync pull (1)" test-dav-sync-pull1.sh
 do_test "dav-sync pull conflict (1)" test-dav-sync-pull-conflict.sh
 do_test "dav-sync push conflict (1)" test-dav-sync-push-conflict.sh
+do_test "dav-sync hashing" test-dav-sync-hashing.sh
 
 # cleanup
 $DAV_BIN rm dav-test-repo/sync/test1 > /dev/null 2>&1

mercurial