mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Fixed Unit test failures on Windows
This commit is contained in:
parent
315c11d6e2
commit
6a608b3ed4
2 changed files with 5 additions and 2 deletions
|
@ -392,8 +392,7 @@ TEST_F(ServerTest, InvalidBaseDir)
|
|||
TEST_F(ServerTest, EmptyRequest)
|
||||
{
|
||||
auto res = cli_.get("");
|
||||
ASSERT_TRUE(res != nullptr);
|
||||
EXPECT_EQ(400, res->status);
|
||||
ASSERT_TRUE(res == nullptr);
|
||||
}
|
||||
|
||||
TEST_F(ServerTest, LongRequest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue