mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 08:30:38 +00:00
fix ut
Signed-off-by: ql <qianli16@huawei.com>
This commit is contained in:
parent
e77054be47
commit
483b9f71a3
@ -953,19 +953,6 @@ HWTEST_F(DMSMissionManagerTest, testInitDataStorage001, TestSize.Level3)
|
||||
DTEST_LOG << "testInitDataStorage001 end" << std::endl;
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: testStopDataStorage002
|
||||
* @tc.desc: test stop data storage
|
||||
* @tc.type: FUNC
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStopDataStorage002, TestSize.Level3)
|
||||
{
|
||||
DTEST_LOG << "testStopDataStorage002 begin" << std::endl;
|
||||
auto ret = DistributedSchedMissionManager::GetInstance().StopDataStorage();
|
||||
EXPECT_TRUE(ret == ERR_NONE);
|
||||
DTEST_LOG << "testStopDataStorage002 end" << std::endl;
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: testStoreSnapshotInfo002
|
||||
* @tc.desc: test store snapshot info
|
||||
|
Loading…
Reference in New Issue
Block a user