summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYang Yubo <[email protected]>2023-05-30 17:54:23 +0800
committerYang Yubo <[email protected]>2023-05-30 17:54:23 +0800
commitc63532012056c88ecf995addca7000b5d83eed27 (patch)
treefa4b75c55c58278dbc77aa855280278583e947c3 /test
parenta4711a653d54fc6ccd8abf8d1a49c3f7b79172d5 (diff)
调整控制报文发送失败后的日志级别;增加控制报文发送状态计数;
Diffstat (limited to 'test')
-rw-r--r--test/src/gtest_sync_state.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/gtest_sync_state.cpp b/test/src/gtest_sync_state.cpp
index 244a6bd..f7827f8 100644
--- a/test/src/gtest_sync_state.cpp
+++ b/test/src/gtest_sync_state.cpp
@@ -54,6 +54,11 @@ int session_log_update_data_put(const struct streaminfo *a_stream, enum TSG_SERV
}
}
+int FS_operate(screen_stat_handle_t handle,int id,int column_id,enum field_op op,long long value)
+{
+ return 0;
+}
+
TEST(SESSION_STATE, IllegalPara)
{
struct streaminfo a_stream = {0};