File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ BOOST_AUTO_TEST_CASE(content_length_header_test) {
133
133
BOOST_REQUIRE (headers (response_).count (" Content-Length" ) != 0 );
134
134
headers_range<http::response>::type range = headers (response_)[" Content-Length" ];
135
135
BOOST_CHECK_EQUAL (begin (range)->first , " Content-Length" );
136
- BOOST_CHECK_EQUAL (begin (range)->second , " 117 " );
136
+ BOOST_CHECK_EQUAL (begin (range)->second , " 113 " );
137
137
BOOST_CHECK (body (response_).length () != 0 );
138
138
}
139
139
@@ -247,7 +247,7 @@ BOOST_AUTO_TEST_CASE(head_test) {
247
247
BOOST_REQUIRE (headers (response_).count (" Content-Length" ) != 0 );
248
248
headers_range<http::response>::type range = headers (response_)[" Content-Length" ];
249
249
BOOST_CHECK_EQUAL (begin (range)->first , " Content-Length" );
250
- BOOST_CHECK_EQUAL (begin (range)->second , " 117 " );
250
+ BOOST_CHECK_EQUAL (begin (range)->second , " 113 " );
251
251
BOOST_CHECK (body (response_).length () == 0 );
252
252
}
253
253
You can’t perform that action at this time.
0 commit comments