Sergey Guralnik : user32/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed May 29 14:47:34 CDT 2013


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

Author: Sergey Guralnik <serhio at etersoft.ru>
Date:   Wed May 29 10:56:17 2013 +0300

user32/tests: Fix a typo.

---

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

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index 37d210e..20d8d9f 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -7353,12 +7353,12 @@ static void test_update_region(void)
 
     rgn1 = CreateRectRgn(0, 0, 0, 0);
     ok(GetUpdateRgn(parent, rgn1, FALSE) == NULLREGION,
-            "has invalid area after ValidRgn(NULL)\n");
+            "has invalid area after ValidateRgn(NULL)\n");
     GetUpdateRgn(hwnd, rgn1, FALSE);
     rgn2 = CreateRectRgnIndirect(&rc);
     ok(EqualRgn(rgn1, rgn2), "assigned and retrieved update regions are different\n");
     ok(GetUpdateRgn(child, rgn2, FALSE) == NULLREGION,
-            "has invalid area after ValidRgn(NULL)\n");
+            "has invalid area after ValidateRgn(NULL)\n");
 
     SetWindowPos(hwnd, 0, wnd_orig.x, wnd_orig.y,  0, 0,
             SWP_NOZORDER | SWP_NOACTIVATE | SWP_NOSIZE);




More information about the wine-cvs mailing list