Fix and test _file and _renameTarget
authorChristian Kamm <mail@ckamm.de>
Thu, 28 Mar 2019 08:10:20 +0000 (09:10 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:44 +0000 (10:58 +0100)
commit47f10fbf96a9e273bb66ff3977d98f9abe742cc2
treef2cc4b5d018195c127c11f23e0d392962940d464
parentafbb58052873bab3f8c0282679344b8cab2ad90d
Fix and test _file and _renameTarget

There was a bunch of inconsistency around whether _file was set to
_renameTarget or not. This is now never done, passing on more
information.
src/libsync/owncloudpropagator.cpp
src/libsync/propagatedownload.cpp
src/libsync/propagatorjobs.cpp
test/testsyncmove.cpp
test/testsyncvirtualfiles.cpp