mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[WIN32KNT_APITEST] Replace remaining TESTX() (#1609)
Addendum to b7794e8112
.
This commit is contained in:
parent
9f57320175
commit
347a74785e
4 changed files with 6 additions and 7 deletions
|
@ -102,8 +102,8 @@ Test_IsSpecialState(HDC hdc, BOOL bMemDC)
|
|||
TEST(pt.x == 56);
|
||||
TEST(pt.y == 78);
|
||||
GetWindowExtEx(hdc, &sz);
|
||||
TESTX(sz.cx == 123, "sz.cx == %ld\n", sz.cx);
|
||||
TESTX(sz.cy == 456, "sz.cy == %ld\n", sz.cy);
|
||||
ok(sz.cx == 123, "sz.cx == %ld\n", sz.cx);
|
||||
ok(sz.cy == 456, "sz.cy == %ld\n", sz.cy);
|
||||
GetViewportExtEx(hdc, &sz);
|
||||
TEST(sz.cx == 234);
|
||||
TEST(sz.cy == 567);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue