提交 954760b1 编写于 作者: J jiyong

更新dfx

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 ea1aa145
...@@ -111,6 +111,7 @@ describe("FaultlogJsTest", function () { ...@@ -111,6 +111,7 @@ describe("FaultlogJsTest", function () {
expect(typeof(ret[i].module) == "string").assertTrue(); expect(typeof(ret[i].module) == "string").assertTrue();
expect(typeof(ret[i].summary) == "string").assertTrue(); expect(typeof(ret[i].summary) == "string").assertTrue();
expect(typeof(ret[i].fullLog) == "string").assertTrue(); expect(typeof(ret[i].fullLog) == "string").assertTrue();
expect(typeof(ret[i].timestamp) == "number").assertTrue();
expect(true).assertTrue(); expect(true).assertTrue();
} else { } else {
expect(false).assertTrue(); expect(false).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册