split httpd test case into 2 test cases
This commit is contained in:
parent
8175829b4b
commit
feab4dee0f
@ -63,7 +63,10 @@ TEST_CASE("http server", "[httpd]")
|
|||||||
|
|
||||||
server.stop();
|
server.stop();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST_CASE("http server redirection", "[httpd_redirect]")
|
||||||
|
{
|
||||||
SECTION("Connect to a local HTTP server, with redirection enabled")
|
SECTION("Connect to a local HTTP server, with redirection enabled")
|
||||||
{
|
{
|
||||||
int port = getFreePort();
|
int port = getFreePort();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user