mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 16:52:11 +00:00
[WIN32KNT_APITEST]: Make a test for NtUserGetClassInfo more strict to test its exact return value.
svn path=/trunk/; revision=73786
This commit is contained in:
parent
25d242883a
commit
6f9bc0e872
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ START_TEST(NtUserCreateWindowEx)
|
|||
TEST(res.hIconSm == wclex.hIconSm);
|
||||
|
||||
/* Get versioned class info */
|
||||
TEST(NtUserGetClassInfo(hinst, &ver_cls, &res, &pwstr, 0) != 0);
|
||||
TEST(NtUserGetClassInfo(hinst, &ver_cls, &res, &pwstr, 0) == atom2);
|
||||
TEST(GetLastError() == 0);
|
||||
TEST(res.cbSize == wclex2.cbSize);
|
||||
TEST(res.style == wclex2.style);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue