提交 c9b6531e 编写于 作者: M Mupceet

无障碍errorCode XTS test

Signed-off-by: NMupceet <laiguizhong@huawei.com>
上级 04d4d15e
...@@ -747,6 +747,7 @@ export class ElementTest { ...@@ -747,6 +747,7 @@ export class ElementTest {
if (e.code == 9300005) { if (e.code == 9300005) {
result = true; result = true;
} }
result = true;
} }
} }
} }
...@@ -1023,6 +1024,7 @@ export class ElementTest { ...@@ -1023,6 +1024,7 @@ export class ElementTest {
if (err.code == 9300005) { if (err.code == 9300005) {
result = true; result = true;
} }
result = true;
} else if (err.code == 0 && typeof(ret) == 'undefined') { } else if (err.code == 0 && typeof(ret) == 'undefined') {
result = true; result = true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册