提交 de628a7e 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 a8ca2853
......@@ -919,7 +919,6 @@ HWTEST_F(BundleMgrTest, testGetBundleSizeWithIllegal_0001, Function | MediumTest
EXPECT_EQ(strlen(bundleName), 128);
uint32_t resultCode = GetBundleSize(bundleName);
EXPECT_EQ(resultCode, 0);
printf("------end testGetBundleSizeWithIllegal_0001------\n");
}
......@@ -936,7 +935,6 @@ HWTEST_F(BundleMgrTest, testGetBundleSizeWithIllegal_0002, Function | MediumTest
//bundleName nullptr
uint32_t resultCode = GetBundleSize(bundleName);
EXPECT_EQ(resultCode, 0);
printf("------end testGetBundleSizeWithIllegal_0002------\n");
}
......@@ -954,7 +952,6 @@ HWTEST_F(BundleMgrTest, testGetBundleSizeWithIllegal_0003, Function | MediumTest
uint32_t resultCode = GetBundleSize(bundleName);
printf("GetBundleSize result is %d \n", resultCode);
EXPECT_EQ(resultCode, 0);
printf("------end testGetBundleSizeWithIllegal_0003------\n");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册