[SHELL32_APITEST] Improve PathResolve testcase

- Use line numbers instead of entry numbers.
- Add LFN check.
- Delete some test entries outside of test data directory.
- Add some test entries.
CORE-18080
This commit is contained in:
Katayama Hirofumi MZ 2022-11-01 08:55:42 +09:00
parent 4615c824db
commit 83e690cd92
3 changed files with 429 additions and 590 deletions

View file

@ -49,7 +49,7 @@ set_target_properties(shell32_apitest
target_link_libraries(shell32_apitest wine uuid ${PSEH_LIB} cpprt atl_classes)
set_module_type(shell32_apitest win32cui)
add_importlibs(shell32_apitest user32 gdi32 shell32 ole32 oleaut32 advapi32 shlwapi msvcrt kernel32 ntdll)
add_importlibs(shell32_apitest user32 gdi32 shell32 shlwapi ole32 oleaut32 advapi32 shlwapi msvcrt kernel32 ntdll)
add_pch(shell32_apitest shelltest.h "${PCH_SKIP_SOURCE}")
add_rostests_file(TARGET shell32_apitest)

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,7 @@
#include <winreg.h>
#include <shlobj.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <atlbase.h>
#include <atlcom.h>