[PATCH] shell32: SHFileOperation: test added

James Hawkins truiken at gmail.com
Wed Jun 11 12:20:47 CDT 2008


On Wed, Jun 11, 2008 at 12:01 PM, Vitaly Perov <vitperov at 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



More information about the wine-devel mailing list