From 808cd03e3dedb697861052224f40c779c95ca99e Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Mon, 4 Jul 2022 15:15:20 +0800 Subject: [PATCH] update hiappevent test suites Signed-off-by: chenxuihui --- .../hiappeventtest/hiappeventcpptest/HiAppEventCPPTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiviewdfx/hiappeventtest/hiappeventcpptest/HiAppEventCPPTest.cpp b/hiviewdfx/hiappeventtest/hiappeventcpptest/HiAppEventCPPTest.cpp index 791fe02ca..9f417ea11 100755 --- a/hiviewdfx/hiappeventtest/hiappeventcpptest/HiAppEventCPPTest.cpp +++ b/hiviewdfx/hiappeventtest/hiappeventcpptest/HiAppEventCPPTest.cpp @@ -1011,7 +1011,7 @@ HWTEST_F(HiAppEventCPPTest, DFX_DFT_HiviewKit_HiAppEvent_Native_3300, Function|M string fileinfo = ""; fileinfo = ReadFile(path); std::vector 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 { -- GitLab