File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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) {
133133 BOOST_REQUIRE (headers (response_).count (" Content-Length" ) != 0 );
134134 headers_range<http::response>::type range = headers (response_)[" Content-Length" ];
135135 BOOST_CHECK_EQUAL (begin (range)->first , " Content-Length" );
136- BOOST_CHECK_EQUAL (begin (range)->second , " 117 " );
136+ BOOST_CHECK_EQUAL (begin (range)->second , " 113 " );
137137 BOOST_CHECK (body (response_).length () != 0 );
138138}
139139
@@ -247,7 +247,7 @@ BOOST_AUTO_TEST_CASE(head_test) {
247247 BOOST_REQUIRE (headers (response_).count (" Content-Length" ) != 0 );
248248 headers_range<http::response>::type range = headers (response_)[" Content-Length" ];
249249 BOOST_CHECK_EQUAL (begin (range)->first , " Content-Length" );
250- BOOST_CHECK_EQUAL (begin (range)->second , " 117 " );
250+ BOOST_CHECK_EQUAL (begin (range)->second , " 113 " );
251251 BOOST_CHECK (body (response_).length () == 0 );
252252}
253253
You can’t perform that action at this time.
0 commit comments