Detlef Riekenberg : mshtml/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Feb 14 10:02:05 CST 2011


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri Feb 11 17:34:49 2011 +0100

mshtml/tests: Fix a typo.

---

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

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index 03666fa..c6e49ef 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -5505,7 +5505,7 @@ static void test_default_style(IHTMLStyle *style)
 
     /* borderLeftColor */
     hres = IHTMLStyle_get_borderLeftColor(style, &vDefault);
-    ok(hres == S_OK, "get_borderBottomColor: %08x\n", hres);
+    ok(hres == S_OK, "get_borderLeftColor: %08x\n", hres);
 
     V_VT(&v) = VT_BSTR;
     V_BSTR(&v) = a2bstr("cyan");




More information about the wine-cvs mailing list