Jacek Caban : ieframe: Fixed tests on IE10.

Alexandre Julliard julliard at winehq.org
Fri Mar 1 12:42:24 CST 2013


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Mar  1 11:40:07 2013 +0100

ieframe: Fixed tests on IE10.

---

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

diff --git a/dlls/ieframe/tests/webbrowser.c b/dlls/ieframe/tests/webbrowser.c
index 43f761b..39bc21d 100644
--- a/dlls/ieframe/tests/webbrowser.c
+++ b/dlls/ieframe/tests/webbrowser.c
@@ -446,6 +446,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
         case 69: /* TODO */
         case 101: /* TODO (IE8) */
         case 109: /* TODO (IE9) */
+        case 113: /* TODO (IE10) */
             return E_FAIL;
         default:
             ok(0, "unexpected nCmdID %d\n", nCmdID);
@@ -453,6 +454,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
     }else if(IsEqualGUID(&CGID_ShellDocView, pguidCmdGroup)) {
         switch(nCmdID) {
         case 105: /* TODO */
+        case 134: /* TODO (IE10) */
+        case 136: /* TODO (IE10) */
         case 138: /* TODO */
         case 140: /* TODO (Win7) */
         case 144: /* TODO */
@@ -950,6 +953,9 @@ static HRESULT WINAPI WebBrowserEvents2_Invoke(IDispatch *iface, DISPID dispIdMe
         CHECK_EXPECT2(Invoke_282);
         break;
 
+    case 290: /* FIXME: IE10 */
+        break;
+
     default:
         ok(0, "unexpected dispIdMember %d\n", dispIdMember);
     }




More information about the wine-cvs mailing list