diff --git a/entry/src/main/config.json b/entry/src/main/config.json index d7aa992bba50fa252602cb76647690c6149d3e1d..ef4b1c6fabcd2f68111bf273db7616762c0fda97 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": {}, 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 6cee1c48172a93fc00f4c9398a9b9e502132975a..0000000000000000000000000000000000000000 --- 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 a35029cbd0cc58d951885a4857d561492ecd6bee..3d88713c60a2328a97bde8b1a0059cfa6b36f03c 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() { }