gdi32/tests: Fix a test description in test_logpen.

This commit is contained in:
Gerald Pfeifer 2010-09-05 00:14:45 +02:00 committed by Alexandre Julliard
parent 9387fe19a0
commit b2e2793e28
1 changed files with 1 additions and 1 deletions

View File

@ -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: