urlmon/tests: Add a '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Sat Mar 5 04:52:01 CST 2011


---
 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;
             }
-- 
1.7.2.3




More information about the wine-patches mailing list