1 May
2018
1 May
'18
2:57 a.m.
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.