On 4/20/20 03:11, Zebediah Figura wrote:
On 4/19/20 6:05 PM, Paul Gofman wrote:
diff --git a/dlls/quartz/tests/filesource.c b/dlls/quartz/tests/filesource.c index 2040910516..87bbf1ee13 100644 --- a/dlls/quartz/tests/filesource.c +++ b/dlls/quartz/tests/filesource.c @@ -1035,6 +1035,9 @@ static void test_async_reader(void) } CloseHandle(file);
- hr = IBaseFilter_FindPin(filter, L"Output", &pin);
- ok(hr == VFW_E_NOT_FOUND, "Got unexpected hr %#x.\n", hr);
Did you mean to put this here?
I wanted to be sure that there is no way to call _Length() before file is loaded as otherwise I would be curious what it returns if that happens. So yes, I meant that, but I see now that exactly the same is already tested in test_find_pin(), I will resend without.