diff options
Diffstat (limited to 'test/src/gtest_sync_state.cpp')
| -rw-r--r-- | test/src/gtest_sync_state.cpp | 5 |
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}; |
