Open
Description
The current checksum tests for new dav chunking only trigger checksum verification for individual chunks: https://github.com/owncloud/core/blob/master/tests/integration/features/checksums.feature#L150
We need to add tests that send the full file checksum with the MOVE operation to make the server verify the checksum for the full file.
cc @IljaN