Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
26fe8505
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看板
提交
26fe8505
编写于
1月 09, 2023
作者:
Y
ywx1211260
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
revise_file_18
Signed-off-by:
N
ywx1211260
<
yupeng78@huawei-partners.com
>
上级
5b2698a9
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
11 addition
and
7 deletion
+11
-7
arkui/ace_ets_component_apilack/entry/src/main/ets/test/alphabetIndexer.test.ets
..._apilack/entry/src/main/ets/test/alphabetIndexer.test.ets
+1
-1
arkui/ace_ets_component_four/entry/src/main/ets/test/ImageJsunit.test.ets
...mponent_four/entry/src/main/ets/test/ImageJsunit.test.ets
+2
-2
arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets
...ent_three/entry/src/main/ets/MainAbility/pages/button.ets
+1
-1
arkui/ace_ets_component_two/Test.json
arkui/ace_ets_component_two/Test.json
+3
-1
arkui/ace_js_attribute_api/Test.json
arkui/ace_js_attribute_api/Test.json
+2
-1
arkui/ace_standard_video/Test.json
arkui/ace_standard_video/Test.json
+2
-1
未找到文件。
arkui/ace_ets_component_apilack/entry/src/main/ets/test/alphabetIndexer.test.ets
浏览文件 @
26fe8505
...
...
@@ -92,7 +92,7 @@ export default function alphabetIndexerOnSelectJsunit() {
console.info("[testalphabetIndexerColor0003] component fontSize strJson:" + strJson);
let obj = JSON.parse(strJson);
expect(obj.$type).assertEqual('AlphabetIndexer');
expect(obj.$attrs.color).assertEqual(
undefined
);
expect(obj.$attrs.color).assertEqual(
'#FFFF0000'
);
console.info("[testalphabetIndexerColor0003] color value :" + obj.$attrs.color);
done();
});
...
...
arkui/ace_ets_component_four/entry/src/main/ets/test/ImageJsunit.test.ets
浏览文件 @
26fe8505
...
...
@@ -66,12 +66,12 @@ export default function imageJsunit() {
let obj = JSON.parse(strJson);
console.info("imageTest_0200 obj.$attrs.src is: " + obj.$attrs.src);
console.info("imageTest_0200 obj.obj.$type is: " + obj.$type);
var res = obj.$attrs.src.indexOf('
rawfile
/test.png');
var res = obj.$attrs.src.indexOf('
RAWFILE
/test.png');
console.info("imageTest_0200 result is: " + res);
var sres = obj.$attrs.src.slice(res, res + 16);
console.info("imageTest_0200 slice result is: " + sres);
expect(obj.$type).assertEqual('Image');
expect(obj.$attrs.src.slice(res, res + 16)).assertEqual('
rawfile
/test.png');
expect(obj.$attrs.src.slice(res, res + 16)).assertEqual('
RAWFILE
/test.png');
console.info('imageTest_0200 END');
done();
});
...
...
arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets
浏览文件 @
26fe8505
...
...
@@ -66,7 +66,7 @@ struct ButtonExample {
Flex({ direction: FlexDirection.Column, alignItems: ItemAlign.Start, justifyContent: FlexAlign.SpaceBetween }) {
Button('Ok', { type: this.buttonTypeValue, stateEffect: true })
.borderRadius(8).backgroundColor(0x317aff).width(90).key('button')
Button('ok').type(
`${this.buttonTypeValue}`
).key('button1')
Button('ok').type(
this.buttonTypeValue
).key('button1')
.backgroundColor(0x317aff).width(90)
Button('ok')
.type(this.buttonTypeValue)
...
...
arkui/ace_ets_component_two/Test.json
浏览文件 @
26fe8505
...
...
@@ -5,7 +5,9 @@
"test-timeout"
:
"700000"
,
"bundle-name"
:
"com.open.harmony.acetesttwo"
,
"package-name"
:
"com.open.harmony.acetesttwo"
,
"shell-timeout"
:
"700000"
"shell-timeout"
:
"700000"
,
"testcase-timeout"
:
"10000"
},
"kits"
:
[
{
...
...
arkui/ace_js_attribute_api/Test.json
浏览文件 @
26fe8505
...
...
@@ -5,7 +5,8 @@
"test-timeout"
:
"1000000"
,
"shell-timeout"
:
"1000000"
,
"bundle-name"
:
"com.example.acejsapi"
,
"package-name"
:
"com.example.acejsapi"
"package-name"
:
"com.example.acejsapi"
,
"testcase-timeout"
:
"10000"
},
"kits"
:
[
{
...
...
arkui/ace_standard_video/Test.json
浏览文件 @
26fe8505
...
...
@@ -5,7 +5,8 @@
"test-timeout"
:
"1000000"
,
"shell-timeout"
:
"1000000"
,
"bundle-name"
:
"com.example.acevideo"
,
"package-name"
:
"com.example.acevideo"
"package-name"
:
"com.example.acevideo"
,
"testcase-timeout"
:
"10000"
},
"kits"
:
[
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录