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:
Alistair Leslie-Hughes 2023-09-22 13:27:18 +10:00 committed by Alexandre Julliard
parent 3c186a5ed0
commit 0635e9e767

View file

@ -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();