Explorar o código

Fixed unit test problem

yhirose %!s(int64=6) %!d(string=hai) anos
pai
achega
a0fe91e84d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      test/test.cc

+ 0 - 1
test/test.cc

@@ -701,7 +701,6 @@ TEST_F(ServerTest, GetMethod200) {
   EXPECT_EQ(200, res->status);
   EXPECT_EQ("text/plain", res->get_header_value("Content-Type"));
   EXPECT_EQ(1, res->get_header_value_count("Content-Type"));
-  EXPECT_EQ("close", res->get_header_value("Connection"));
   EXPECT_EQ("Hello World!", res->body);
 }