kernel32/tests: Add tests for delete behaviour of CopyFileEx.

Sebastian Lackner sebastian at fds-team.de
Tue May 19 01:24:18 CDT 2015


These tests show that CopyFileEx doesn't attempt to delete a cancelled file
operation if it wasn't possible to open the file with DELETE permissions
at the beginning (which suggests that it internally is implemented based on
FileDispositionInfo instead of manually calling DeleteFile).

---
 dlls/kernel32/tests/file.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-tests-Add-tests-for-delete-behaviour-of-Cop.patch
Type: text/x-patch
Size: 3460 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150519/4df0bf48/attachment.bin>


More information about the wine-patches mailing list