From 9c4bd9310c49cfc7bd8bb81f46313f7e428a73d9 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Tue, 17 Jun 2025 10:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=A3=E7=A0=81=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=B7=AF=E5=BE=84=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- .../mock/src/mock_my_flag.cpp | 2 +- .../mock/src/mock_permission_verification.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp index 7467830fbb6..46570d8fdf6 100644 --- a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp +++ b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_my_flag.cpp @@ -13,7 +13,7 @@ * limitations under the License. */ -#include "../../mock/include/mock_my_flag.h" +#include "mock_my_flag.h" namespace OHOS { namespace AAFwk { diff --git a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp index b6744881517..df6130699fe 100644 --- a/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp +++ b/test/unittest/quick_fix/quick_fix_manager_service_second_test/mock/src/mock_permission_verification.cpp @@ -13,8 +13,8 @@ * limitations under the License. */ -#include "../../mock/include/mock_permission_verification.h" -#include "../../mock/include/mock_my_flag.h" +#include "mock_permission_verification.h" +#include "mock_my_flag.h" namespace OHOS { namespace AAFwk { -- Gitee