comctl32: Fix test description in test_hittest.
This commit is contained in:
parent
d25d667627
commit
42b1006925
|
@ -3025,7 +3025,7 @@ static void test_hittest(void)
|
||||||
horiz = LOWORD(r);
|
horiz = LOWORD(r);
|
||||||
vert = HIWORD(r);
|
vert = HIWORD(r);
|
||||||
ok(bounds.bottom - bounds.top == vert,
|
ok(bounds.bottom - bounds.top == vert,
|
||||||
"Horizontal spacing inconsistent (%d != %d)\n", bounds.bottom - bounds.top, vert);
|
"Vertical spacing inconsistent (%d != %d)\n", bounds.bottom - bounds.top, vert);
|
||||||
r = SendMessage(hwnd, LVM_GETITEMPOSITION, 0, (LPARAM)&pos);
|
r = SendMessage(hwnd, LVM_GETITEMPOSITION, 0, (LPARAM)&pos);
|
||||||
expect(TRUE, r);
|
expect(TRUE, r);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue