[USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209)

- Improve the test by examining total number of icon groups in files
  and by adding more testcases including two new icon files.
- Add new ROS.ico file which has both a normal icon and a PNG one.
- Add tests for explorer.exe and new ROS.ico and sysicon.ico files.

CORE-18897
This commit is contained in:
Doug Lyons 2023-07-10 14:24:41 -05:00 committed by GitHub
parent d8e82ee45f
commit 454a27cdff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 120 additions and 11 deletions

View file

@ -1,2 +1,5 @@
#define IDI_TEST 1000
#define IDR_ICONS_PNG 2000
#define IDR_ICONS_NORMAL 2001