gdi32/tests: Fix a typ description in test_logpen.

Gerald Pfeifer gerald at pfeifer.com
Sun Sep 5 09:49:00 CDT 2010


winebot claims this is causing a tons of test failures on W98SE,
but that doesn't make sense at all.

That said, the changelog should read 

  Fix a test description in test_logpen.

now that I see this again.  Sorry.

Gerald

On Sun, 5 Sep 2010, Gerald Pfeifer wrote:
> ---
>  dlls/gdi32/tests/pen.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/dlls/gdi32/tests/pen.c b/dlls/gdi32/tests/pen.c
> index 460288d..5a5c063 100644
> --- a/dlls/gdi32/tests/pen.c
> +++ b/dlls/gdi32/tests/pen.c
> @@ -293,7 +293,7 @@ static void test_logpen(void)
>              ok(ext_pen.elp.elpHatch == HS_CROSS, "expected HS_CROSS, got %p\n", (void *)ext_pen.elp.elpHatch);
>              ok(ext_pen.elp.elpNumEntries == 2, "expected 0, got %x\n", ext_pen.elp.elpNumEntries);
>              ok(ext_pen.elp.elpStyleEntry[0] == 0xabc, "expected 0xabc, got %x\n", ext_pen.elp.elpStyleEntry[0]);
> -            ok(ext_pen.elp.elpStyleEntry[1] == 0xdef, "expected 0xabc, got %x\n", ext_pen.elp.elpStyleEntry[1]);
> +            ok(ext_pen.elp.elpStyleEntry[1] == 0xdef, "expected 0xdef, got %x\n", ext_pen.elp.elpStyleEntry[1]);
>              break;
>  
>          default:
> 



More information about the wine-patches mailing list