Commit 52fdc9e2 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shdocvw/tests: Fix a test failure with IE8.

parent f7190487
...@@ -275,6 +275,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID ...@@ -275,6 +275,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
case 66: /* TODO */ case 66: /* TODO */
case 67: /* TODO */ case 67: /* TODO */
case 69: /* TODO */ case 69: /* TODO */
case 101: /* TODO (IE8) */
return E_FAIL; return E_FAIL;
default: default:
ok(0, "unexpected nCmdID %d\n", nCmdID); ok(0, "unexpected nCmdID %d\n", nCmdID);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment