msi/tests: Remove a key after running tests.

This commit is contained in:
Paul Vriens 2010-03-06 13:53:31 +01:00 committed by Alexandre Julliard
parent 8d58a91fa3
commit e5c182f0df
1 changed files with 2 additions and 0 deletions

View File

@ -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)