Nikolay Sivov (@nsivov) commented about dlls/mf/tests/mf.c:
ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
}
+static void test_network_bytestream(void) +{
- static const WCHAR *URL = L"http://test.winehq.org/tests/test.mp3";
- static const WCHAR *EFFECTIVE_URL = L"http://test.winehq.org:80/tests/test.mp3";
- static const WCHAR *CONTENT_TYPE = L"audio/mpeg";
- static const BYTE LAST_MODIFIED_TIME[] = { 0x00, 0x3b, 0x4b, 0xbf, 0x05, 0x80, 0xd8, 0x01 };
I don't think we need to bother with checking exact value.