Home
last modified time | relevance | path

Searched refs:sec_url_ex_tests (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/urlmon/
H A Dsec_mgr.c1595 } sec_url_ex_tests[] = { variable
1625 for(i = 0; i < ARRAY_SIZE(sec_url_ex_tests); ++i) { in test_InternetGetSecurityUrlEx()
1626 LPWSTR uriW = a2w(sec_url_ex_tests[i].uri); in test_InternetGetSecurityUrlEx()
1635 todo_wine_if (sec_url_ex_tests[i].todo) { in test_InternetGetSecurityUrlEx()
1636 ok(hr == sec_url_ex_tests[i].default_hres, in test_InternetGetSecurityUrlEx()
1638 hr, sec_url_ex_tests[i].default_hres, i); in test_InternetGetSecurityUrlEx()
1646 todo_wine_if (sec_url_ex_tests[i].todo) { in test_InternetGetSecurityUrlEx()
1658 todo_wine_if (sec_url_ex_tests[i].todo) { in test_InternetGetSecurityUrlEx()
1659 ok(hr == sec_url_ex_tests[i].default_hres, in test_InternetGetSecurityUrlEx()
1661 hr, sec_url_ex_tests[i].default_hres, i); in test_InternetGetSecurityUrlEx()
[all …]