diff options
| author | “pengxuanzheng” <[email protected]> | 2021-09-06 15:26:20 +0800 |
|---|---|---|
| committer | “pengxuanzheng” <[email protected]> | 2021-09-06 15:26:20 +0800 |
| commit | 9144c973ebfbe7ab2fcab9e0ca9440f518a549d7 (patch) | |
| tree | b54d590feb0ad8d6d28a6402c5518915ad70d06c /gtest/CheckHosClient.cpp | |
| parent | 4c275bc9d37a5ad885e37c4616653c8c9aa886d9 (diff) | |
✨ feat(TSG-7599): 修改测试用例feature-hos-reconnection
Diffstat (limited to 'gtest/CheckHosClient.cpp')
| -rw-r--r-- | gtest/CheckHosClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/CheckHosClient.cpp b/gtest/CheckHosClient.cpp index 75787eed..0bec9cc8 100644 --- a/gtest/CheckHosClient.cpp +++ b/gtest/CheckHosClient.cpp @@ -110,7 +110,7 @@ void CheckStructGHosFdContext(hos_fd_context_t *actual, hos_fd_context_t *expect void CheckHosInstance(hos_instance actual, hos_instance expect) { - EXPECT_EQ(actual->result, expect->result); + EXPECT_EQ(actual->status, expect->status); EXPECT_EQ(actual->error_code, expect->error_code); EXPECT_STREQ(actual->error_message, expect->error_message); EXPECT_STREQ(actual->hos_url_prefix, expect->hos_url_prefix); |
