mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +00:00
[WININET_WINETEST]
- Re-enable test_cert_struct in test_secure_connection ROSTESTS-121 #resolve svn path=/trunk/; revision=66343
This commit is contained in:
parent
fddcf61917
commit
53651189db
1 changed files with 1 additions and 8 deletions
|
@ -4667,14 +4667,7 @@ static void test_secure_connection(void)
|
|||
ok(ret, "InternetQueryOption failed: %d\n", GetLastError());
|
||||
ok(flags & SECURITY_FLAG_SECURE, "expected secure flag to be set\n");
|
||||
|
||||
if (!winetest_interactive)
|
||||
{
|
||||
skip("test_cert_struct(req, &test_winehq_org_cert), ROSTESTS-121\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
test_cert_struct(req, &test_winehq_org_cert);
|
||||
}
|
||||
test_cert_struct(req, &test_winehq_org_cert);
|
||||
|
||||
/* Querying the same option through InternetQueryOptionW still results in
|
||||
* ASCII strings being returned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue