Francois Gouget : shell32/tests: Delete the shlproto test class when done.
Module: wine Branch: master Commit: 11d77e51d54ff1446a8a0e9d3ad8ae73ad18c3a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=11d77e51d54ff1446a8a0e9d3a... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Mar 20 07:13:13 2016 +0100 shell32/tests: Delete the shlproto test class when done. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/tests/shlexec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 9268bf3..9b1ec11 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -2831,6 +2831,7 @@ static void cleanup_test(void) /* Delete the test association */ delete_test_association(".shlexec"); + delete_test_class("shlproto"); CloseHandle(hEvent);
participants (1)
-
Alexandre Julliard