Discovery: fix TestSyncVirtualFiles::testExtraFilesLocalDehydrated on windows
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 31 Oct 2019 09:41:38 +0000 (10:41 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:02 +0000 (10:59 +0100)
commitfc0aeb53b16420db6cc7006fc55169a0317e2fb0
treead64a1e232a4ded6f9b35b65fa59636f00222c54
parentca18bbc2ca4d40c2f626150d28d31b9138313a78
Discovery: fix TestSyncVirtualFiles::testExtraFilesLocalDehydrated on windows

On windows we do a test to know if we should change the case of the files,
but that conflict with the test that checks if the file was still there
when the filename is actually the same. Which can happen with virtual files
as they have two representation (the one with and without suffix).
src/libsync/discovery.cpp