Alexander Morozov : mshtml/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu May 26 10:56:28 CDT 2011


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

Author: Alexander Morozov <amorozov at etersoft.ru>
Date:   Thu May 26 18:03:56 2011 +0400

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 dcd2e21..9c9c2f8 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -5879,7 +5879,7 @@ static void test_window(IHTMLDocument2 *doc)
     test_disp((IUnknown*)doc2, &DIID_DispHTMLDocument, "[object]");
 
     test_ifaces((IUnknown*)doc, doc_obj_iids);
-    test_disp((IUnknown*)doc2, &DIID_DispHTMLDocument, "[object]");
+    test_disp((IUnknown*)doc, &DIID_DispHTMLDocument, "[object]");
 
     unk = (void*)0xdeadbeef;
     hres = IHTMLDocument2_QueryInterface(doc2, &IID_ICustomDoc, (void**)&unk);




More information about the wine-cvs mailing list