Nikolay Sivov : shell32/tests: Fix some test failures on Win8.

Alexandre Julliard julliard at winehq.org
Mon Feb 24 15:42:30 CST 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Feb 24 09:59:17 2014 +0400

shell32/tests: Fix some test failures on Win8.

---

 dlls/shell32/tests/ebrowser.c |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c
index fe05e5f..1936cf9 100644
--- a/dlls/shell32/tests/ebrowser.c
+++ b/dlls/shell32/tests/ebrowser.c
@@ -67,8 +67,10 @@ DEFINE_GUID(IID_UnknownInterface13,   0xa36a3ace, 0x8332, 0x45ce, 0xaa,0x29, 0x5
 DEFINE_GUID(IID_UnknownInterface14,   0x16770868, 0x239c, 0x445b, 0xa0,0x1d, 0xf2,0x6c,0x7f,0xbb,0xf2,0x6c);
 DEFINE_GUID(IID_UnknownInterface15,   0x05a89298, 0x6246, 0x4c63, 0xbb,0x0d, 0x9b,0xda,0xf1,0x40,0xbf,0x3b);
 DEFINE_GUID(IID_UnknownInterface16,   0x35094a87, 0x8bb1, 0x4237, 0x96,0xc6, 0xc4,0x17,0xee,0xbd,0xb0,0x78);
-DEFINE_GUID(IID_UnknownInterface17,   0xa36a3ace, 0x8332, 0x45ce, 0xaa,0x29, 0x50,0x3c,0xb7,0x6b,0x25,0x87);
-DEFINE_GUID(IID_UnknownInterface18,   0x3d5d8c60, 0x21e4, 0x4b03, 0x83,0xb8, 0xc7,0x3f,0x8c,0x94,0x00,0x78);
+DEFINE_GUID(IID_UnknownInterface17,   0x3d5d8c60, 0x21e4, 0x4b03, 0x83,0xb8, 0xc7,0x3f,0x8c,0x94,0x00,0x78);
+DEFINE_GUID(IID_UnknownInterface18,   0x1fc45c07, 0x9e35, 0x4276, 0xad,0x7f, 0x08,0x60,0x3a,0xa0,0xf6,0x0f);
+DEFINE_GUID(IID_UnknownInterface19,   0xacd9b67a, 0xceab, 0x4c6c, 0x90,0xa1, 0xe8,0x57,0xc6,0x59,0xe3,0x9d);
+DEFINE_GUID(IID_UnknownInterface20,   0xd0fe6f62, 0xdea4, 0x46c9, 0x9d,0xae, 0x36,0xcb,0x13,0x99,0x78,0xfa);
 
 static HWND hwnd;
 
@@ -926,12 +928,15 @@ static void test_SetSite(void)
         /* Win 8 */
         { &IID_ICommDlgBrowser,         &IID_UnknownInterface11, 0, NULL },
         { &IID_ICommDlgBrowser,         &IID_UnknownInterface12, 0, NULL },
+        { &IID_ICommDlgBrowser,         &IID_UnknownInterface20, 0, NULL },
         { &IID_UnknownInterface13,      &IID_IUnknown, 0, NULL },
+        { &IID_UnknownInterface13,      &IID_UnknownInterface13, 0, NULL },
+        { &IID_UnknownInterface13,      &IID_UnknownInterface18, 0, NULL },
         { &IID_UnknownInterface14,      &IID_UnknownInterface14, 0, NULL },
         { &IID_UnknownInterface15,      &IID_UnknownInterface15, 0, NULL },
         { &IID_UnknownInterface16,      &IID_UnknownInterface16, 0, NULL },
         { &IID_UnknownInterface17,      &IID_UnknownInterface17, 0, NULL },
-        { &IID_UnknownInterface18,      &IID_UnknownInterface18, 0, NULL },
+        { &IID_UnknownInterface17,      &IID_UnknownInterface19, 0, NULL },
 
         /* Other services requested in Vista, Windows 2008 but not in Windows 7 */
         { &IID_IBrowserSettings_Vista,  &IID_IBrowserSettings_Vista, 0, NULL },




More information about the wine-cvs mailing list