提交 8bc5346c 编写于 作者: 耿文广

新增校验fingerprint字段的XTS用例

Signed-off-by: N耿文广 <gengwenguang@huawei.com>
上级 106435ad
...@@ -399,7 +399,7 @@ export default function applicationBundleJsunit() { ...@@ -399,7 +399,7 @@ export default function applicationBundleJsunit() {
Bundle.BundleFlag.GET_APPLICATION_INFO_WITH_CERTIFICATE_FINGERPRINT).then((data) => { Bundle.BundleFlag.GET_APPLICATION_INFO_WITH_CERTIFICATE_FINGERPRINT).then((data) => {
expect(data.fingerprint).assertEqual(TEST_DEMO); expect(data.fingerprint).assertEqual(TEST_DEMO);
}).catch((error) => { }).catch((error) => {
expect(data).assertFail(); expect(error).assertFail();
}); });
done() done()
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册