[PATCH 2/3] jscript_test: improve message in DispatchEx_Invoke

Jacek Caban jacek at codeweavers.com
Mon Apr 29 09:53:00 CDT 2019


On 4/24/19 10:38 PM, Andreas Maier wrote:
> Patch created by Jacek Caban <jacek at codeweavers.com>
>
> Signed-off-by: Andreas Maier <staubim at quantentunnel.de>
> ---
>   dlls/jscript/tests/run.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c
> index aadb31700d..e79e02f189 100644
> --- a/dlls/jscript/tests/run.c
> +++ b/dlls/jscript/tests/run.c
> @@ -267,7 +267,7 @@ static HRESULT WINAPI DispatchEx_Invoke(IDispatchEx *iface, DISPID dispIdMember,
>                               REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams,
>                               VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
>   {
> -    ok(0, "unexpected call\n");
> +    ok(0, "unexpected call %d\n", dispIdMember);
>       return E_NOTIMPL;


Please just skip this, you add a better version in your patch anyway.


Jacek




More information about the wine-devel mailing list