Module: wine Branch: master Commit: 1767fafa009d49dbb4bdb6eb58b04699032d8efc URL: http://source.winehq.org/git/wine.git/?a=commit;h=1767fafa009d49dbb4bdb6eb58... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri May 4 17:24:46 2012 +0200 mshtml: Fixed tests on old IEs. --- 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 f095cc2..14d91cc 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -4487,7 +4487,7 @@ static void test_history(IHTMLWindow2 *window) ok(hres == S_OK, "get_history failed: %08x\n", hres); ok(history != NULL, "history = NULL\n"); - test_disp((IUnknown*)history, &DIID_DispHTMLHistory, "[object]"); + test_disp2((IUnknown*)history, &DIID_DispHTMLHistory, &IID_IOmHistory, "[object]"); history2 = NULL; hres = IHTMLWindow2_get_history(window, &history2);