[PATCH 2/3] msi/tests: Declare the custom subtest.

Francois Gouget fgouget at codeweavers.com
Mon Aug 26 21:14:34 CDT 2019


It may print test failures and as such should be declared by its parent.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 c0d67c343ec..6be56f76d7c 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 e348f327011..978d6193157 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -6212,6 +6212,7 @@ START_TEST(install)
     BOOL ret = FALSE;
 
     init_functionpointers();
+    subtest("custom");
 
     if (pIsWow64Process)
         pIsWow64Process(GetCurrentProcess(), &is_wow64);
-- 
2.20.1




More information about the wine-devel mailing list