summaryrefslogtreecommitdiff
path: root/test/client_id_tests/client_id_test_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/client_id_tests/client_id_test_service.cpp')
-rw-r--r--test/client_id_tests/client_id_test_service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/client_id_tests/client_id_test_service.cpp b/test/client_id_tests/client_id_test_service.cpp
index 6572d74..7e1d66d 100644
--- a/test/client_id_tests/client_id_test_service.cpp
+++ b/test/client_id_tests/client_id_test_service.cpp
@@ -30,8 +30,8 @@ public:
stopped_(false),
stop_thread_(std::bind(&client_id_test_service::wait_for_stop, this)) {
if (!app_->init()) {
- VSOMEIP_ERROR << "Couldn't initialize application";
- EXPECT_TRUE(false);
+ ADD_FAILURE() << "Couldn't initialize application";
+ return;
}
app_->register_state_handler(
std::bind(&client_id_test_service::on_state, this,