提交 c269550d 编写于 作者: O openharmony_ci 提交者: Gitee

!8 【轻量级 PR】:change test case to lv1

Merge pull request !8 from lanxueyuan/N/A
...@@ -131,7 +131,7 @@ public: ...@@ -131,7 +131,7 @@ public:
** @tc.require: AR000F733K ** @tc.require: AR000F733K
** @tc.author: ZAL ** @tc.author: ZAL
**/ **/
HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_001, TestSize.Level0) HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_001, TestSize.Level1)
{ {
// do not crash here // do not crash here
FreeMessageSt(nullptr); FreeMessageSt(nullptr);
...@@ -154,7 +154,7 @@ HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_001, TestSize.Level0) ...@@ -154,7 +154,7 @@ HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_001, TestSize.Level0)
** @tc.require: AR000F733K ** @tc.require: AR000F733K
** @tc.author: ZAL ** @tc.author: ZAL
**/ **/
HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_002, TestSize.Level0) HWTEST_F(StartupAppspawnUTest, msgFuncFreeTest_002, TestSize.Level1)
{ {
MessageSt msgSt = {0}; MessageSt msgSt = {0};
...@@ -220,7 +220,7 @@ static void GetCurrentTime(struct timespec* tmCur) ...@@ -220,7 +220,7 @@ static void GetCurrentTime(struct timespec* tmCur)
** @tc.require: AR000F733K ** @tc.require: AR000F733K
** @tc.author: ZAL ** @tc.author: ZAL
**/ **/
HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_001, TestSize.Level0) HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_001, TestSize.Level1)
{ {
MessageSt msgSt = {0}; MessageSt msgSt = {0};
EXPECT_NE(SplitMessage(nullptr, 0, nullptr), 0); EXPECT_NE(SplitMessage(nullptr, 0, nullptr), 0);
...@@ -255,7 +255,7 @@ HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_001, TestSize.Level0) ...@@ -255,7 +255,7 @@ HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_001, TestSize.Level0)
** @tc.require: AR000F733K ** @tc.require: AR000F733K
** @tc.author: ZAL ** @tc.author: ZAL
**/ **/
HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_002, TestSize.Level0) HWTEST_F(StartupAppspawnUTest, msgFuncSplitTest_002, TestSize.Level1)
{ {
MessageSt msgSt = {0}; MessageSt msgSt = {0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册