[Wine-devel] [PATCH] shell32: SHFileOperation: test added

James Hawkins =?iso-8859-1?q?truiken_=CE=C1_gmail=2Ecom?=
Ср Июн 11 21:20:47 MSD 2008


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


Подробная информация о списке рассылки Wine-devel