mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[HLINK_WINETEST] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
ea2a3922c9
commit
4f653a5538
1 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,8 @@ static void test_persist_save_data(const char *testname, IHlink *lnk,
|
||||||
(expected_data_alt == expected_hlink_data3_ie7 && i == 109) /* Win10 */ ||
|
(expected_data_alt == expected_hlink_data3_ie7 && i == 109) /* Win10 */ ||
|
||||||
(expected_data_alt == expected_hlink_data5_ie7 && i == 107) /* Win10 */)
|
(expected_data_alt == expected_hlink_data5_ie7 && i == 107) /* Win10 */)
|
||||||
{
|
{
|
||||||
ok(data[i] == 0 || broken(data[i] == 1), "Expected 0 or 1, got %d\n", data[i]);
|
ok(data[i] == 0 || broken(data[i] == 1) || broken(data[i] == 3),
|
||||||
|
"Expected 0 or 1, got %d\n", data[i]);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ((expected_data_alt[i] != data[i]) &&
|
if ((expected_data_alt[i] != data[i]) &&
|
||||||
|
|
Loading…
Reference in a new issue