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

Alexandre Julliard julliard at winehq.org
Mon Mar 7 12:22:44 CST 2011


Module: wine
Branch: master
Commit: 91aa80b7e3dbf39de2ea1f2aa109cdb21b73082b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=91aa80b7e3dbf39de2ea1f2aa109cdb21b73082b

Author: Francois Gouget <fgouget at 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;
             }




More information about the wine-cvs mailing list