shell32/tests/shlexec.c: SE_ERR_NOASSOC test works for me

Sami Aario sami.aario at surfeu.fi
Wed Mar 1 16:48:48 CST 2006


Hi,

The SE_ERR_NOASSOC test in shell32/tests/shlexec.c works for me.
What about all y'all?

Changelog:
- Remove todo_wine block around SE_ERR_NOASSOC test.


-------------- next part --------------
Index: shlexec.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/tests/shlexec.c,v
retrieving revision 1.9
diff -u -r1.9 shlexec.c
--- shlexec.c	21 Feb 2006 19:14:15 -0000	1.9
+++ shlexec.c	1 Mar 2006 22:17:21 -0000
@@ -807,9 +807,7 @@
     if (CopyFile(argv0, filename, FALSE))
     {
         rc=shell_execute(NULL, filename, params, NULL);
-        todo_wine {
         ok(rc==SE_ERR_NOASSOC, "%s succeeded: rc=%d\n", shell_call, rc);
-        }
     }
 }
 


More information about the wine-patches mailing list