mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-26 16:51:24 +00:00
添加多音字测试用例
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
831d0c99d1
commit
328c4b3268
@ -134,13 +134,6 @@ int IntlFuncTest00100(void);
|
||||
int IntlFuncTest00101(void);
|
||||
int IntlFuncTest00102(void);
|
||||
int IntlFuncTest00103(void);
|
||||
int IntlFuncTest00104(void);
|
||||
int IntlFuncTest00105(void);
|
||||
int IntlFuncTest00106(void);
|
||||
int IntlFuncTest00107(void);
|
||||
int IntlFuncTest00108(void);
|
||||
int IntlFuncTest00109(void);
|
||||
int IntlFuncTest00110(void);
|
||||
} // namespace I18n
|
||||
} // namespace Global
|
||||
} // namespace OHOS
|
||||
|
@ -235,11 +235,11 @@ std::map<std::string, std::string> IntlTest::translitTestCases {
|
||||
};
|
||||
|
||||
/**
|
||||
* @tc.name: IntlFuncTest00110
|
||||
* @tc.name: IntlFuncTest00103
|
||||
* @tc.desc: Test icu::Transliterator
|
||||
* @tc.type: FUNC
|
||||
*/
|
||||
HWTEST_F(IntlTest, IntlFuncTest00110, TestSize.Level1)
|
||||
HWTEST_F(IntlTest, IntlFuncTest00103, TestSize.Level1)
|
||||
{
|
||||
const std::string transId = "Any-Latn";
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user