Francois Gouget : msi/tests: Declare the custom subtest.
Module: wine Branch: master Commit: 208ff02005e183a9f9b153644e06ace3e865df5e URL: https://source.winehq.org/git/wine.git/?a=commit;h=208ff02005e183a9f9b153644... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Tue Aug 27 04:14:34 2019 +0200 msi/tests: Declare the custom subtest. It may print test failures and as such should be declared by its parent. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msi/tests/action.c | 1 + dlls/msi/tests/install.c | 1 + 2 files changed, 2 insertions(+) diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c index c0d67c3..6be56f7 100644 --- a/dlls/msi/tests/action.c +++ b/dlls/msi/tests/action.c @@ -6519,6 +6519,7 @@ START_TEST(action) BOOL ret = FALSE; init_functionpointers(); + subtest("custom"); if (pIsWow64Process) pIsWow64Process(GetCurrentProcess(), &is_wow64); diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 1747a44..8a9e98c 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -6235,6 +6235,7 @@ START_TEST(install) BOOL ret = FALSE; init_functionpointers(); + subtest("custom"); if (pIsWow64Process) pIsWow64Process(GetCurrentProcess(), &is_wow64);
participants (1)
-
Alexandre Julliard