comctl32: Fix test description in test_hittest.

Gerald Pfeifer gerald at pfeifer.com
Sun Oct 31 13:15:05 CDT 2010


Unless I am confused, and the name of the variable vert is misleading
as well, I believe the description of this test needs to be adjusted as
follows.

Gerald

---
 dlls/comctl32/tests/listview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index d249af8..0223167 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -3025,7 +3025,7 @@ static void test_hittest(void)
     horiz = LOWORD(r);
     vert = HIWORD(r);
     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);
     expect(TRUE, r);
 
-- 
1.7.2.2



More information about the wine-patches mailing list