[Wine-devel] Eter's patch is applied to winehq repo 05/29/13
builder-robot на etersoft.ru
builder-robot на etersoft.ru
Ср Май 29 23:50:22 MSK 2013
New Etersoft's patches since last build time:
commit e3219fa426f141098558dcb069cf7c96b2584bca
Author: Sergey Guralnik <serhio на etersoft.ru>
user32/tests: Fix a typo.
---
commit e3219fa426f141098558dcb069cf7c96b2584bca
Author: Sergey Guralnik <serhio на etersoft.ru>
Date: Wed May 29 10:56:17 2013 +0300
user32/tests: Fix a typo.
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);
Подробная информация о списке рассылки Wine-devel