未验证 提交 76705aae 编写于 作者: O openharmony_ci 提交者: Gitee

!3876 【xts_acts】【master】解决电源子系统描述重复命名导致report出现blocked问题

Merge pull request !3876 from 郭永强/master
......@@ -14,7 +14,7 @@
*/
import commonEvent from '@ohos.commonEvent';
describe('appInfoTest', function () {
describe('appInfoTest_battery_1', function () {
console.log("*************Battery commonEvent Test Begin*************");
/**
......
......@@ -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*************");
/**
......
......@@ -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;
......
......@@ -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*************");
/**
......
......@@ -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*************");
/**
......
......@@ -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*************");
/**
......
......@@ -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();
......
......@@ -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();
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册