mshtml/tests: Fix a typo in ok() message.

Michael Stefaniuc mstefani at redhat.com
Thu Jun 23 05:06:42 CDT 2016


On 06/23/2016 11:56 AM, Andrey Gusev wrote:
> 
> mshtml-tests-Fix-a-typo-in-ok-message.txt
> 
> 
> From d30dec56bc2f7f716ab786516ee6080c9cdea67f Mon Sep 17 00:00:00 2001
> Message-Id: <d30dec56bc2f7f716ab786516ee6080c9cdea67f.1466675739.git.andrey.goosev at gmail.com>
> From: Andrey Gusev <andrey.goosev at gmail.com>
> Date: Thu, 23 Jun 2016 12:55:21 +0300
> Subject: [PATCH] mshtml/tests: Fix a typo in ok() message.
> 
> Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
> ---
>  dlls/mshtml/tests/dom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
> index dce65d5..5c4261e 100644
> --- a/dlls/mshtml/tests/dom.c
> +++ b/dlls/mshtml/tests/dom.c
> @@ -7497,7 +7497,7 @@ static void test_table_elem(IHTMLElement *elem)
>      VariantClear(&v);
>      hres = IHTMLTable_get_width(table, &v);
>      ok(hres == S_OK, "get_width = %08x\n", hres);
> -    ok(!strcmp_wa(V_BSTR(&v), "40.2%"), "Expected 40.2%%, got %s\n", wine_dbgstr_w(V_BSTR(&v)));
> +    ok(!strcmp_wa(V_BSTR(&v), "40.2%"), "Expected 40.2%, got %s\n", wine_dbgstr_w(V_BSTR(&v)));
That is not a typo, one of this commands would have told you that:
- man 3 printf
- make


bye
	michael



More information about the wine-devel mailing list