Alistair Leslie-Hughes : mfreadwrite/tests: Move test_interfaces after test_factory.
Module: wine Branch: master Commit: 0635e9e7679bed028aefcf96d4a46c6c8476bd0a URL: https://gitlab.winehq.org/wine/wine/-/commit/0635e9e7679bed028aefcf96d4a46c6... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Fri Sep 22 13:27:18 2023 +1000 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 --- dlls/mfreadwrite/tests/mfplat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mfreadwrite/tests/mfplat.c b/dlls/mfreadwrite/tests/mfplat.c index 42b58e878cb..ce74a451b52 100644 --- a/dlls/mfreadwrite/tests/mfplat.c +++ b/dlls/mfreadwrite/tests/mfplat.c @@ -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();
participants (1)
-
Alexandre Julliard