[PATCH] mshtml/tests: Fix a typo

Detlef Riekenberg wine.dev at web.de
Fri Feb 11 10:34:49 CST 2011


with greetings from copy and paste

--
By by ... Detlef
---
 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");
-- 
1.7.1




More information about the wine-patches mailing list