mfreadwrite/tests: Move test_interfaces after test_factory.
test_interfaces requires that CoInitialize to have tbeen called. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55635
This commit is contained in:
parent
3c186a5ed0
commit
0635e9e767
1 changed files with 1 additions and 1 deletions
|
@ -1536,8 +1536,8 @@ START_TEST(mfplat)
|
|||
|
||||
init_functions();
|
||||
|
||||
test_interfaces();
|
||||
test_factory();
|
||||
test_interfaces();
|
||||
test_source_reader("test.wav", false);
|
||||
test_source_reader("test.mp4", true);
|
||||
test_source_reader_from_media_source();
|
||||
|
|
Loading…
Add table
Reference in a new issue