Francois Gouget : mshtml: Add trailing '\n's to ok() calls.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:03:29 CST 2006


Module: wine
Branch: refs/heads/master
Commit: deaaa681aa7c978e14acf2fe3e497b56a7eb77dc
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=deaaa681aa7c978e14acf2fe3e497b56a7eb77dc

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb 13 13:23:13 2006 +0100

mshtml: Add trailing '\n's to ok() calls.

---

 dlls/mshtml/tests/htmldoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index fee6565..9b99c62 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -176,7 +176,7 @@ static HRESULT WINAPI HlinkFrame_Navigat
 
         hres = IHlink_GetHlinkSite(pihlNavigate, &site, &site_data);
         ok(hres == S_OK, "GetHlinkSite failed: %08lx\n", hres);
-        ok(site == NULL, "site = %p\n, expected NULL", site);
+        ok(site == NULL, "site = %p\n, expected NULL\n", site);
         ok(site_data == 0xdeadbeef, "site_data = %lx\n", site_data);
     }
 




More information about the wine-cvs mailing list