Alistair Leslie-Hughes : mshtml: Correct test for unknown dispID.

Alexandre Julliard julliard at winehq.org
Wed Sep 8 13:32:11 CDT 2010


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Wed Sep  8 14:39:53 2010 +1000

mshtml: Correct test for unknown dispID.

---

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

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 65451b1..d1d02f0 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -834,6 +834,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
         CHECK_EXPECT(OnChanged_1012);
         return S_OK;
     case 1030:
+    case 3000028:
     case 3000029:
     case 3000030:
         /* TODO */




More information about the wine-cvs mailing list