mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +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:
@@ -3442,6 +3442,12 @@ START_TEST(protocol)
|
||||
{
|
||||
HMODULE hurlmon;
|
||||
|
||||
if(!winetest_interactive)
|
||||
{
|
||||
skip("protocol test skipped, bug 6381\n");
|
||||
return;
|
||||
}
|
||||
|
||||
hurlmon = GetModuleHandle("urlmon.dll");
|
||||
pCoInternetGetSession = (void*) GetProcAddress(hurlmon, "CoInternetGetSession");
|
||||
pReleaseBindInfo = (void*) GetProcAddress(hurlmon, "ReleaseBindInfo");
|
||||
|
||||
Reference in New Issue
Block a user