Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
362fb45e
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看板
提交
362fb45e
编写于
8月 16, 2022
作者:
I
inter515
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增api覆盖
Signed-off-by:
N
inter515
<
ry.renyi@huawei.com
>
上级
a0497577
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
13 addition
and
12 deletion
+13
-12
bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/signature/openharmony_sx.p7b
.../bundlemanager/actsbmsjstest/signature/openharmony_sx.p7b
+0
-0
bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getApplicationInfoJsunit.test.ets
...entry/src/main/ets/test/getApplicationInfoJsunit.test.ets
+1
-0
bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets
...test/entry/src/main/ets/test/getWindowProperties.test.ets
+12
-12
未找到文件。
bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/signature/openharmony_sx.p7b
浏览文件 @
362fb45e
无法预览此类型文件
bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getApplicationInfoJsunit.test.ets
浏览文件 @
362fb45e
...
...
@@ -416,6 +416,7 @@ export default function applicationBundleJsunit() {
expect(applicationInfo.descriptionResource.bundleName).assertEqual('com.open.harmony.packagemag')
expect(applicationInfo.descriptionResource.moduleName).assertEqual('entry')
expect(applicationInfo.descriptionResource.id).assertLarger(0)
expect(applicationInfo.appProvisionType).assertEqual('release')
done();
}).catch((err) => {
expect(err).assertFail();
...
...
bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets
浏览文件 @
362fb45e
...
...
@@ -32,18 +32,18 @@ const ABILITY_NAME_TEST_10 = "MainAbility10"
const ABILITY_NAME_TEST_11 = "MainAbility11"
const ABILITY_NAME_TEST_12 = "MainAbility12"
const ORIENTATION = "orientation"
const UNSPECIFIED =
0
const LANDSCAPE =
1
const PORTRAIT =
2
const LANDSCAPE_INVERTED =
4
const PORTRAIT_INVERTED =
5
const AUTO_ROTATION =
6
const AUTO_ROTATION_LANDSCAPE =
7
const AUTO_ROTATION_PORTRAIT =
8
const AUTO_ROTATION_RESTRICTED =
9
const AUTO_ROTATION_LANDSCAPE_RESTRICTED =
10
const AUTO_ROTATION_PORTRAIT_RESTRICTED =
11
const LOCKED =
12
const UNSPECIFIED =
bundle.DisplayOrientation.UNSPECIFIED
const LANDSCAPE =
bundle.DisplayOrientation.LANDSCAPE
const PORTRAIT =
bundle.DisplayOrientation.PORTRAIT
const LANDSCAPE_INVERTED =
bundle.DisplayOrientation.LANDSCAPE_INVERTED
const PORTRAIT_INVERTED =
bundle.DisplayOrientation.PORTRAIT_INVERTED
const AUTO_ROTATION =
bundle.DisplayOrientation.AUTO_ROTATION
const AUTO_ROTATION_LANDSCAPE =
bundle.DisplayOrientation.AUTO_ROTATION_LANDSCAPE
const AUTO_ROTATION_PORTRAIT =
bundle.DisplayOrientation.AUTO_ROTATION_PORTRAIT
const AUTO_ROTATION_RESTRICTED =
bundle.DisplayOrientation.AUTO_ROTATION_RESTRICTED
const AUTO_ROTATION_LANDSCAPE_RESTRICTED =
bundle.DisplayOrientation.AUTO_ROTATION_LANDSCAPE_RESTRICTED
const AUTO_ROTATION_PORTRAIT_RESTRICTED =
bundle.DisplayOrientation.AUTO_ROTATION_PORTRAIT_RESTRICTED
const LOCKED =
bundle.DisplayOrientation.LOCKED
const DEFAULT_VALUE = 0
const MAX_WINDOW_RATIO_VALUE = 3.5
const MIN_WINDOW_RATIO_VALUE = 0.5
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录