Francois Gouget : msi/tests: Declare the custom subtest.

Alexandre Julliard julliard at winehq.org
Tue Sep 3 16:34:07 CDT 2019


Module: wine
Branch: master
Commit: 208ff02005e183a9f9b153644e06ace3e865df5e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=208ff02005e183a9f9b153644e06ace3e865df5e

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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);




More information about the wine-cvs mailing list