mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-13 13:54:18 +00:00
unittest
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
This commit is contained in:
parent
64ed469d73
commit
cd88a616f2
@ -195,8 +195,8 @@ HWTEST_F(InnerkitsUnitTest, GetBlockDevicePath_unittest, TestSize.Level1)
|
||||
*/
|
||||
HWTEST_F(InnerkitsUnitTest, DoFormat_unittest, TestSize.Level1)
|
||||
{
|
||||
EXPECT_NE(DoFormat("/testpath", "ext4"), 1);
|
||||
EXPECT_NE(DoFormat("/testpath", "f2fs"), 1);
|
||||
EXPECT_NE(DoFormat("/testpath", "ext4"), -1);
|
||||
EXPECT_NE(DoFormat("/testpath", "f2fs"), -1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user