提交 7401f82d 编写于 作者: Y y00314596 提交者: 杨清

fixed 3747aaf0 from https://gitee.com/yangqing3/xts_acts/pulls/1454

arab by yangqing3@huawei.com
Signed-off-by: Ny00314596 <yangqing3@huawei.com>
上级 327e88c1
...@@ -219,7 +219,7 @@ HWTEST_F(WeekPluralNumberTest, WeekPluralNumberTest0800, Function | MediumTest | ...@@ -219,7 +219,7 @@ HWTEST_F(WeekPluralNumberTest, WeekPluralNumberTest0800, Function | MediumTest |
int intNum1 = 1234567; int intNum1 = 1234567;
std::string out = formatter.Format(intNum1, status_v2); std::string out = formatter.Format(intNum1, status_v2);
std::cout << "out: " << out << std::endl; std::cout << "out: " << out << std::endl;
EXPECT_TRUE(out == ,٢٣٤,٥٦٧"); EXPECT_TRUE(out == ٬٢٣٤٬٥٦٧");
} }
/** /**
...@@ -239,7 +239,7 @@ HWTEST_F(WeekPluralNumberTest, WeekPluralNumberTest0900, Function | MediumTest | ...@@ -239,7 +239,7 @@ HWTEST_F(WeekPluralNumberTest, WeekPluralNumberTest0900, Function | MediumTest |
int intNum1 = 1234567; int intNum1 = 1234567;
std::string out = formatter.Format(intNum1, status_v2); std::string out = formatter.Format(intNum1, status_v2);
std::cout << "out: " << out << std::endl; std::cout << "out: " << out << std::endl;
EXPECT_TRUE(out == ,٢٣٤,٥٦٧"); EXPECT_TRUE(out == ٬٢٣٤٬٥٦٧");
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册