Re: bits: Added framework for testing the BackgroundCopyJob interface (25/27)
18 Nov
2007
18 Nov
'07
8:53 a.m.
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
6689
Age (days ago)
6689
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg