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

Alexandre Julliard julliard at winehq.org
Mon Dec 17 06:42:03 CST 2007


Module: wine
Branch: master
Commit: ef16e9f82b3cdee2d44e2423beb69547c82db90c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ef16e9f82b3cdee2d44e2423beb69547c82db90c

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Dec 17 01:38:41 2007 +0100

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

---

 dlls/shdocvw/tests/webbrowser.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c
index 4205a03..f5e22ca 100644
--- a/dlls/shdocvw/tests/webbrowser.c
+++ b/dlls/shdocvw/tests/webbrowser.c
@@ -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);
         }




More information about the wine-cvs mailing list