Commit 0635e9e7 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

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
parent 3c186a5e
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment