mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[ROSTESTS]
Disable urlmon:protocol test since it crashes now. See bug 6381 for more details. svn path=/trunk/; revision=52722
This commit is contained in:
parent
1e168bdfba
commit
521309797d
1 changed files with 6 additions and 0 deletions
|
@ -3442,6 +3442,12 @@ START_TEST(protocol)
|
||||||
{
|
{
|
||||||
HMODULE hurlmon;
|
HMODULE hurlmon;
|
||||||
|
|
||||||
|
if(!winetest_interactive)
|
||||||
|
{
|
||||||
|
skip("protocol test skipped, bug 6381\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
hurlmon = GetModuleHandle("urlmon.dll");
|
hurlmon = GetModuleHandle("urlmon.dll");
|
||||||
pCoInternetGetSession = (void*) GetProcAddress(hurlmon, "CoInternetGetSession");
|
pCoInternetGetSession = (void*) GetProcAddress(hurlmon, "CoInternetGetSession");
|
||||||
pReleaseBindInfo = (void*) GetProcAddress(hurlmon, "ReleaseBindInfo");
|
pReleaseBindInfo = (void*) GetProcAddress(hurlmon, "ReleaseBindInfo");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue