提交 582a9f14 编写于 作者: J jinhaihw

【security】【master】修改access_token_normal配置信息

Signed-off-by: Njinhaihw <jinhai2@huawei.com>
Change-Id: I95058900535fa20637b4c682aa21cd9e480605cd
上级 b06c4348
...@@ -48,7 +48,6 @@ describe('AccessTokenTest',function(){ ...@@ -48,7 +48,6 @@ describe('AccessTokenTest',function(){
var next = (new Date()).getTime(); var next = (new Date()).getTime();
while (next - start < delay){ while (next - start < delay){
next = (new Date()).getTime(); next = (new Date()).getTime();
continue;
} }
} }
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
] ]
} }
], ],
"name": "ohos.acts.security.access_token.nopermission.MainAbility", "name": "ohos.acts.security.access_token.normal.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
...@@ -102,4 +102,4 @@ ...@@ -102,4 +102,4 @@
} }
] ]
} }
} }
\ No newline at end of file
...@@ -58,7 +58,6 @@ describe('AccessTokenTest', function () { ...@@ -58,7 +58,6 @@ describe('AccessTokenTest', function () {
var next = (new Date()).getTime(); var next = (new Date()).getTime();
while (next - start < delay) { while (next - start < delay) {
next = (new Date()).getTime(); next = (new Date()).getTime();
continue;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册