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

Alexandre Julliard julliard at winehq.org
Fri Oct 10 08:06:44 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Oct 10 13:44:00 2008 +0200

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

---

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

diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index 3944962..90e5583 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -282,7 +282,7 @@ static HRESULT WINAPI funcDisp_InvokeEx(IDispatchEx *iface, DISPID id, LCID lcid
     ok(V_VT(pdp->rgvarg+1) == VT_BOOL, "V_VT(rgvarg[1]) = %d\n", V_VT(pdp->rgvarg));
     ok(V_BOOL(pdp->rgvarg+1) == VARIANT_TRUE, "V_BOOL(rgvarg[1]) = %x\n", V_BOOL(pdp->rgvarg));
     ok(pvarRes != NULL, "pvarRes == NULL\n");
-    ok(pei != NULL, "pei == NULL");
+    ok(pei != NULL, "pei == NULL\n");
     ok(!pspCaller, "pspCaller != NULL\n");
 
     V_VT(pvarRes) = VT_I4;




More information about the wine-cvs mailing list