From b52c901cbf50a06129da9545913a9731f0e64644 Mon Sep 17 00:00:00 2001 From: zhuqingxi Date: Thu, 2 Dec 2021 01:06:16 +0000 Subject: [PATCH] update hiviewdfx/hilogtest/libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp. Signed-off-by: zhuqingxi --- .../libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hiviewdfx/hilogtest/libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp b/hiviewdfx/hilogtest/libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp index 612d809f0..ca39528ed 100755 --- a/hiviewdfx/hilogtest/libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp +++ b/hiviewdfx/hilogtest/libhilogtest/libhilogCPPtest/LibhilogCPPtest.cpp @@ -829,7 +829,7 @@ HWTEST_F(LibhilogCPPtest, HILOG_E_UPPER_AUTO_CPP, Function|MediumTest|Level3) /** * @tc.name libhilog-The {private} flag parameter of mixed log formatting is hidden - * @tc.number DFX_DFT_HilogCPP_31 + * @tc.number DFX_DFT_HilogCPP_3100 * @tc.desc libhilog-The {private} flag parameter of mixed log formatting is hidden */ HWTEST_F(LibhilogCPPtest, HILOG_PRIVATE_CPP, Function|MediumTest|Level3) @@ -852,7 +852,7 @@ HWTEST_F(LibhilogCPPtest, HILOG_PRIVATE_CPP, Function|MediumTest|Level3) /** * @tc.name libhilog-The parameters identified by {public} in mixed log formatting are displayed - * @tc.number DFX_DFT_HilogCPP_31 + * @tc.number DFX_DFT_HilogCPP_3200 * @tc.desc libhilog-The parameters identified by {public} in mixed log formatting are displayed */ HWTEST_F(LibhilogCPPtest, HILOG_PUBLIC_CPP, Function|MediumTest|Level3) @@ -875,7 +875,7 @@ HWTEST_F(LibhilogCPPtest, HILOG_PUBLIC_CPP, Function|MediumTest|Level3) /** * @tc.name libhilog-Parameters without any privacy flag are not displayed in mixed log formatting - * @tc.number DFX_DFT_HilogCPP_31 + * @tc.number DFX_DFT_HilogCPP_3300 * @tc.desc libhilog-Parameters without any privacy flag are not displayed in mixed log formatting */ HWTEST_F(LibhilogCPPtest, HILOG_NO_SIGN_CPP, Function|MediumTest|Level3) @@ -898,7 +898,7 @@ HWTEST_F(LibhilogCPPtest, HILOG_NO_SIGN_CPP, Function|MediumTest|Level3) /** * @tc.name libhilog-Log privacy flags are used together, and parameters are * correctly displayed or hidden - * @tc.number DFX_DFT_HilogCPP_31 + * @tc.number DFX_DFT_HilogCPP_3400 * @tc.desc libhilog-Log privacy flags are used together, and parameters are * correctly displayed or hidden */ @@ -988,7 +988,7 @@ HWTEST_F(LibhilogCPPtest, DOMAIN_CHECK_CPP, Function|MediumTest|Level1) /** * @tc.name libhilog-log LOG_APP type test - * @tc.number DFX_DFT_HilogCPP_0280 + * @tc.number DFX_DFT_HilogCPP_0300 * @tc.desc libhilog-log LOG_APP type test */ HWTEST_F(LibhilogCPPtest, TYPE_APP_CHECK_CPP, Function|MediumTest|Level2) -- GitLab