mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
[APITESTS][WIN32KNT_APITEST] Improve NtGdiGetFontResourceInfoInternalW testcase (#1290)
Use ok macro instead of obsolete TEST macro.
This commit is contained in:
parent
377734c9ec
commit
8fa1a24edc
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
|
|||
&logfont,
|
||||
2);
|
||||
|
||||
TEST(bRet != FALSE);
|
||||
ok(bRet != FALSE, "bRet was not FALSE.\n");
|
||||
|
||||
printf("lfHeight = %ld\n", logfont.lfHeight);
|
||||
printf("lfWidth = %ld\n", logfont.lfWidth);
|
||||
|
@ -40,4 +40,3 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
|
|||
// RemoveFontResourceW(szFullFileName);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue