Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
452d50be
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,发现更多精彩内容 >>
提交
452d50be
编写于
7月 29, 2022
作者:
M
Mupceet
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xts case modify
Signed-off-by:
N
Mupceet
<
laiguizhong@huawei.com
>
上级
e275f6f8
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
25 addition
and
24 deletion
+25
-24
barrierfree/BUILD.gn
barrierfree/BUILD.gn
+1
-0
barrierfree/accessibilityextensioncontext/entry/src/main/ets/test/AccessibilityExtensionContext.test.ets
.../src/main/ets/test/AccessibilityExtensionContext.test.ets
+24
-24
未找到文件。
barrierfree/BUILD.gn
浏览文件 @
452d50be
...
...
@@ -27,6 +27,7 @@ group("barrierfree") {
"accessiblecheckability:ActsAccessibleCheckAbilityTest",
"accessibleregisterstate:ActsAccessibleRegisterStateTest",
"accessiblesendevent:ActsAccessibleSendEventTest",
"accessibilitygestureevent:ActsAccessibilityGestureEventTest",
"targetProject/aceTest:aceTest",
]
}
...
...
barrierfree/accessibilityextensioncontext/entry/src/main/ets/test/AccessibilityExtensionContext.test.ets
浏览文件 @
452d50be
...
...
@@ -305,7 +305,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -339,7 +339,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -372,7 +372,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -405,7 +405,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -438,7 +438,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -472,7 +472,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -505,7 +505,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -538,7 +538,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -571,7 +571,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -604,7 +604,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -637,7 +637,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -670,7 +670,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -703,7 +703,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -736,7 +736,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -769,7 +769,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -802,7 +802,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -836,7 +836,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -869,7 +869,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -902,7 +902,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -935,7 +935,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -968,7 +968,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -1002,7 +1002,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -1035,7 +1035,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
@@ -1068,7 +1068,7 @@ export default function abilityTest(abilityContext) {
expect(null).assertFail();
}
done();
},
30
00);
},
55
00);
} else {
console.error(caseName + ': extension not connected');
expect(null).assertFail();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录