add automated tests for complex move scenario
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 11 Sep 2024 14:54:31 +0000 (16:54 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Thu, 12 Sep 2024 08:15:16 +0000 (10:15 +0200)
commit831f3430ab7f7294b7de4b279991ca313e2efe80
tree1c1458eb74e30ae5514fdfde7ee0706d9117eed0
parent724aa0133d59d5188f4258c3a6bbcde2c08e90d0
add automated tests for complex move scenario

we rename the top folder and we rename a not direct child that is also
moved to another folder below the original renamed top folder

so
a/b/c
a/b/d/file

will be
e/b/c/f/file

with
a -> e
d-> f

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
test/testsyncmove.cpp