Module: wine Branch: master Commit: 13fdfedeadd9e839f71b41843c1a8c3ccac7e98c URL: http://source.winehq.org/git/wine.git/?a=commit;h=13fdfedeadd9e839f71b41843c...
Author: Francois Gouget fgouget@free.fr Date: Mon Feb 8 05:25:14 2016 +0100
shell32/tests: Remove support for a todo_wine flag in ShellExecute()'s test_lnks() loop.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/tests/shlexec.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 259ba06..4f708df 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -2189,14 +2189,7 @@ static void test_lnks(void) okChildString("argvA3", "Lnk"); } sprintf(params, test->basename, tmpdir); - if ((test->todo & 0x8)==0) - { - okChildPath("argvA4", params); - } - else - { - okChildPath("argvA4", params); - } + okChildPath("argvA4", params); } test++; }