Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
ef045ce1
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看板
未验证
提交
ef045ce1
编写于
1月 18, 2022
作者:
O
openharmony_ci
提交者:
Gitee
1月 18, 2022
浏览文件
操作
浏览文件
下载
差异文件
!1595 modify testcases on 20220117
Merge pull request !1595 from 杨清/1228
上级
e773db36
71fa5a8e
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
17 addition
and
15 deletion
+17
-15
global/i18n_standard/intljs/src/main/js/default/test/I18n.test.js
...18n_standard/intljs/src/main/js/default/test/I18n.test.js
+17
-15
未找到文件。
global/i18n_standard/intljs/src/main/js/default/test/I18n.test.js
浏览文件 @
ef045ce1
...
...
@@ -281,7 +281,7 @@ describe('I18nTest', function () {
let
lang
=
I18n
.
getSystemLanguages
();
let
len
=
lang
.
length
;
console
.
log
(
'
i18n_test_2100
'
+
len
);
expect
(
len
).
assertEqual
(
0
);
expect
(
len
).
assertEqual
(
2
);
})
/* *
...
...
@@ -355,7 +355,7 @@ describe('I18nTest', function () {
expect
(
region
).
assertTrue
();
let
value
=
I18n
.
isSuggested
(
'
en
'
);
console
.
log
(
'
i18n_test_2300
'
+
value
);
expect
(
value
).
assert
Fals
e
();
expect
(
value
).
assert
Tru
e
();
})
/* *
...
...
@@ -369,7 +369,7 @@ describe('I18nTest', function () {
expect
(
region
).
assertTrue
();
let
value
=
I18n
.
isSuggested
(
'
zh-Hans
'
);
console
.
log
(
'
i18n_test_2400
'
+
value
);
expect
(
value
).
assert
Fals
e
();
expect
(
value
).
assert
Tru
e
();
})
/* *
...
...
@@ -383,7 +383,7 @@ describe('I18nTest', function () {
expect
(
region
).
assertTrue
();
let
value
=
I18n
.
isSuggested
(
'
zh-Hans-CN
'
);
console
.
log
(
'
i18n_test_2500
'
+
value
);
expect
(
value
).
assert
Fals
e
();
expect
(
value
).
assert
Tru
e
();
})
/* *
...
...
@@ -521,7 +521,7 @@ describe('I18nTest', function () {
it
(
'
i18n_test_3600
'
,
0
,
function
()
{
let
value
=
I18n
.
isSuggested
(
'
zh-Hans-TW
'
,
'
CN
'
);
console
.
log
(
'
i18n_test_3600
'
+
value
);
expect
(
value
).
assert
Fals
e
();
expect
(
value
).
assert
Tru
e
();
})
/* *
...
...
@@ -532,7 +532,7 @@ describe('I18nTest', function () {
it
(
'
i18n_test_3700
'
,
0
,
function
()
{
let
value
=
I18n
.
isSuggested
(
'
zh-Hans-CN
'
,
'
HK
'
);
console
.
log
(
'
i18n_test_3700
'
+
value
);
expect
(
value
).
assert
Fals
e
();
expect
(
value
).
assert
Tru
e
();
})
/* *
...
...
@@ -1060,21 +1060,21 @@ describe('I18nTest', function () {
* @tc.name test getCalendar interface
* @tc.desc get the getCalendar value
*/
it
(
'
i18n_test_7920
'
,
0
,
function
()
{
it
(
'
i18n_test_7920
'
,
0
,
function
()
{
console
.
error
(
'
i18n_test_7920
'
+
'
start
'
);
let
calendar
=
I18n
.
getCalendar
(
'
j
p
'
,
'
japanese
'
);
let
name
=
calendar
.
getDisplayName
(
'
j
p
'
);
let
calendar
=
I18n
.
getCalendar
(
'
j
a
'
,
'
japanese
'
);
let
name
=
calendar
.
getDisplayName
(
'
j
a
'
);
console
.
error
(
'
i18n_test_7920
'
+
name
);
expect
(
name
).
assertEqual
(
'
公历
'
);
expect
(
name
).
assertEqual
(
'
和暦
'
);
let
timezone
=
calendar
.
getTimeZone
();
console
.
error
(
'
i18n_test_7920
'
+
timezone
);
expect
(
name
).
assertEqual
(
'
timezon
e
'
);
expect
(
timezone
).
assertEqual
(
'
Coordinated Universal Tim
e
'
);
let
firstday
=
calendar
.
getFirstDayOfWeek
();
console
.
error
(
'
i18n_test_7920
'
+
firstday
);
expect
(
name
).
assertEqual
(
2
);
expect
(
firstday
).
assertEqual
(
1
);
let
miniday
=
calendar
.
getMinimalDaysInFirstWeek
();
console
.
error
(
'
i18n_test_7920
'
+
miniday
);
expect
(
name
).
assertEqual
(
1
);
expect
(
miniday
).
assertEqual
(
1
);
let
value
=
calendar
.
isWeekend
(
new
Date
(
2022
,
10
,
1
,
10
,
0
,
0
,
0
));
console
.
error
(
'
i18n_test_7920
'
+
value
);
expect
(
value
).
assertFalse
();
...
...
@@ -1150,12 +1150,14 @@ describe('I18nTest', function () {
* @tc.name test get interface with month param
* @tc.desc get the get value
*/
it
(
'
i18n_test_8120
'
,
0
,
function
()
{
it
(
'
i18n_test_8120
'
,
0
,
function
()
{
console
.
error
(
'
i18n_test_8120
'
+
'
start
'
);
let
calendar
=
I18n
.
getCalendar
(
'
zh
'
);
let
date1
=
new
Date
(
2021
,
8
,
8
,
8
,
8
,
8
,
8
);
calendar
.
setTime
(
date1
);
let
value
=
calendar
.
get
(
'
month
'
);
console
.
error
(
'
i18n_test_8120
'
+
value
);
expect
(
value
).
assert
Larger
(
0
);
expect
(
value
).
assert
Equal
(
8
);
})
/**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录