Nikolay Sivov : msxml3: Actually use skipped entity event data.

Alexandre Julliard julliard at winehq.org
Wed Nov 28 14:14:05 CST 2012


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Nov 28 12:54:24 2012 -0500

msxml3: Actually use skipped entity event data.

---

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

diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c
index 02bc00c..06fd56a 100644
--- a/dlls/msxml3/tests/saxreader.c
+++ b/dlls/msxml3/tests/saxreader.c
@@ -1191,6 +1191,7 @@ static HRESULT WINAPI contentHandler_skippedEntity(
     init_call_entry(locator, &call);
     call.id = CH_SKIPPEDENTITY;
     call.arg1W = SysAllocStringLen(name, len);
+    add_call(sequences, CONTENT_HANDLER_INDEX, &call);
 
     return get_expected_ret();
 }




More information about the wine-cvs mailing list