Zebediah Figura : ole32/tests: Rewrite and expand test_data_cache_updatecache().
Module: wine Branch: master Commit: 91d4caa4cda882dc33c12ce9bb9523a36a418b5d URL: https://source.winehq.org/git/wine.git/?a=commit;h=91d4caa4cda882dc33c12ce9b... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Dec 26 10:32:26 2019 -0600 ole32/tests: Rewrite and expand test_data_cache_updatecache(). Instead of testing calls to IDataObject::GetData() and IDataObject::QueryGetData(), actually test whether the cache contains the updated data that we expose after calling IOleCache2::UpdateCache(). Fixes test failures with Windows 10. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/tests/ole2.c | 511 +++++++++++++++++++++++------------------------- 1 file changed, 242 insertions(+), 269 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=91d4caa4cda882dc33c12...
participants (1)
-
Alexandre Julliard