From 8985cdafd8b3d1108232d72f843c0c0732383935 Mon Sep 17 00:00:00 2001 From: limeng Date: Mon, 1 Nov 2021 17:25:05 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20a4fe4b9=20from=20https://gitee.com/lime?= =?UTF-8?q?ng151/xts=5Facts/pulls/1024=20=E4=BF=AE=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng Change-Id: Idebd52c51fbdc52d8c6ffcdfcc8ecef0de6c3bb9 --- .../src/main/js/default/test/ParametersJsUnit.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/startup/startup_standard/src/main/js/default/test/ParametersJsUnit.test.js b/startup/startup_standard/src/main/js/default/test/ParametersJsUnit.test.js index 5fd095ff5..a5febed73 100644 --- a/startup/startup_standard/src/main/js/default/test/ParametersJsUnit.test.js +++ b/startup/startup_standard/src/main/js/default/test/ParametersJsUnit.test.js @@ -654,9 +654,6 @@ describe('SystemParameterTest', function () { * @tc.number SUB_STARTUP_JS_SYSTEM_PARAMETER_0640 * @tc.name testGet0640 * @tc.desc Set the property value to an extra long string - * @tc.size : MEDIUM - * @tc.type : Function - * @tc.level : Level 0 */ it('system_parameter_test_0640', 0, async function (done) { console.info('system_parameter_test_0640 start'); -- GitLab