shdocvw/tests: Fix a test failure with IE8.

This commit is contained in:
Paul Vriens 2009-05-13 11:18:18 +02:00 committed by Alexandre Julliard
parent f71904872a
commit 52fdc9e265

View 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);