Nikolay Sivov : msxml3/tests: Accept Stat() method called on test stream.

Alexandre Julliard julliard at winehq.org
Mon Jun 16 12:37:49 CDT 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jun 15 12:35:37 2014 +0400

msxml3/tests: Accept Stat() method called on test stream.

---

 dlls/msxml3/tests/saxreader.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c
index 6c6a1b8..882e855 100644
--- a/dlls/msxml3/tests/saxreader.c
+++ b/dlls/msxml3/tests/saxreader.c
@@ -1989,7 +1989,6 @@ static HRESULT WINAPI istream_UnlockRegion(IStream *iface, ULARGE_INTEGER libOff
 
 static HRESULT WINAPI istream_Stat(IStream *iface, STATSTG *pstatstg, DWORD grfStatFlag)
 {
-    ok(0, "unexpected call\n");
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list