Re: shell32/tests: delete a nonexistent file in an existent dir or a nonexistent dir
18 Nov
2013
18 Nov
'13
11:13 a.m.
On 11/18/2013 20:12, Zhenbo Li wrote:
I found that shell32 test hasn't covered DE_INVALIDFILES --- dlls/shell32/tests/shlfileop.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) + ret = SHFileOperationA(&shfo); + todo_wine + ok(ret == 1026 || + ret == ERROR_FILE_NOT_FOUND || /* Vista */ + broken(ret == ERROR_SUCCESS), /* NT4 */ + "Expected 1026 or ERROR_FILE_NOT_FOUND, got %d\n", ret); I think it's safe to mark XP result broken() as well. Also please use 0x402 value here for it, it's easier to find this way.
4408
Age (days ago)
4408
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov