From f3a52d600edeca36b26ee6fe1f45472a5a2cb418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E4=BF=8A=E9=9D=92?= Date: Mon, 21 Aug 2023 08:13:25 +0000 Subject: [PATCH] update storage/storagefileurijstest/src/main/js/test/fileuri.test.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冯俊青 --- .../storagefileurijstest/src/main/js/test/fileuri.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/storagefileurijstest/src/main/js/test/fileuri.test.js b/storage/storagefileurijstest/src/main/js/test/fileuri.test.js index 1ba6c771b..179893f2c 100644 --- a/storage/storagefileurijstest/src/main/js/test/fileuri.test.js +++ b/storage/storagefileurijstest/src/main/js/test/fileuri.test.js @@ -165,10 +165,10 @@ describe('file_uri_test', function () { * @tc.desc Get the FileURI object through an empty string or uri which has no suffix directories. * @tc.size MEDIUM * @tc.type Function - * @tc.level Level 0 + * @tc.level Level 3 * @tc.require */ - it('FileUri_Parameter_Name_002', 0, async function () { + it('FileUri_Parameter_Name_002', 3, async function () { try { let uri = fileUri.getUriFromPath(''); let fileUriObject01 = new fileUri.FileUri(uri); @@ -191,10 +191,10 @@ describe('file_uri_test', function () { * @tc.desc Enter the illegal parameter type. * @tc.size MEDIUM * @tc.type Function - * @tc.level Level 0 + * @tc.level Level 3 * @tc.require */ - it('FileUri_Parameter_Name_003', 0, async function () { + it('FileUri_Parameter_Name_003', 3, async function () { try { new fileUri.FileUri(0); expect(false).assertTrue(); -- GitLab