Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
45701aa6
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
45701aa6
编写于
6月 24, 2022
作者:
C
chengxingzhen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
XTS元能力编译问题整改
Signed-off-by:
N
chengxingzhen
<
chengxingzhen@huawei.com
>
上级
64e30b4e
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
18 addition
and
41 deletion
+18
-41
ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js
...ytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js
+18
-41
未找到文件。
ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js
浏览文件 @
45701aa6
...
...
@@ -25,22 +25,22 @@ const CREATELOCALDIR = "/data/storage/el2/base/haps/entry";
const
START_ABILITY_TIMEOUT
=
4000
;
const
TERMINATE_ABILITY_TIMEOUT
=
1000
;
const
TIMEOUT
=
1000
;
var
subscriberInfo
_ACTS_StartAbility_
0100
=
{
var
subscriberInfo
ActsStartAbility
0100
=
{
events
:
[
"
ACTS_StartAbility_0100_CommonEvent
"
],
};
var
subscriberInfo
_ACTS_StartAbility_
0200
=
{
var
subscriberInfo
ActsStartAbility
0200
=
{
events
:
[
"
ACTS_StartAbility_0200_CommonEvent
"
],
};
var
subscriberInfo
_ACTS_StartAbility_
0300
=
{
var
subscriberInfo
ActsStartAbility
0300
=
{
events
:
[
"
ACTS_StartAbility_0300_CommonEvent
"
],
};
var
subscriberInfo
_ACTS_StartAbility_
0400
=
{
var
subscriberInfo
ActsStartAbility
0400
=
{
events
:
[
"
ACTS_StartAbility_0400_CommonEvent
"
],
};
var
subscriberInfo
_ACTS_StartAbility_
0500
=
{
var
subscriberInfo
ActsStartAbility
0500
=
{
events
:
[
"
ACTS_StartAbility_0500_CommonEvent
"
],
};
var
subscriberInfo
_ACTS_StartAbility_
0600
=
{
var
subscriberInfo
ActsStartAbility
0600
=
{
events
:
[
"
ACTS_StartAbility_0600_CommonEvent
"
],
};
var
subscriberInfoStartAbilityTen
=
{
...
...
@@ -49,36 +49,11 @@ var subscriberInfoStartAbilityTen = {
var
subscriberInfoStartAbilityThirteen
=
{
events
:
[
"
ACTS_StartAbility_1300_CommonEvent
"
],
};
var
subscriberInfo_ACTS_StartAbilityForResult_0100
=
{
events
:
[
"
ACTS_StartAbilityForResult_0100_CommonEvent
"
],
};
var
subscriberInfo_ACTS_StartAbilityForResult_0200
=
{
events
:
[
"
ACTS_StartAbilityForResult_0200_CommonEvent
"
],
};
var
subscriberInfo_ACTS_StartAbilityForResult_0300
=
{
events
:
[
"
ACTS_StartAbilityForResult_0300_CommonEvent
"
],
};
var
subscriberInfo_ACTS_StartAbilityForResult_0400
=
{
events
:
[
"
ACTS_StartAbilityForResult_0400_CommonEvent
"
],
};
var
subscriberInfo_ACTS_StartAbilityForResult_0500
=
{
events
:
[
"
ACTS_StartAbilityForResult_0500_CommonEvent
"
],
};
var
subscriberInfoStartAbilityForResultSix
=
{
events
:
[
"
ACTS_StartAbilityForResult_0600_CommonEvent
"
],
};
var
subscriberInfo_ACTS_TerminateAbility_0100
=
{
events
:
[
"
ACTS_TerminateAbility_0100_CommonEvent
"
,
"
ACTS_TerminateAbility_0100_Return
"
],
};
var
subscriberInfoTerminateAbilityTwo
=
{
events
:
[
"
ACTS_TerminateAbility_0200_CommonEvent
"
,
"
ACTS_TerminateAbility_0200_Return
"
],
};
var
subscriberInfo_ACTS_FinishWithResult_0100
=
{
events
:
[
"
ACTS_FinishWithResult_0100_CommonEvent
"
],
};
var
subscriberInfo_ACTS_GetCallingBundle_0100
=
{
var
subscriberInfoActsGetCallingBundle0100
=
{
events
:
[
"
ACTS_GetCallingBundle_0100_CommonEvent
"
,
"
com.example.actsfeatureabilitytest.promise
"
,
"
com.example.actsfeatureabilitytest.callback
"
],
...
...
@@ -470,8 +445,10 @@ describe('ActsFeatureAbilityTest', function () {
expect
(
wantconstant
.
Action
.
ACTION_DIAL
).
assertEqual
(
"
ohos.want.action.dial
"
);
expect
(
wantconstant
.
Action
.
ACTION_SEARCH
).
assertEqual
(
"
ohos.want.action.search
"
);
expect
(
wantconstant
.
Action
.
ACTION_WIRELESS_SETTINGS
).
assertEqual
(
"
ohos.settings.wireless
"
);
expect
(
wantconstant
.
Action
.
ACTION_MANAGE_APPLICATIONS_SETTINGS
).
assertEqual
(
"
ohos.settings.manage.applications
"
);
expect
(
wantconstant
.
Action
.
ACTION_APPLICATION_DETAILS_SETTINGS
).
assertEqual
(
"
ohos.settings.application.details
"
);
expect
(
wantconstant
.
Action
.
ACTION_MANAGE_APPLICATIONS_SETTINGS
)
.
assertEqual
(
"
ohos.settings.manage.applications
"
);
expect
(
wantconstant
.
Action
.
ACTION_APPLICATION_DETAILS_SETTINGS
)
.
assertEqual
(
"
ohos.settings.application.details
"
);
expect
(
wantconstant
.
Action
.
ACTION_SET_ALARM
).
assertEqual
(
"
ohos.want.action.setAlarm
"
);
expect
(
wantconstant
.
Action
.
ACTION_SHOW_ALARMS
).
assertEqual
(
"
ohos.want.action.showAlarms
"
);
expect
(
wantconstant
.
Action
.
ACTION_SNOOZE_ALARM
).
assertEqual
(
"
ohos.want.action.snoozeAlarm
"
);
...
...
@@ -620,7 +597,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0100
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0100
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -702,7 +679,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0200
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0200
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -796,7 +773,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0300
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0300
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -878,7 +855,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0400
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0400
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -963,7 +940,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0500
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0500
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -1059,7 +1036,7 @@ describe('ActsFeatureAbilityTest', function () {
done
();
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_StartAbility_
0600
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsStartAbility
0600
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
@@ -1787,7 +1764,7 @@ describe('ActsFeatureAbilityTest', function () {
}
}
commonEvent
.
createSubscriber
(
subscriberInfo
_ACTS_GetCallingBundle_
0100
).
then
(
async
(
data
)
=>
{
commonEvent
.
createSubscriber
(
subscriberInfo
ActsGetCallingBundle
0100
).
then
(
async
(
data
)
=>
{
console
.
debug
(
"
====>Create Subscriber====>
"
);
Subscriber
=
data
;
await
commonEvent
.
subscribe
(
Subscriber
,
SubscribeCallBack
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录