[URLMON_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73295
This commit is contained in:
Amine Khaldi 2016-11-17 23:11:50 +00:00
parent 01cc187f9e
commit 10570fa49e
2 changed files with 2 additions and 5 deletions

View file

@ -647,7 +647,7 @@ static const struct {
{data50, sizeof(data50), "video/mpeg"},
{data51, sizeof(data51), "video/mpeg"},
{data52, sizeof(data52), "application/octet-stream", "image/pjpeg"},
{data53, sizeof(data53), "application/octet-stream", "image/pjpeg"},
{data53, sizeof(data53), "application/octet-stream", "image/pjpeg", "image/x-icon"},
{data54, sizeof(data54), "text/html", "video/mpeg"},
{data55, sizeof(data55), "application/x-gzip-compressed"},
{data56, sizeof(data56), "text/plain"},

View file

@ -3418,10 +3418,7 @@ static void test_BindToObject(int protocol, DWORD flags, HRESULT exhres)
}
ok(IMoniker_Release(mon) == 0, "mon should be destroyed here\n");
if(test_protocol != HTTP_TEST || emulate_protocol || !(bindf & BINDF_ASYNCHRONOUS))
ok(IBindCtx_Release(bctx) == 0, "bctx should be destroyed here\n");
else
IBindCtx_Release(bctx);
IBindCtx_Release(bctx);
if(emulate_protocol)
CoRevokeClassObject(regid);