提交 1e72fe49 编写于 作者: L limeng151

修改system_parameter_test_0120用例不执行问题

Signed-off-by: Nlimeng151 <limeng151@huawei.com>
Change-Id: Ic1af7aca6f0320c0ae30b5013cf1c3a0bae78a5e
上级 fdc42c6c
......@@ -93,7 +93,7 @@ describe('SystemParameterTest', function () {
let ret = false;
try {
systemparameter.set('hw_sc.build.os.version', PROPERTY_MAX_VALUE, function (err) {
if (e == undefined) {
if (err == undefined) {
console.info('system_parameter_test_0120 set callback hw_sc.build.os.version value success');
} else {
ret = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册