diff --git a/test/services/safwk/unittest/BUILD.gn b/test/services/safwk/unittest/BUILD.gn index 8e52c6ae195e812c299242b379d1ae646d784d97..4c0896f218e1037a5e2d4e1e64baf9ea8c36e50c 100644 --- a/test/services/safwk/unittest/BUILD.gn +++ b/test/services/safwk/unittest/BUILD.gn @@ -62,6 +62,7 @@ ohos_static_library("system_ability_fwk_tdd") { "hilog:libhilog", "hitrace:hitrace_meter", "ipc:ipc_single", + "ipc:ipc_core", "json:nlohmann_json_static", "samgr:samgr_common", "samgr:samgr_proxy", diff --git a/test/services/safwk/unittest/api_cache_manager_test.cpp b/test/services/safwk/unittest/api_cache_manager_test.cpp index fa43d0d64629ad73441550b40d905fd1a76e7326..5357bfc57cd1f5b9dffb80c049ff932e5c514263 100644 --- a/test/services/safwk/unittest/api_cache_manager_test.cpp +++ b/test/services/safwk/unittest/api_cache_manager_test.cpp @@ -1136,7 +1136,6 @@ HWTEST_F(CacheManagerTest, Conc001, TestSize.Level2) ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_100); ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_1); ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_100); - return; DTEST_LOG << "Conc001 end" << std::endl; } } \ No newline at end of file