mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:45:41 +00:00
[WINHTTP_WINETEST] Restore test_persistent_connection execution
This reverts commit a22031d
ROSTESTS-295
This commit is contained in:
parent
4bf76a659e
commit
68490c1613
1 changed files with 0 additions and 11 deletions
|
@ -1037,18 +1037,7 @@ START_TEST (notification)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __REACTOS__
|
|
||||||
if (!winetest_interactive)
|
|
||||||
{
|
|
||||||
skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
test_persistent_connection( si.port );
|
test_persistent_connection( si.port );
|
||||||
}
|
|
||||||
#else
|
|
||||||
test_persistent_connection( si.port );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* send the basic request again to shutdown the server thread */
|
/* send the basic request again to shutdown the server thread */
|
||||||
test_basic_request( si.port, NULL, quitW );
|
test_basic_request( si.port, NULL, quitW );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue