shdocvw/tests: Fix a test failure with IE8.
authorPaul Vriens <Paul.Vriens.Wine@gmail.com>
Wed, 13 May 2009 09:18:18 +0000 (11:18 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 May 2009 10:04:18 +0000 (12:04 +0200)
dlls/shdocvw/tests/webbrowser.c

index fe7df89..131b29c 100644 (file)
@@ -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);