From c06e23215a2fc684dbe4bee036dfea6dd3cfad01 Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Thu, 27 Oct 2022 12:52:26 +0800 Subject: [PATCH] =?UTF-8?q?hidebug=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenxuihui --- .../hidebugtestjstest/src/main/js/test/Hidebug.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/test/Hidebug.test.js b/hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/test/Hidebug.test.js index 05c872d3c..a06267695 100644 --- a/hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/test/Hidebug.test.js +++ b/hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/test/Hidebug.test.js @@ -191,7 +191,7 @@ describe('HidebugJsTest', function () { * @tc.name : startProfiling with overlong parameter * @tc.desc : Start CPU Profiling. */ - it('cDFX_DFR_Hiprofiler_Interface_1300', 0, function() { + it('DFX_DFR_Hiprofiler_Interface_1300', 0, function() { console.log('************* DFX_DFR_Hiprofiler_Interface_1300 Test start*************'); let path = '/data/app/el2/100/base/com.hidebug.test/files/undefined.json' try { -- GitLab