mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[WINHTTP_WINETEST] Restore test_persistent_connection execution
This reverts commit a22031d
ROSTESTS-295
This commit is contained in:
committed by
Victor Perevertkin
parent
4bf76a659e
commit
68490c1613
@@ -1037,18 +1037,7 @@ START_TEST (notification)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef __REACTOS__
|
||||
if (!winetest_interactive)
|
||||
{
|
||||
skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
test_persistent_connection( si.port );
|
||||
}
|
||||
#else
|
||||
test_persistent_connection( si.port );
|
||||
#endif
|
||||
|
||||
/* send the basic request again to shutdown the server thread */
|
||||
test_basic_request( si.port, NULL, quitW );
|
||||
|
||||
Reference in New Issue
Block a user