From 981e649ed07bbe9a102c68edddf92ec166e8d1b6 Mon Sep 17 00:00:00 2001 From: GuoxYu Date: Wed, 16 Mar 2022 17:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90distributed=5Fschedule=5Flite=E3=80=91?= =?UTF-8?q?=E3=80=903.1=5FRelease=E3=80=91=E4=BB=A3=E7=A0=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: GuoxYu Change-Id: Ia02955432e935ae4590b7cb28bf5282e0e3d4d8e --- .../src/broadcast_publish_func_test.c | 2 +- .../system_ability_manager_hal/src/iunknown_func_test.c | 2 +- .../system_ability_manager_posix/src/BroadcastPublishTest.cpp | 2 +- .../system_ability_manager_posix/src/IUnknownTest.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c index 41400b95c..d3ab4ea3e 100755 --- a/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c +++ b/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c @@ -220,7 +220,7 @@ LITE_TEST_CASE(Broadcast02TestSuite, testPublish0030, Function | MediumTest | Le /** * @tc.number : DMSLite_SAMGR_Publish_0040 - * @tc.name : Provider publish broadcast successfully for 0 and max lenth message + * @tc.name : Provider publish broadcast successfully for 0 and max length message * @tc.desc : [C- SOFTWARE -0200] */ LITE_TEST_CASE(Broadcast02TestSuite, testPublish0040, Function | MediumTest | Level2) diff --git a/distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c index 5bbd4b7ad..753999b61 100755 --- a/distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c +++ b/distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c @@ -154,7 +154,7 @@ LITE_TEST_CASE(IUnknownTestSuite, testGetIUnknown0010, Function | MediumTest | L /** * @tc.number : DMSLite_SAMGR_GetObject_0010 - * @tc.name : Use this macro GET_OBJECT user can obtain a outside object + * @tc.name : Use this macro GET_OBJECT user can obtain an outside object * @tc.desc : [C- SOFTWARE -0200] */ LITE_TEST_CASE(IUnknownTestSuite, testGetObject0010, Function | MediumTest | Level2) diff --git a/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp index 431c4125b..b05ceb81f 100755 --- a/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp +++ b/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp @@ -223,7 +223,7 @@ HWTEST_F(BroadcastPublishTest, testPublish0030, Function | MediumTest | Level2) /** * @tc.number : DMSLite_SAMGR_Publish_0040 - * @tc.name : Provider publish broadcast successfully for 0 and max lenth message + * @tc.name : Provider publish broadcast successfully for 0 and max length message * @tc.desc : [C- SOFTWARE -0200] */ HWTEST_F(BroadcastPublishTest, testPublish0040, Function | MediumTest | Level2) diff --git a/distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp index 230beadbc..ecde034c1 100755 --- a/distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp +++ b/distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp @@ -166,7 +166,7 @@ HWTEST_F(IUnknownTest, testGetIUnknown0010, Function | MediumTest | Level2) { /** * @tc.number : DMSLite_SAMGR_GetObject_0010 - * @tc.name : Use this macro GET_OBJECT user can obtain a outside object. + * @tc.name : Use this macro GET_OBJECT user can obtain an outside object. * @tc.desc : [C- SOFTWARE -0200] */ HWTEST_F(IUnknownTest, testGetObject0010, Function | MediumTest | Level2) { -- GitLab