[Bug 23115] IStorage Created with StgOpenStorageOnILockBytes doesn't use 'Stat' method of the IlockBytes Object

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 15 02:58:22 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23115





--- Comment #8 from Nikolay Sivov <bunglehead at gmail.com>  2010-06-15 02:58:21 ---
So it's simple to test. You need a stub ILockBytes implementation in test, that
returns some path with ::Stat(), and then a check to IStorage::Stat() that
returns the same path. Also it's nice to have a simple check to know that
ILockBytes::Stat() called every time IStorage::Stat() called, so no internal
caching or something like that happens.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list