[PATCH] ole32/tests: Improve tests for OLE's default object handler.

Huw Davies huw at codeweavers.com
Tue May 1 02:57:21 CDT 2018


On Mon, Apr 30, 2018 at 01:45:00PM -0500, Sergio Gómez Del Real wrote:
> This patch reworks the structure of the tests for OLE's default object
> handler. We want, at least, to:
>  - Test its behaviour when object is not running.
>  - Test its behaviour when is being aggregated by a custom handler.
>  - Test that it delegates appropriately to datacache.
>  - Test that it delegates appropriately to running object.
> 
> The present patch adds a local server (EXE), ands tests that some calls
> in some interfaces are delegated to it after calling _Run on the
> IRunnableObject interface.
> 

It looks like you've ripped out the existing tests
e.g. test_olestream().  They need to remain.

Huw.



More information about the wine-devel mailing list