diff --git a/powermgr/battery_manager/src/main/js/test/List.test.js b/powermgr/battery_manager/src/main/js/test/List.test.js index 01bdf57675321065fb71e23cb42a92e605b8cb1e..e03a801cf35e6019b6de82bdf61f65e46acd3ae6 100644 --- a/powermgr/battery_manager/src/main/js/test/List.test.js +++ b/powermgr/battery_manager/src/main/js/test/List.test.js @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import BatteryCommonEventTest from './battery_common_event.test.js' -import BatteryUnitTest from './battery_unit.test.js' -import BatteryManagerPerformanceTest from './batterymanager_performance.test.js' -import SystemBatteryTest from './system_battery.test.js' +import batteryCommonEventTest from './battery_common_event.test.js' +import batteryUnitTest from './battery_unit.test.js' +import batteryManagerPerformanceTest from './batterymanager_performance.test.js' +import systemBatteryTest from './system_battery.test.js' export default function testsuite() { - BatteryCommonEventTest() - BatteryUnitTest() - //BatteryManagerPerformanceTest() - SystemBatteryTest() + batteryCommonEventTest() + batteryUnitTest() + //batteryManagerPerformanceTest() + systemBatteryTest() } \ No newline at end of file diff --git a/powermgr/display_manager/src/main/js/test/List.test.js b/powermgr/display_manager/src/main/js/test/List.test.js index 2327e73a1bd3f11f2c90b8a988bcd19986f55344..a59ea1e0db6171c492b01bf23bb9d77856a4a786 100644 --- a/powermgr/display_manager/src/main/js/test/List.test.js +++ b/powermgr/display_manager/src/main/js/test/List.test.js @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import SystemDisplayTest from "./system_display.test" +import systemDisplayTest from "./system_display.test" export default function testsuite() { - SystemDisplayTest() + systemDisplayTest() } \ No newline at end of file diff --git a/powermgr/power_manager/src/main/js/test/List.test.js b/powermgr/power_manager/src/main/js/test/List.test.js index 1327f7f2cbee10785684884e9ff2acc23d50d910..44e6983f3253d33fdd113fa3e55d43e1d587e442 100644 --- a/powermgr/power_manager/src/main/js/test/List.test.js +++ b/powermgr/power_manager/src/main/js/test/List.test.js @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import PowerManagerPowerTest from './power_manager_power.test.js' -import PowerManagerRebootShutTest from './power_manager_rebootshut.test.js' -import PowerManagerRunningLockTest from './power_manager_running_lock.test.js' -import PowerPerformanceTest from './power_performance.test.js' +import powerManagerPowerTest from './power_manager_power.test.js' +import powerManagerRebootShutTest from './power_manager_rebootshut.test.js' +import powerManagerRunningLockTest from './power_manager_running_lock.test.js' +import powerPerformanceTest from './power_performance.test.js' export default function testsuite() { - PowerManagerPowerTest() - //PowerManagerRebootShutTest() - PowerManagerRunningLockTest() - //PowerPerformanceTest() + powerManagerPowerTest() + //powerManagerRebootShutTest() + powerManagerRunningLockTest() + //powerPerformanceTest() } diff --git a/powermgr/thermal_manager/src/main/js/test/List.test.js b/powermgr/thermal_manager/src/main/js/test/List.test.js index d58b0474989fdf71677c844de4240b04a465a91f..71b278a27799f60938260dffa43b85e6f988e389 100644 --- a/powermgr/thermal_manager/src/main/js/test/List.test.js +++ b/powermgr/thermal_manager/src/main/js/test/List.test.js @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import ThermalCommonEvent from './thermal_common_event.test.js' -import ThermalPerformance from './thermal_performance.test.js' -import ThermalUnit from './thermal_uint.test.js' -import ThermalUnitTest from './thermal_unittest.test.js' +import thermalCommonEvent from './thermal_common_event.test.js' +import thermalPerformance from './thermal_performance.test.js' +import thermalUnit from './thermal_uint.test.js' +import thermalUnitTest from './thermal_unittest.test.js' export default function testsuite() { - ThermalUnitTest() - //ThermalUnit() - //ThermalCommonEvent() - // ThermalPerformance() + thermalUnitTest() + //thermalUnit() + //thermalCommonEvent() + //thermalPerformance() }