[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:
Giannis Adamopoulos 2017-02-13 09:56:35 +00:00
parent 25d242883a
commit 6f9bc0e872

View file

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