Index: winetests/shell32/shelldispatch.c =================================================================== --- winetests/shell32/shelldispatch.c (revision 70340) +++ winetests/shell32/shelldispatch.c (working copy) @@ -880,15 +880,15 @@ init_function_pointers(); test_namespace(); test_service(); + test_Verbs(); + test_ParseName(); if (!winetest_interactive) - skip("ROSTESTS-209: Skipping test_ShellFolderViewDual(), test_ShellWindows(), test_ParseName() and test_Verbs().\n"); + skip("ROSTESTS-209: Skipping test_ShellFolderViewDual() and test_ShellWindows().\n"); else { test_ShellFolderViewDual(); test_ShellWindows(); - test_ParseName(); - test_Verbs(); } test_ShellExecute();