[PATCH 01/11] user32/tests: Fixed error message.

Florian Köberle florian at fkoeberle.de
Tue Jan 20 06:52:33 CST 2009


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

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index 9d6ba7f..c73856f 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -5258,7 +5258,7 @@ static LRESULT WINAPI test_thick_child_size_winproc(HWND hwnd, UINT msg, WPARAM
             actualMaxSizeX = minmax->ptMaxSize.x;
             actualMaxSizeY = minmax->ptMaxSize.y;
             ok(actualMaxSizeX == expectedMaxSizeX &&  actualMaxSizeY == expectedMaxSizeY,
-                "expected maxTrack %dx%d, actual maxTrack %dx%d\n",
+                "expected maxSize %dx%d, actual maxSize %dx%d\n",
                 expectedMaxSizeX, expectedMaxSizeY, actualMaxSizeX, actualMaxSizeY);
 
             expectedPosX = - getExpectedThickChildInc();
-- 
1.5.4.3




More information about the wine-patches mailing list