From 6eb4821d04c9f3c99a75f1a0e24585b79a92f019 Mon Sep 17 00:00:00 2001 From: gong-guilin Date: Tue, 26 Aug 2025 09:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gong-guilin --- test/services/safwk/unittest/BUILD.gn | 1 + test/services/safwk/unittest/api_cache_manager_test.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/safwk/unittest/BUILD.gn b/test/services/safwk/unittest/BUILD.gn index 8e52c6a..4c0896f 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 fa43d0d..5357bfc 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 -- Gitee