From 6fe42a44153c0841f6a1565eb228ffa825b4be18 Mon Sep 17 00:00:00 2001 From: gu_tian_le Date: Tue, 1 Jun 2021 16:24:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=91#AR000000=EF=BC=9AohosTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ohosTest/java/com/example/myapplication/ExampleOhosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/ohosTest/java/com/example/myapplication/ExampleOhosTest.java b/entry/src/ohosTest/java/com/example/myapplication/ExampleOhosTest.java index 54fafd8..49a1130 100644 --- a/entry/src/ohosTest/java/com/example/myapplication/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/example/myapplication/ExampleOhosTest.java @@ -7,6 +7,7 @@ import static org.junit.Assert.assertEquals; public class ExampleOhosTest { @Test + //涉及Context,不支持单元测试 public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); assertEquals("com.example.myapplication", actualBundleName); -- Gitee From 1500d949fe9c4bb01191675fc25ca404929f8616 Mon Sep 17 00:00:00 2001 From: Gutl <5739850+gu_tian_le@user.noreply.gitee.com> Date: Wed, 2 Jun 2021 15:30:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=B9=E6=8D=AEcheckList=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad61c2..ec06b6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Scanner-Compat-Library +# Ohos-Scanner-Compat-Library #### 项目介绍 -- Gitee