Paul Vriens : shdocvw/tests: Fix a test failure with IE8.

Alexandre Julliard julliard at winehq.org
Wed May 13 10:19:43 CDT 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Wed May 13 11:18:18 2009 +0200

shdocvw/tests: Fix a test failure with IE8.

---

 dlls/shdocvw/tests/webbrowser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c
index fe7df89..131b29c 100644
--- a/dlls/shdocvw/tests/webbrowser.c
+++ b/dlls/shdocvw/tests/webbrowser.c
@@ -275,6 +275,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
         case 66: /* TODO */
         case 67: /* TODO */
         case 69: /* TODO */
+        case 101: /* TODO (IE8) */
             return E_FAIL;
         default:
             ok(0, "unexpected nCmdID %d\n", nCmdID);




More information about the wine-cvs mailing list