提交 cb625329 编写于 作者: Z zhangxingxia

test

Signed-off-by: Nzhangxingxia <zhangxingxia1@huawei.com>
上级 6147c8f7
...@@ -249,7 +249,7 @@ describe('securitylabel', function () { ...@@ -249,7 +249,7 @@ describe('securitylabel', function () {
await securityLabel.setSecurityLabel(fpath, 's4'); await securityLabel.setSecurityLabel(fpath, 's4');
let dataLevel = await securityLabel.getSecurityLabel(fpath); let dataLevel = await securityLabel.getSecurityLabel(fpath);
expect(dataLevel == 's4').assertTrue(); expect(dataLevel == 's4').assertTrue();
fileio.unlinkSync(fpath)); fileio.unlinkSync(fpath);
done(); done();
} catch (e) { } catch (e) {
console.log('securitylabel_test_set_security_label_async_004 has failed for ' + e); console.log('securitylabel_test_set_security_label_async_004 has failed for ' + e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册