Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
ba2a53f5
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看板
提交
ba2a53f5
编写于
12月 01, 2021
作者:
Z
zhaoyuan17
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix error
Signed-off-by:
N
zhaoyuan17
<
zhaoyuan17@huawei.com
>
上级
143ea1d7
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
0 addition
and
44 deletion
+0
-44
appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js
...emanagertest/entry/src/main/js/test/ExampleJsunit.test.js
+0
-44
未找到文件。
appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js
浏览文件 @
ba2a53f5
...
...
@@ -58,23 +58,6 @@ var BundleFlag = {
GET_BUNDLE_WITH_ABILITIES
:
1
,
GET_APPLICATION_INFO_WITH_PERMISSION
:
2
};
var
AbilityType
=
{
UNKNOWN
:
0
,
PAGE
:
1
,
SERVICE
:
2
,
DATA
:
3
,
FORM
:
4
,
};
var
DisplayOrientation
=
{
UNSPECIFIED
:
0
,
LANDSCAPE
:
1
,
PORTRAIT
:
2
,
FOLLOW_RECENT
:
3
};
var
LaunchMode
=
{
SINGLETON
:
0
,
STANDARD
:
1
};
describe
(
'
ActsBundleManagerTest
'
,
function
()
{
...
...
@@ -1802,9 +1785,6 @@ describe('ActsBundleManagerTest', function () {
expect
(
datainfo
.
label
).
assertEqual
(
"
$string:app_name
"
)
expect
(
datainfo
.
description
).
assertEqual
(
"
$string:mainability_description
"
)
expect
(
datainfo
.
icon
).
assertEqual
(
"
$media:icon
"
)
expect
(
datainfo
.
type
).
assertEqual
(
AbilityType
.
SERVICE
)
expect
(
datainfo
.
launchMode
).
assertEqual
(
LaunchMode
.
SINGLETON
)
expect
(
datainfo
.
orientation
).
assertEqual
(
DisplayOrientation
.
LANDSCAPE
)
expect
(
datainfo
.
moduleName
).
assertEqual
(
"
entry
"
)
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME2
)
expect
(
datainfo
.
applicationInfo
.
name
).
assertEqual
(
NAME2
)
...
...
@@ -2832,26 +2812,6 @@ describe('ActsBundleManagerTest', function () {
},
}
},
0
,
0
)
var
data1
=
await
demo
.
queryAbilityByWant
({
want
:
{
action
:
"
action.system.home
"
,
entities
:
[
"
entity.system.home
"
],
elementName
:
{
deviceId
:
"
0
"
,
bundleName
:
"
com.example.myapplication5
"
,
abilityName
:
"
com.example.myapplication.MainAbility
"
,
uri
:
""
,
shortName
:
""
},
}
},
0
,
0
)
expect
(
data1
.
length
).
assertLarger
(
0
);
for
(
let
i
=
0
,
len
=
data1
.
length
;
i
<
len
;
i
++
)
{
var
datainfo
=
data1
[
i
];
expect
(
datainfo
.
type
).
assertEqual
(
AbilityType
.
DATA
)
expect
(
datainfo
.
orientation
).
assertEqual
(
DisplayOrientation
.
FOLLOW_RECENT
)
}
expect
(
data
.
length
).
assertLarger
(
0
);
for
(
let
i
=
0
,
len
=
data
.
length
;
i
<
len
;
i
++
)
{
var
datainfo
=
data
[
i
];
...
...
@@ -2861,8 +2821,6 @@ describe('ActsBundleManagerTest', function () {
expect
(
datainfo
.
icon
).
assertEqual
(
"
$media:icon
"
)
expect
(
datainfo
.
moduleName
).
assertEqual
(
"
entry
"
)
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME3
)
expect
(
datainfo
.
type
).
assertEqual
(
AbilityType
.
PAGE
)
expect
(
datainfo
.
orientation
).
assertEqual
(
DisplayOrientation
.
PORTRAIT
)
expect
(
datainfo
.
applicationInfo
.
name
).
assertEqual
(
NAME3
)
expect
(
datainfo
.
applicationInfo
.
description
).
assertEqual
(
"
$string:mainability_description
"
)
expect
(
datainfo
.
applicationInfo
.
descriptionId
>=
0
).
assertTrue
()
...
...
@@ -3383,8 +3341,6 @@ describe('ActsBundleManagerTest', function () {
expect
(
datainfo
.
icon
).
assertEqual
(
"
$media:icon
"
)
expect
(
datainfo
.
moduleName
).
assertEqual
(
"
entry
"
)
expect
(
datainfo
.
bundleName
).
assertEqual
(
NAME1
)
expect
(
datainfo
.
launchMode
).
assertEqual
(
LaunchMode
.
STANDARD
)
expect
(
datainfo
.
orientation
).
assertEqual
(
DisplayOrientation
.
UNSPECIFIED
)
expect
(
datainfo
.
applicationInfo
.
name
).
assertEqual
(
NAME1
)
expect
(
datainfo
.
applicationInfo
.
description
).
assertEqual
(
"
$string:mainability_description
"
)
expect
(
datainfo
.
applicationInfo
.
descriptionId
>=
0
).
assertTrue
()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录