Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
c485b6e9
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
c485b6e9
编写于
9月 26, 2021
作者:
O
openharmony_ci
提交者:
Gitee
9月 26, 2021
浏览文件
操作
浏览文件
下载
差异文件
!726 modify testjson on 20210924
Merge pull request !726 from 杨清/0924
上级
5e721133
fbc19a85
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
65 addition
and
65 deletion
+65
-65
global/i18n_standard/intljs/Test.json
global/i18n_standard/intljs/Test.json
+1
-1
global/i18n_standard/intljs/src/main/js/default/test/I18n.test.js
...18n_standard/intljs/src/main/js/default/test/I18n.test.js
+64
-64
未找到文件。
global/i18n_standard/intljs/Test.json
浏览文件 @
c485b6e9
...
...
@@ -2,7 +2,7 @@
"description"
:
"Configuration for intljs Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"
6
0000"
,
"test-timeout"
:
"
12
0000"
,
"package"
:
"ohos.intl.test"
,
"shell-timeout"
:
"60000"
},
...
...
global/i18n_standard/intljs/src/main/js/default/test/I18n.test.js
浏览文件 @
c485b6e9
...
...
@@ -165,8 +165,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1200
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
setSystemRegion with US param
* @tc.desc check the
region
*/
it
(
'
i18n_test_1200
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemRegion
(
'
US
'
);
...
...
@@ -179,8 +179,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1300
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
setSystemRegion with null param
* @tc.desc check the
region
*/
it
(
'
i18n_test_1300
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemRegion
(
''
);
...
...
@@ -193,8 +193,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1400
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
setSystemRegion with AA param
* @tc.desc check the
region
*/
it
(
'
i18n_test_1400
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemRegion
(
'
AA
'
);
...
...
@@ -204,8 +204,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1500
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
setSystemRegion with zh-CN param
* @tc.desc check the
reigon
*/
it
(
'
i18n_test_1500
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemRegion
(
'
zh-CN
'
);
...
...
@@ -215,8 +215,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1600
* @tc.name
format the language in locale
* @tc.desc check the l
anguag
e
* @tc.name
setSystemLocale with en-Latn-US param
* @tc.desc check the l
ocal
e
*/
it
(
'
i18n_test_1600
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemLocale
(
'
en-Latn-US
'
);
...
...
@@ -229,8 +229,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1700
* @tc.name
format the language in locale
* @tc.desc check the l
anguag
e
* @tc.name
setSystemLocale with null param
* @tc.desc check the l
ocal
e
*/
it
(
'
i18n_test_1700
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemLocale
(
''
);
...
...
@@ -240,8 +240,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1800
* @tc.name
format the language in locale
* @tc.desc check the l
anguag
e
* @tc.name
setSystemLocale with aa param
* @tc.desc check the l
ocal
e
*/
it
(
'
i18n_test_1800
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemLocale
(
'
aa
'
);
...
...
@@ -251,8 +251,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_1900
* @tc.name
format the language in locale
* @tc.desc check the l
anguag
e
* @tc.name
setSystemLocale with zh-AAAA param
* @tc.desc check the l
ocal
e
*/
it
(
'
i18n_test_1900
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemLocale
(
'
zh-AAAA
'
);
...
...
@@ -262,8 +262,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2000
* @tc.name
format the language in locale
* @tc.desc check the l
anguag
e
* @tc.name
setSystemLocale with zh-Hans-AA param
* @tc.desc check the l
ocal
e
*/
it
(
'
i18n_test_2000
'
,
0
,
function
()
{
let
value
=
I18n
.
setSystemLocale
(
'
zh-Hans-AA
'
);
...
...
@@ -273,7 +273,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2100
* @tc.name
format the language in locale
* @tc.name
getSystemLanguages
* @tc.desc check the language
*/
it
(
'
i18n_test_2100
'
,
0
,
function
()
{
...
...
@@ -285,8 +285,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2200
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getSystemCountries with en param
* @tc.desc check the
country
*/
it
(
'
i18n_test_2200
'
,
0
,
function
()
{
let
count
=
I18n
.
getSystemCountries
(
'
en
'
);
...
...
@@ -297,8 +297,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2220
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getSystemCountries with zh-CN param
* @tc.desc check the
country
*/
it
(
'
i18n_test_2220
'
,
0
,
function
()
{
let
count
=
I18n
.
getSystemCountries
(
'
zh-CN
'
);
...
...
@@ -309,8 +309,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2240
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getSystemCountries with zh-Hans-CN param
* @tc.desc check the
country
*/
it
(
'
i18n_test_2240
'
,
0
,
function
()
{
let
count
=
I18n
.
getSystemCountries
(
'
zh-Hans-CN
'
);
...
...
@@ -321,8 +321,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2260
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getSystemCountries with null param
* @tc.desc check the
country
*/
it
(
'
i18n_test_2260
'
,
0
,
function
()
{
let
count
=
I18n
.
getSystemCountries
(
''
);
...
...
@@ -333,8 +333,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2280
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getSystemCountries with aaa param
* @tc.desc check the
country
*/
it
(
'
i18n_test_2280
'
,
0
,
function
()
{
let
count
=
I18n
.
getSystemCountries
(
'
aaa
'
);
...
...
@@ -345,7 +345,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2300
* @tc.name
format the language in locale
* @tc.name
isSuggested with en param
* @tc.desc check the language
*/
it
(
'
i18n_test_2300
'
,
0
,
function
()
{
...
...
@@ -359,7 +359,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2400
* @tc.name
format the language in locale
* @tc.name
isSuggested with zh-Hans param
* @tc.desc check the language
*/
it
(
'
i18n_test_2400
'
,
0
,
function
()
{
...
...
@@ -373,7 +373,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2500
* @tc.name
format the language in locale
* @tc.name
isSuggested with zh-Hans-CN param
* @tc.desc check the language
*/
it
(
'
i18n_test_2500
'
,
0
,
function
()
{
...
...
@@ -387,7 +387,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2600
* @tc.name
format the language in locale
* @tc.name
isSuggested with fr param
* @tc.desc check the language
*/
it
(
'
i18n_test_2600
'
,
0
,
function
()
{
...
...
@@ -398,7 +398,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2700
* @tc.name
format the language in locale
* @tc.name
isSuggested with fr-FR param
* @tc.desc check the language
*/
it
(
'
i18n_test_2700
'
,
0
,
function
()
{
...
...
@@ -409,7 +409,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2800
* @tc.name
format the language in locale
* @tc.name
isSuggested with az-Latn-AZ param
* @tc.desc check the language
*/
it
(
'
i18n_test_2800
'
,
0
,
function
()
{
...
...
@@ -420,7 +420,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_2900
* @tc.name
format the language in locale
* @tc.name
isSuggested with en-ZH param
* @tc.desc check the language
*/
it
(
'
i18n_test_2900
'
,
0
,
function
()
{
...
...
@@ -431,7 +431,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3000
* @tc.name
format the language in locale
* @tc.name
isSuggested with aa param
* @tc.desc check the language
*/
it
(
'
i18n_test_3000
'
,
0
,
function
()
{
...
...
@@ -442,7 +442,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3100
* @tc.name
format the language in locale
* @tc.name
isSuggested with en and GB param
* @tc.desc check the language
*/
it
(
'
i18n_test_3100
'
,
0
,
function
()
{
...
...
@@ -456,7 +456,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3150
* @tc.name
format the language in locale
* @tc.name
isSuggested with en-SG and GB param
* @tc.desc check the language
*/
it
(
'
i18n_test_3150
'
,
0
,
function
()
{
...
...
@@ -470,7 +470,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3200
* @tc.name
format the language in locale
* @tc.name
isSuggested with en and ZH param
* @tc.desc check the language
*/
it
(
'
i18n_test_3200
'
,
0
,
function
()
{
...
...
@@ -481,7 +481,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3300
* @tc.name
format the language in locale
* @tc.name
isSuggested with en-GB and ZH param
* @tc.desc check the language
*/
it
(
'
i18n_test_3300
'
,
0
,
function
()
{
...
...
@@ -492,7 +492,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3400
* @tc.name
format the language in locale
* @tc.name
isSuggested with en-ZH and GB param
* @tc.desc check the language
*/
it
(
'
i18n_test_3400
'
,
0
,
function
()
{
...
...
@@ -503,18 +503,18 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3500
* @tc.name
format the language in locale
* @tc.name
isSuggested with en-JP and GB param
* @tc.desc check the language
*/
it
(
'
i18n_test_3500
'
,
0
,
function
()
{
let
value
=
I18n
.
isSuggested
(
'
en-
ZH
'
,
'
GB
'
);
let
value
=
I18n
.
isSuggested
(
'
en-
JP
'
,
'
GB
'
);
console
.
log
(
'
i18n_test_3500
'
+
value
);
expect
(
value
).
assertTrue
();
})
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3600
* @tc.name
format the language in locale
* @tc.name
isSuggested with zh-Hans-TW and CN param
* @tc.desc check the language
*/
it
(
'
i18n_test_3600
'
,
0
,
function
()
{
...
...
@@ -525,7 +525,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3700
* @tc.name
format the language in locale
* @tc.name
isSuggested with zh-Hans-CN and HK param
* @tc.desc check the language
*/
it
(
'
i18n_test_3700
'
,
0
,
function
()
{
...
...
@@ -536,8 +536,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3800
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getDisplayCountry with zh-Hans-CN and en-US and true param
* @tc.desc check the
display country
*/
it
(
'
i18n_test_3800
'
,
0
,
function
()
{
let
value
=
I18n
.
getDisplayCountry
(
'
zh-Hans-CN
'
,
'
en-US
'
,
true
);
...
...
@@ -547,8 +547,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_3900
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getDisplayCountry with zh and en-US and true param
* @tc.desc check the
display country
*/
it
(
'
i18n_test_3900
'
,
0
,
function
()
{
let
value
=
I18n
.
getDisplayCountry
(
'
zh
'
,
'
en-US
'
,
true
);
...
...
@@ -559,8 +559,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4000
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getDisplayCountry with zh-CN and en-US and true param
* @tc.desc check the
display country
*/
it
(
'
i18n_test_4000
'
,
0
,
function
()
{
let
value
=
I18n
.
getDisplayCountry
(
'
zh-CN
'
,
'
en-US
'
,
true
);
...
...
@@ -570,8 +570,8 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4100
* @tc.name
format the language in locale
* @tc.desc check the
language
* @tc.name
getDisplayCountry with zh-Hans and en-US and true param
* @tc.desc check the
display country
*/
it
(
'
i18n_test_4100
'
,
0
,
function
()
{
let
value
=
I18n
.
getDisplayCountry
(
'
zh-Hans
'
,
'
en-US
'
,
true
);
...
...
@@ -582,7 +582,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4200
* @tc.name
format the language in locale
* @tc.name
getDisplayCountry with zh-Hans-CN and en-US and false param
* @tc.desc check the language
*/
it
(
'
i18n_test_4200
'
,
0
,
function
()
{
...
...
@@ -593,7 +593,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4300
* @tc.name
format the language in locale
* @tc.name
getDisplayCountry with zh-Hans-CN and en-US param
* @tc.desc check the language
*/
it
(
'
i18n_test_4300
'
,
0
,
function
()
{
...
...
@@ -604,7 +604,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4400
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-Hans-CN and en-US and true param
* @tc.desc check the language
*/
it
(
'
i18n_test_4400
'
,
0
,
function
()
{
...
...
@@ -615,18 +615,18 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4500
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-Hans-CN and en-GB and true param
* @tc.desc check the language
*/
it
(
'
i18n_test_4500
'
,
0
,
function
()
{
let
value
=
I18n
.
getDisplayLanguage
(
'
zh-Hans-CN
'
,
'
en-
US
'
,
true
);
let
value
=
I18n
.
getDisplayLanguage
(
'
zh-Hans-CN
'
,
'
en-
GB
'
,
true
);
console
.
log
(
'
i18n_test_4500
'
+
value
);
expect
(
value
).
assertEqual
(
'
Chinese
'
);
})
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4600
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh and en-US and true param
* @tc.desc check the language
*/
it
(
'
i18n_test_4600
'
,
0
,
function
()
{
...
...
@@ -637,7 +637,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4700
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-CN and en-US and true param
* @tc.desc check the language
*/
it
(
'
i18n_test_4700
'
,
0
,
function
()
{
...
...
@@ -648,7 +648,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4800
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-Hans and en-US and true param
* @tc.desc check the language
*/
it
(
'
i18n_test_4800
'
,
0
,
function
()
{
...
...
@@ -659,7 +659,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_4900
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-Hans-CN and en-US and false param
* @tc.desc check the language
*/
it
(
'
i18n_test_4900
'
,
0
,
function
()
{
...
...
@@ -670,7 +670,7 @@ describe('I18nTest', function () {
/* *
* @tc.number SUB_GLOBAL_I18N_JS_5000
* @tc.name
format the language in locale
* @tc.name
getDisplayLanguage with zh-Hans-CN and en-US param
* @tc.desc check the language
*/
it
(
'
i18n_test_5000
'
,
0
,
function
()
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录