msi/tests: Fix test_feature_override() to properly clean up its features on removal.
commit932ed6bf84a96efa6e0169eb7c9414824eef195c
authorZebediah Figura <z.figura12@gmail.com>
Thu, 16 Jan 2020 16:26:09 +0000 (16 10:26 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Jan 2020 11:14:29 +0000 (17 12:14 +0100)
tree97dcb4efa8440a8f125baccbde7f45888abcc51d
parent0cbadb716ddaeb016ffe14deae2aaced59951064
msi/tests: Fix test_feature_override() to properly clean up its features on removal.

This was leaving behind registry entries (as well as the already accounted-for
program files), which apparently caused subsequent test failures when running
msi:action.

While Wine is not behaving exactly correctly here (i.e. and removing the feature
anyway), I suspect it is not sufficiently interesting to test whether we behave
correctly with what is essentially a buggy package.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/tests/install.c