summaryrefslogtreecommitdiff
path: root/test/initial_event_tests/initial_event_test_availability_checker.cpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
commit8371cdca9463a75220c4de92b47c8df9d3bbe346 (patch)
tree16b4bf73c284b026b0ac032171110dafd1752196 /test/initial_event_tests/initial_event_test_availability_checker.cpp
parentee44d19e0a3773adcda3bace073c66e334a3e6a7 (diff)
downloadvSomeIP-8371cdca9463a75220c4de92b47c8df9d3bbe346.tar.gz
vsomeip 3.1.7.13.1.7.1
Diffstat (limited to 'test/initial_event_tests/initial_event_test_availability_checker.cpp')
-rw-r--r--test/initial_event_tests/initial_event_test_availability_checker.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/initial_event_tests/initial_event_test_availability_checker.cpp b/test/initial_event_tests/initial_event_test_availability_checker.cpp
index 719d6d3..6a2eab9 100644
--- a/test/initial_event_tests/initial_event_test_availability_checker.cpp
+++ b/test/initial_event_tests/initial_event_test_availability_checker.cpp
@@ -15,7 +15,7 @@
#include <gtest/gtest.h>
#include <vsomeip/vsomeip.hpp>
-#include "../../implementation/logging/include/logger.hpp"
+#include <vsomeip/internal/logger.hpp>
#include "initial_event_test_globals.hpp"
@@ -28,7 +28,6 @@ public:
service_infos_(_service_infos),
app_(vsomeip::runtime::get()->create_application()),
wait_until_registered_(true),
- wait_until_other_services_available_(true),
wait_for_stop_(true),
stop_thread_(std::bind(&initial_event_test_availability_checker::wait_for_stop, this)) {
if (!app_->init()) {
@@ -117,7 +116,6 @@ private:
std::map<std::pair<vsomeip::service_t, vsomeip::instance_t>, bool> other_services_available_;
bool wait_until_registered_;
- bool wait_until_other_services_available_;
std::mutex mutex_;
std::condition_variable condition_;