shdocvw/tests: Fix a test failure with IE8.
This commit is contained in:
parent
f71904872a
commit
52fdc9e265
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue