urlmon/tests: Add a '\n' to an ok() call.
This commit is contained in:
parent
af10470597
commit
91aa80b7e3
|
@ -2765,7 +2765,7 @@ static void test_BindToStorage(int protocol, DWORD flags, DWORD t)
|
||||||
ok(hres == S_OK, "IMoniker_BindToStorage failed: %08x\n", hres);
|
ok(hres == S_OK, "IMoniker_BindToStorage failed: %08x\n", hres);
|
||||||
ok(unk != NULL, "unk == NULL\n");
|
ok(unk != NULL, "unk == NULL\n");
|
||||||
if(unk == NULL) {
|
if(unk == NULL) {
|
||||||
ok(0, "Expected security problem to be ignored.");
|
ok(0, "Expected security problem to be ignored.\n");
|
||||||
invalid_cn_accepted = FALSE;
|
invalid_cn_accepted = FALSE;
|
||||||
binding_hres = INET_E_INVALID_CERTIFICATE;
|
binding_hres = INET_E_INVALID_CERTIFICATE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue