qasf/tests: Fix a couple of spelling errors in ok() messages.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8d71e3e8e7
commit
778a48edca
|
@ -1835,7 +1835,7 @@ static void test_connect_pin(void)
|
|||
ok(hr == S_OK, "Got hr %#x.\n", hr);
|
||||
ok(compare_media_types(&mt, &req_mt), "Media types didn't match.\n");
|
||||
|
||||
ok(testdmo_output_mt_set, "Ouput type should be set.\n");
|
||||
ok(testdmo_output_mt_set, "Output type should be set.\n");
|
||||
ok(compare_media_types(&testdmo_output_mt, &req_mt), "Media types didn't match.\n");
|
||||
|
||||
test_filter_state(control);
|
||||
|
@ -1878,7 +1878,7 @@ static void test_connect_pin(void)
|
|||
hr = IFilterGraph2_ConnectDirect(graph, source, &testsink.sink.pin.IPin_iface, NULL);
|
||||
ok(hr == S_OK, "Got hr %#x.\n", hr);
|
||||
ok(compare_media_types(&testsink.sink.pin.mt, &mt2), "Media types didn't match.\n");
|
||||
ok(testdmo_output_mt_set, "Ouput type should be set.\n");
|
||||
ok(testdmo_output_mt_set, "Output type should be set.\n");
|
||||
ok(compare_media_types(&testdmo_output_mt, &mt2), "Media types didn't match.\n");
|
||||
IFilterGraph2_Disconnect(graph, source);
|
||||
IFilterGraph2_Disconnect(graph, &testsink.sink.pin.IPin_iface);
|
||||
|
|
Loading…
Reference in New Issue