From f6dd730c13fd600d71fe17e776d2d2b36e8bb843 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Tue, 18 Jun 2024 10:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- OAT.xml | 2 +- frameworks/intl/test/unittest/intl_test_extent.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index b92e9a02..c17b3c7b 100644 --- a/OAT.xml +++ b/OAT.xml @@ -29,7 +29,7 @@ - + diff --git a/frameworks/intl/test/unittest/intl_test_extent.cpp b/frameworks/intl/test/unittest/intl_test_extent.cpp index 6e2da6ea..722b2d16 100644 --- a/frameworks/intl/test/unittest/intl_test_extent.cpp +++ b/frameworks/intl/test/unittest/intl_test_extent.cpp @@ -237,8 +237,8 @@ HWTEST_F(IntlTest, IntlFuncTest0053, TestSize.Level1) std::string number2 = "+8618622350085"; std::string formatResult = phoneNumberFormat->format(number2); EXPECT_EQ(formatResult, "186 2235 0085"); - std::string location2 = phoneNumberFormat->getLocationName("fake-number", "zh-CN"); - EXPECT_EQ(location2, ""); + std::string location4 = phoneNumberFormat->getLocationName("fake-number", "zh-CN"); + EXPECT_EQ(location4, ""); } /**