Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
82483940
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,发现更多精彩内容 >>
未验证
提交
82483940
编写于
6月 29, 2022
作者:
O
openharmony_ci
提交者:
Gitee
6月 29, 2022
浏览文件
操作
浏览文件
下载
差异文件
!3916 【xts_acts】【monthly_20220614】解决电源子系统描述重复命名导致report出现blocked问题分支合入
Merge pull request !3916 from 郭永强/monthly_20220614
上级
63af9230
5cb5d54b
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
9 addition
and
9 deletion
+9
-9
powermgr/battery_manager/src/main/js/default/test/battery_common_event.test.js
...ger/src/main/js/default/test/battery_common_event.test.js
+1
-1
powermgr/battery_manager/src/main/js/default/test/battery_unit.test.js
...ery_manager/src/main/js/default/test/battery_unit.test.js
+1
-1
powermgr/battery_manager/src/main/js/default/test/batterymanager_performance.test.js
...c/main/js/default/test/batterymanager_performance.test.js
+1
-1
powermgr/battery_manager/src/main/js/default/test/system_battery.test.js
...y_manager/src/main/js/default/test/system_battery.test.js
+1
-1
powermgr/display_manager/src/main/js/default/test/system_display.test.js
...y_manager/src/main/js/default/test/system_display.test.js
+1
-1
powermgr/thermal_manager/src/main/js/default/test/thermal_common_event.test.js
...ger/src/main/js/default/test/thermal_common_event.test.js
+1
-1
powermgr/thermal_manager/src/main/js/default/test/thermal_performance.test.js
...ager/src/main/js/default/test/thermal_performance.test.js
+1
-1
powermgr/thermal_manager/src/main/js/default/test/thermal_uint.test.js
...mal_manager/src/main/js/default/test/thermal_uint.test.js
+1
-1
powermgr/thermal_manager/src/main/js/default/test/thermal_unittest.test.js
...manager/src/main/js/default/test/thermal_unittest.test.js
+1
-1
未找到文件。
powermgr/battery_manager/src/main/js/default/test/battery_common_event.test.js
浏览文件 @
82483940
...
...
@@ -14,7 +14,7 @@
*/
import
commonEvent
from
'
@ohos.commonEvent
'
;
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_battery_1
'
,
function
()
{
console
.
log
(
"
*************Battery commonEvent Test Begin*************
"
);
/**
...
...
powermgr/battery_manager/src/main/js/default/test/battery_unit.test.js
浏览文件 @
82483940
...
...
@@ -18,7 +18,7 @@ import batteryInfo from '@ohos.batteryinfo';
import
brightness
from
'
@ohos.brightness
'
;
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_battery_2
'
,
function
()
{
console
.
log
(
"
*************Battery Unit Test Begin*************
"
);
/**
...
...
powermgr/battery_manager/src/main/js/default/test/batterymanager_performance.test.js
浏览文件 @
82483940
...
...
@@ -16,7 +16,7 @@
import
batteryInfo
from
'
@ohos.batteryinfo
'
;
import
{
describe
,
it
,
expect
}
from
'
deccjsunit/index
'
;
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_battery_4
'
,
function
()
{
console
.
log
(
"
*************Edited Battery Performance Test Begin*************
"
);
const
MAXNUM
=
1000
;
...
...
powermgr/battery_manager/src/main/js/default/test/system_battery.test.js
浏览文件 @
82483940
...
...
@@ -39,7 +39,7 @@ function completeFunc(tag) {
console
.
log
(
tag
+
"
: The device information is obtained successfully.
"
);
}
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_battery_3
'
,
function
()
{
console
.
log
(
"
*************System Battery Unit Test Begin*************
"
);
/**
...
...
powermgr/display_manager/src/main/js/default/test/system_display.test.js
浏览文件 @
82483940
...
...
@@ -28,7 +28,7 @@ function sleep(time){
return
new
Promise
((
resolve
)
=>
setTimeout
(
resolve
,
time
));
}
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_display
'
,
function
()
{
console
.
log
(
"
*************System SystemDisplay Unit Test Begin*************
"
);
/**
...
...
powermgr/thermal_manager/src/main/js/default/test/thermal_common_event.test.js
浏览文件 @
82483940
...
...
@@ -15,7 +15,7 @@
import
commonEvent
from
'
@ohos.commonEvent
'
;
import
thermal
from
"
@ohos.thermal
"
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_thermal_3
'
,
function
()
{
console
.
log
(
"
*************Thermal commonEvent Test Begin*************
"
);
/**
...
...
powermgr/thermal_manager/src/main/js/default/test/thermal_performance.test.js
浏览文件 @
82483940
...
...
@@ -16,7 +16,7 @@
import
thermal
from
"
@ohos.thermal
"
import
{
describe
,
it
,
expect
}
from
'
deccjsunit/index
'
;
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_thermal_4
'
,
function
()
{
console
.
log
(
"
*************Thermal Performance Test Begin*************
"
);
performanceTest1
();
performanceTest2
();
...
...
powermgr/thermal_manager/src/main/js/default/test/thermal_uint.test.js
浏览文件 @
82483940
...
...
@@ -19,7 +19,7 @@ import thermal from "@ohos.thermal"
import
ThermalLevel
from
"
@ohos.thermal
"
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_thermal_2
'
,
function
()
{
console
.
log
(
"
*************Thermal API Test Begin*************
"
);
test1
();
test2
();
...
...
powermgr/thermal_manager/src/main/js/default/test/thermal_unittest.test.js
浏览文件 @
82483940
...
...
@@ -19,7 +19,7 @@ import ThermalLevel from "@ohos.thermal"
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
const
MSEC_1000
=
1000
;
describe
(
'
appInfoTest
'
,
function
()
{
describe
(
'
appInfoTest
_thermal_1
'
,
function
()
{
console
.
log
(
"
*************Thermal API Test Begin*************
"
);
test14
();
test15
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录