summaryrefslogtreecommitdiff
path: root/tests/gtest_dlt_daemon_gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest_dlt_daemon_gateway.cpp')
-rw-r--r--tests/gtest_dlt_daemon_gateway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp
index b0cd229..8b293bb 100644
--- a/tests/gtest_dlt_daemon_gateway.cpp
+++ b/tests/gtest_dlt_daemon_gateway.cpp
@@ -321,7 +321,7 @@ TEST(t_dlt_gateway_check_timeout, abnormal)
{
DltGatewayConnection tmp;
DltGatewayConnection *con;
- char value[DLT_CONFIG_FILE_ENTRY_MAX_LEN] = "0";
+ char value[DLT_CONFIG_FILE_ENTRY_MAX_LEN] = "-1";
con = &tmp;
EXPECT_EQ(DLT_RETURN_ERROR, dlt_gateway_check_timeout(con, value));