[PATCH] Correct test for unknown dispID

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Sep 7 23:39:53 CDT 2010


---
 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 */
-- 
1.7.0.4


--------------080304090805030405080002--



More information about the wine-patches mailing list