From de6fa72614b4c7a16973849e1eb2b3f7fab72947 Mon Sep 17 00:00:00 2001 From: zhouke Date: Tue, 16 Aug 2022 15:07:48 +0800 Subject: [PATCH] modify.Signed-off-by: . Signed-off-by: zhouke --- arkXtest/BUILD.gn | 4 ++-- .../src/main/ets/MainAbility/pages/index.ets | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/arkXtest/BUILD.gn b/arkXtest/BUILD.gn index dbdb4a1cf..f83527ddb 100644 --- a/arkXtest/BUILD.gn +++ b/arkXtest/BUILD.gn @@ -18,7 +18,7 @@ group("arkXtest") { if (is_standard_system) { deps = [ "uitest:ActsUiTest", - "uitestScene:ActsUiTestScene" - ] + "uitestScene:ActsUiTestScene", + ] } } diff --git a/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets b/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets index d6ca48cf4..7ab94fa13 100644 --- a/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets +++ b/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets @@ -1,3 +1,17 @@ +/** + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @Entry @Component struct Index { -- GitLab