mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[SHELL32_APITEST] Fixed SimpleIDListFromPath and SHGetFileInfo tests on NT5 (#8038)
This commit is contained in:
@@ -61,7 +61,7 @@ START_TEST(SHGetFileInfo)
|
||||
my_ok_all_flags(info.dwAttributes, SFGAO_FILESYSTEM | SFGAO_STREAM);
|
||||
|
||||
info.dwAttributes = ~SFGAO_VALIDATE;
|
||||
ok_int(SHGFI(L"c:", info, flags | SHGFI_ATTR_SPECIFIED), TRUE); // ROS fails this, a parsing bug in CDrivesFolder?
|
||||
ok_int(SHGFI(L"c:", info, flags | SHGFI_ATTR_SPECIFIED), LOBYTE(GetVersion()) >= 6);
|
||||
my_ok_all_flags(info.dwAttributes, SFGAO_FILESYSTEM | SFGAO_FILESYSANCESTOR);
|
||||
|
||||
info.dwAttributes = ~SFGAO_VALIDATE;
|
||||
|
||||
Reference in New Issue
Block a user