Paul Vriens : msi/tests: Remove a key after running tests.
Module: wine Branch: master Commit: e5c182f0dfd0ce14f88918a8dbc1446cd5d3a9d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5c182f0dfd0ce14f88918a8db... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Sat Mar 6 13:53:31 2010 +0100 msi/tests: Remove a key after running tests. --- dlls/msi/tests/install.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 62d1ef6..23b4564 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -8171,6 +8171,8 @@ static void test_feature_override(void) ok(delete_pf("msitest", FALSE), "File not installed\n"); delete_test_files(); + + RegDeleteKeyA(HKEY_LOCAL_MACHINE, "Software\\Wine\\msitest"); } static void test_create_folder(void)
participants (1)
-
Alexandre Julliard