On 04/06/2018 09:22 PM, Anton Romanov wrote:
static void test_wmp(void) { DWORD res = 0; @@ -339,9 +425,12 @@ START_TEST(media)
main_thread_id = GetCurrentThreadId(); playing_event = CreateEventW(NULL, FALSE, FALSE, NULL);
- completed_event = CreateEventW(NULL, FALSE, FALSE, NULL); test_wmp();
- test_completion_event();
Is there any reason not to add those tests to existing test_wmp()? It seems that it already does play() right before the end of tests.
Thanks,
Jacek