11 Jun
2008
11 Jun
'08
5:20 p.m.
On Wed, Jun 11, 2008 at 12:01 PM, Vitaly Perov <vitperov(a)etersoft.ru> wrote:
Changelog: - shell32: test added. It check whether SHFileOperation could correctly work with input files mask '*.*'
+ retval = SHFileOperationA(&shfo); + ok(retval == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", retval); + ok(!file_exists("testdir2\\one.txt"), "Expected one.txt to not exist\n"); Please don't add more of the weird spacing for the ok's. That is a byproduct of a huge patch that I sent to reduce the number of changes, and it just hasn't been fixed yet. -- James Hawkins