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

!4913 【窗口子系统】修改测试套名字

Merge pull request !4913 from hekun/master
...@@ -17,7 +17,7 @@ group("graphic") { ...@@ -17,7 +17,7 @@ group("graphic") {
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"effectKit:EffectKitTest", "effectKit:EffectKitTest",
"graphicnapidrawingtest:GraphicNapiDrawingTest", "graphicnapidrawingtest:ActsGraphicNapiDrawingTest",
"webGL:webGL_hap_test", "webGL:webGL_hap_test",
"windowStage:ActsWindowStageTest", "windowStage:ActsWindowStageTest",
"windowstandard:window_hap_test", "windowstandard:window_hap_test",
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
module_output_path = "hit/GraphicNapiDrawingTest" module_output_path = "hit/ActsGraphicNapiDrawingTest"
############################################################################### ###############################################################################
ohos_moduletest_suite("GraphicNapiDrawingTest") { ohos_moduletest_suite("ActsGraphicNapiDrawingTest") {
module_out_path = module_output_path module_out_path = module_output_path
subsystem_name = "graphic" subsystem_name = "graphic"
part_name = "graphic_standard" part_name = "graphic_standard"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"kits": [ "kits": [
{ {
"push": [ "push": [
"GraphicNapiDrawingTest->/data/local/tmp/GraphicNapiDrawingTest" "ActsGraphicNapiDrawingTest->/data/local/tmp/ActsGraphicNapiDrawingTest"
], ],
"type": "PushKit", "type": "PushKit",
"post-push" : [ "post-push" : [
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"driver": { "driver": {
"native-test-timeout": "120000", "native-test-timeout": "120000",
"type": "CppTest", "type": "CppTest",
"module-name": "GraphicNapiDrawingTest", "module-name": "ActsGraphicNapiDrawingTest",
"runtime-hint": "1s", "runtime-hint": "1s",
"native-test-device-path": "/data/local/tmp" "native-test-device-path": "/data/local/tmp"
}, },
"description": "Configuration for GraphicNapiDrawingTest Tests" "description": "Configuration for ActsGraphicNapiDrawingTest Tests"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册