Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a30fc9

Browse files
committed
Removed response_parser, as it's not being used; re-added client_resolution_test in the build.
1 parent13a51fb commit4a30fc9

File tree

4 files changed

+2
-441
lines changed

4 files changed

+2
-441
lines changed

‎http/src/network/http/v2/client/response_parser.hpp‎

Lines changed: 0 additions & 286 deletions
This file was deleted.

‎http/test/v2/client/units/CMakeLists.txt‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
set(CPP-NETLIB_CLIENT_TESTS
77
client_options_test
88
client_test
9-
#client_resolution_test
9+
client_resolution_test
1010
request_options_test
1111
byte_source_test
1212
request_test
1313
response_test
14-
#response_parser_test
1514
)
1615

1716
foreach(test ${CPP-NETLIB_CLIENT_TESTS})

‎http/test/v2/client/units/client_resolution_test.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
55

6-
#include<gmock/gmock.h>
6+
#include<gtest/gtest.h>
77
#include"network/http/v2/client/connection/async_resolver.hpp"
88
#include"network/http/v2/client/connection/async_connection.hpp"
99
#include"network/http/v2/client.hpp"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp