未验证 提交 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") ...@@ -15,7 +15,7 @@ import("//build/ohos_var.gni")
group("miscservices") { group("miscservices") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ "TimeTest_js:time_js_test" ] deps = [ "TimeTest_js:time_js_test","TimerTest_js:timer_js_test", ]
} else { } else {
deps = [ deps = [
"DownloadTest:download_hap", "DownloadTest:download_hap",
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") {
":time_resources", ":time_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsTimeJSApiTest" hap_name = "ActsTimerJSApiTest"
} }
ohos_js_assets("time_js_assets") { ohos_js_assets("time_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsTimeJSApiTest.hap" "ActsTimerJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -964,7 +964,7 @@ describe('TimerTest', function() { ...@@ -964,7 +964,7 @@ describe('TimerTest', function() {
console.log('SUB_systemTimer_Timer_JS_API_2800 end'); console.log('SUB_systemTimer_Timer_JS_API_2800 end');
}); });
#if 0
/** /**
* @tc.number SUB_systemTimer_Timer_JS_API_2900 * @tc.number SUB_systemTimer_Timer_JS_API_2900
* @tc.name Test systemTimer.Timer type = TIMER_TYPE_IDLE * @tc.name Test systemTimer.Timer type = TIMER_TYPE_IDLE
...@@ -997,7 +997,7 @@ describe('TimerTest', function() { ...@@ -997,7 +997,7 @@ describe('TimerTest', function() {
expect(destroyTimerRes).assertEqual(true) expect(destroyTimerRes).assertEqual(true)
console.log('SUB_systemTimer_Timer_JS_API_2900 end'); console.log('SUB_systemTimer_Timer_JS_API_2900 end');
}); });
#endif
/** /**
* @tc.number SUB_systemTimer_Timer_JS_API_3000 * @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.
先完成此消息的编辑!
想要评论请 注册