Module: wine Branch: master Commit: 91aa80b7e3dbf39de2ea1f2aa109cdb21b73082b URL: http://source.winehq.org/git/wine.git/?a=commit;h=91aa80b7e3dbf39de2ea1f2aa1...
Author: Francois Gouget fgouget@free.fr Date: Sat Mar 5 11:52:01 2011 +0100
urlmon/tests: Add a '\n' to an ok() call.
---
dlls/urlmon/tests/url.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c index 4469949..17a797b 100644 --- a/dlls/urlmon/tests/url.c +++ b/dlls/urlmon/tests/url.c @@ -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(unk != NULL, "unk == NULL\n"); if(unk == NULL) { - ok(0, "Expected security problem to be ignored."); + ok(0, "Expected security problem to be ignored.\n"); invalid_cn_accepted = FALSE; binding_hres = INET_E_INVALID_CERTIFICATE; }