提交 b0871d5a 编写于 作者: J jidong

fixed 21ba152f from https://gitee.com/JiDong-CS/xts_acts/pulls/6573

modify the definition of ACTION_APP_ACCOUNT_AUTH
Signed-off-by: Njidong <jidong4@huawei.com>
Change-Id: I7a3a8303318b896ae9e8b9b64673a24cc8adecc2
上级 1eb2de1e
...@@ -185,7 +185,7 @@ describe('ActsFeatureAbilityTest', function () { ...@@ -185,7 +185,7 @@ describe('ActsFeatureAbilityTest', function () {
expect(wantConstantNew.Action.INTENT_PARAMS_TITLE).assertEqual("ability.want.params.TITLE"); expect(wantConstantNew.Action.INTENT_PARAMS_TITLE).assertEqual("ability.want.params.TITLE");
expect(wantConstantNew.Action.ACTION_FILE_SELECT).assertEqual("ohos.action.fileSelect"); expect(wantConstantNew.Action.ACTION_FILE_SELECT).assertEqual("ohos.action.fileSelect");
expect(wantConstantNew.Action.PARAMS_STREAM).assertEqual("ability.params.stream"); expect(wantConstantNew.Action.PARAMS_STREAM).assertEqual("ability.params.stream");
expect(wantConstantNew.Action.ACTION_APP_ACCOUNT_AUTH).assertEqual("account.appAccount.action.auth"); expect(wantConstantNew.Action.ACTION_APP_ACCOUNT_AUTH).assertEqual("ohos.appAccount.action.auth");
expect(wantConstantNew.Entity.ENTITY_HOME).assertEqual("entity.system.home"); expect(wantConstantNew.Entity.ENTITY_HOME).assertEqual("entity.system.home");
expect(wantConstantNew.Entity.ENTITY_DEFAULT).assertEqual("entity.system.default"); expect(wantConstantNew.Entity.ENTITY_DEFAULT).assertEqual("entity.system.default");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册