From abefa073e023ed675f8201a2eba5f4d9d06165e4 Mon Sep 17 00:00:00 2001 From: HYL123698745 <1252347619@qq.com> Date: Thu, 3 Jun 2021 09:20:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A2=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../android_timetableview/ExampleTest.java | 23 ------------------- ...{ExampleTest.java => ExampleOhosTest.java} | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 entry/src/test/java/com/zhuangfei/android_timetableview/ExampleTest.java rename entry/src/test/java/com/zhuangfei/ohos_timetableview/{ExampleTest.java => ExampleOhosTest.java} (95%) diff --git a/entry/src/test/java/com/zhuangfei/android_timetableview/ExampleTest.java b/entry/src/test/java/com/zhuangfei/android_timetableview/ExampleTest.java deleted file mode 100644 index 6cee1c4..0000000 --- a/entry/src/test/java/com/zhuangfei/android_timetableview/ExampleTest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2021 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. - */ -package com.zhuangfei.android_timetableview; - -import org.junit.Test; - -public class ExampleTest { - @Test - public void onStart() { - } -} diff --git a/entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleTest.java b/entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleOhosTest.java similarity index 95% rename from entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleTest.java rename to entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleOhosTest.java index a35029c..3d88713 100644 --- a/entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleTest.java +++ b/entry/src/test/java/com/zhuangfei/ohos_timetableview/ExampleOhosTest.java @@ -16,7 +16,7 @@ package com.zhuangfei.ohos_timetableview; import org.junit.Test; -public class ExampleTest { +public class ExampleOhosTest { @Test public void onStart() { } -- Gitee From 68f666d8917a81773ef62d695ba42d6e884c76ca Mon Sep 17 00:00:00 2001 From: HYL123698745 <1252347619@qq.com> Date: Thu, 3 Jun 2021 09:22:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A2=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index d7aa992..ef4b1c6 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -9,7 +9,9 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Beta1", + + } }, "deviceConfig": {}, -- Gitee