mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:11:49 +00:00
[APITESTS] Improve and fix tests
This commit is contained in:
parent
cd5cc017cb
commit
465745b683
45 changed files with 832 additions and 566 deletions
|
@ -52,9 +52,9 @@ START_TEST(LoadImage)
|
|||
|
||||
hCopy = CopyImage(arg, IMAGE_CURSOR, 0, 0, LR_SHARED);
|
||||
ok(hCopy != NULL, "\n");
|
||||
ok(DestroyIcon(hCopy), "\n");
|
||||
ok(DestroyIcon(hCopy), "DestroyIcon should succeed.\n");
|
||||
/* This one is shared */
|
||||
ok(DestroyIcon(hCopy), "\n");
|
||||
ok(DestroyIcon(hCopy) == 0, "DestroyIcon should fail.\n");
|
||||
|
||||
/* Try various usual functions */
|
||||
hdcScreen = CreateDCW(L"DISPLAY", NULL, NULL, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue