Jacek Caban : jscript/tests: Allow GetTypeInfo calls.

Alexandre Julliard julliard at winehq.org
Mon Mar 4 15:08:24 CST 2019


Module: wine
Branch: master
Commit: 36e58035c2296dd73b852a7f908076515cd07e7c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=36e58035c2296dd73b852a7f908076515cd07e7c

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Mar  1 17:43:40 2019 +0100

jscript/tests: Allow GetTypeInfo calls.

Those are called by some versions of jscript.dll.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/tests/run.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c
index 77cd74e..aadb317 100644
--- a/dlls/jscript/tests/run.c
+++ b/dlls/jscript/tests/run.c
@@ -252,7 +252,6 @@ static HRESULT WINAPI DispatchEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pcti
 static HRESULT WINAPI DispatchEx_GetTypeInfo(IDispatchEx *iface, UINT iTInfo,
                                               LCID lcid, ITypeInfo **ppTInfo)
 {
-    ok(0, "unexpected call\n");
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list