shdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.

This commit is contained in:
Jacek Caban 2007-12-17 01:38:41 +01:00 committed by Alexandre Julliard
parent 559649c443
commit ef16e9f82b

View file

@ -186,6 +186,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
switch(nCmdID) {
case 24:
return E_FAIL; /* TODO */
case 66:
return E_FAIL; /* TODO */
default:
ok(0, "unexpected nCmdID %d\n", nCmdID);
}