aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-21 17:38:47 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-02-22 10:06:57 +0000
commit3d159ee87f54409f0df2e306e698bb1381ec7365 (patch)
tree7e8b7efdc0d51b761e0988b20235fe9df978c300 /searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp
parenta7e8bb9dcf3c674a3756e0f0383384593856415a (diff)
- Use common tranport for TlsClient.
- Also refactor to simplify unit tests.
Diffstat (limited to 'searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp')
-rw-r--r--searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp b/searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp
index 1b8c8d8491b..8f8200486d7 100644
--- a/searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp
+++ b/searchcore/src/tests/proton/server/shared_threading_service/shared_threading_service_test.cpp
@@ -48,7 +48,7 @@ TEST(SharedThreadingServiceConfigTest, shared_threads_are_derived_from_cpu_cores
class SharedThreadingServiceTest : public ::testing::Test {
public:
- TransportMgr transport;
+ Transport transport;
std::unique_ptr<SharedThreadingService> service;
SharedThreadingServiceTest()
: transport(),