Jacek Caban : mshtml: Ignore dispid 3000026 in IPropertyNotifySink:: OnChanged tests.

Alexandre Julliard julliard at winehq.org
Fri Apr 20 12:49:27 CDT 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Apr 20 11:31:46 2012 +0200

mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.

---

 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 417d952..a486f3f 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -937,6 +937,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
     case 3000023:
     case 3000024:
     case 3000025:
+    case 3000026:
     case 3000028:
     case 3000029:
     case 3000030:




More information about the wine-cvs mailing list