Jacek Caban : mshtml: Fixed tests on Windows.
Module: wine Branch: master Commit: 09e275c740231b295de62efa95cc0264a8b77527 URL: http://source.winehq.org/git/wine.git/?a=commit;h=09e275c740231b295de62efa95... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Nov 30 11:34:48 2010 +0100 mshtml: Fixed tests on Windows. Spotted by Paul Vriens. --- dlls/mshtml/tests/htmldoc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index 44d89c5..9801d68 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -833,6 +833,8 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D CHECK_EXPECT(OnChanged_1012); return S_OK; case 1030: + case 3000024: + case 3000025: case 3000028: case 3000029: case 3000030:
participants (1)
-
Alexandre Julliard