From a556877ea70660f7f50a578af7219fadef45a445 Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Tue, 9 Aug 2022 11:02:42 +0800 Subject: [PATCH] add statistics xts Signed-off-by: zhangxingxia --- storage/storagestatisticsjstest/Test.json | 12 ++++++------ .../entry/src/main/module.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/storage/storagestatisticsjstest/Test.json b/storage/storagestatisticsjstest/Test.json index 1802ab31b..c6e4aea20 100644 --- a/storage/storagestatisticsjstest/Test.json +++ b/storage/storagestatisticsjstest/Test.json @@ -9,12 +9,12 @@ "testcase-timeout": 70000 }, "kits": [ - { - "test-file-name": [ - "ActsStorageStatisticsJsTest.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true + { + "test-file-name": [ + "ActsStorageStatisticsJsTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true } ] } \ No newline at end of file diff --git a/storage/storagestatisticsjstest/entry/src/main/module.json b/storage/storagestatisticsjstest/entry/src/main/module.json index 51ae3b824..3d0ff25f8 100644 --- a/storage/storagestatisticsjstest/entry/src/main/module.json +++ b/storage/storagestatisticsjstest/entry/src/main/module.json @@ -1,8 +1,8 @@ { "module": { - "package": "com.example.statistics", - "name": "entry", - "mainAbility": "com.example.statistics.MainAbility", + "package": "com.example.statistics", + "name": "entry", + "mainAbility": "com.example.statistics.MainAbility", "type": "entry", "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:entry_desc", -- GitLab