bits: Added framework for testing the BackgroundCopyJob interface (25/27)

Detlef Riekenberg wine.dev at web.de
Sun Nov 18 08:53:46 CST 2007


On Fr, 2007-11-16 at 16:21 -0800, Roy Shea wrote:
> +/* Generic test setup */
> +static BOOL setup(void)

unused code

> +/* Generic test cleanup */
> +static void teardown(void)

unused code


+START_TEST(job)
> +{
> +    CoInitialize(NULL);
> +    CoUninitialize();
> +}

Do you want to call "setup()" and "teardown()" here?


-- 
 
By by ... Detlef





More information about the wine-devel mailing list