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

!1835 解决【OpenHarmony_3.0_LTS】【3.0.0.20】【杂散子系统】杂散子系统timer定时器测试套TimerJSApiTest.hap未随版本编译出来

Merge pull request !1835 from 肖可/OpenHarmony-3.0-LTS
......@@ -15,7 +15,7 @@ import("//build/ohos_var.gni")
group("miscservices") {
testonly = true
if (is_standard_system) {
deps = [ "TimeTest_js:time_js_test" ]
deps = [ "TimeTest_js:time_js_test","TimerTest_js:timer_js_test", ]
} else {
deps = [
"DownloadTest:download_hap",
......
......@@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") {
":time_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsTimeJSApiTest"
hap_name = "ActsTimerJSApiTest"
}
ohos_js_assets("time_js_assets") {
source_dir = "./src/main/js/default"
......
......@@ -9,7 +9,7 @@
"kits": [
{
"test-file-name": [
"ActsTimeJSApiTest.hap"
"ActsTimerJSApiTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -964,7 +964,7 @@ describe('TimerTest', function() {
console.log('SUB_systemTimer_Timer_JS_API_2800 end');
});
#if 0
/**
* @tc.number SUB_systemTimer_Timer_JS_API_2900
* @tc.name Test systemTimer.Timer type = TIMER_TYPE_IDLE
......@@ -997,7 +997,7 @@ describe('TimerTest', function() {
expect(destroyTimerRes).assertEqual(true)
console.log('SUB_systemTimer_Timer_JS_API_2900 end');
});
#endif
/**
* @tc.number SUB_systemTimer_Timer_JS_API_3000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册