Florian Köberle : user32/tests: Fixed error message.

Alexandre Julliard julliard at winehq.org
Wed Jan 21 06:40:21 CST 2009


Module: wine
Branch: master
Commit: 7b8b17dd42ba4021f828b0f11a5cd83521fe4f96
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7b8b17dd42ba4021f828b0f11a5cd83521fe4f96

Author: Florian Köberle <florian at fkoeberle.de>
Date:   Tue Jan 20 13:52:33 2009 +0100

user32/tests: Fixed error message.

---

 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();




More information about the wine-cvs mailing list