split httpd test case into 2 test cases
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user