Re: bits: Added framework for testing the BackgroundCopyJob interface (25/27)
Nov. 18, 2007
2:53 p.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
6703
Age (days ago)
6703
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg