未验证 提交 8ad34708 编写于 作者: O openharmony_ci 提交者: Gitee

!4066 hiappevent test suites bugfix

Merge pull request !4066 from chenxuihui/master
......@@ -1011,7 +1011,7 @@ HWTEST_F(HiAppEventCPPTest, DFX_DFT_HiviewKit_HiAppEvent_Native_3300, Function|M
string fileinfo = "";
fileinfo = ReadFile(path);
std::vector<std::string> para = {"test_event", "\"type_\":4",
"\"str_arr_key\":[\"hello_world_0\",\"hello_world_1\",\"hello_world_2\"]", "hello_world_99"};
"\"str_arr_key\":[\"hello_world_0\",\"hello_world_1\",\"hello_world_2\"", "hello_world_99"};
if (fileinfo != "") {
result = CheckInfo(para, fileinfo);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册