Nikolay Sivov : shell32/tests: Fix one of test failures on win2k.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 4 09:32:02 CDT 2015


Module: wine
Branch: master
Commit: 8c11e6b2f09edf9d32b88e7d9c876522e4ed177f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8c11e6b2f09edf9d32b88e7d9c876522e4ed177f

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Jun  4 00:57:12 2015 +0300

shell32/tests: Fix one of test failures on win2k.

---

 dlls/shell32/tests/shelldispatch.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c
index 492d446..22eabf5 100644
--- a/dlls/shell32/tests/shelldispatch.c
+++ b/dlls/shell32/tests/shelldispatch.c
@@ -398,6 +398,7 @@ static void test_ShellFolderViewDual(void)
         &IID_IShellDispatch6,
         &IID_IShellDispatch5,
         &IID_IShellDispatch4,
+        &IID_IShellDispatch2,
         &IID_NULL
     };
     IShellFolderViewDual *viewdual;




More information about the wine-cvs mailing list