提交 fc8bd031 编写于 作者: L lihao

case update

Signed-off-by: Nlihao <lihao334@huawei.com>
上级 9ee6f033
......@@ -100,7 +100,7 @@ describe('WallpaperJsunitTest', function () {
}).catch((err) => {
console.info('wallpaperXTS ===> testGetColorsPromiseSystem err : ' + JSON.stringify(err));
if (err) {
expect(err.code).assertEqual(801);
expect(err.code).assertEqual("801");
}
});
done();
......@@ -117,7 +117,7 @@ describe('WallpaperJsunitTest', function () {
console.info('wallpaperXTS ===> testGetColorsCallbackLock err : ' + JSON.stringify(err));
console.info('wallpaperXTS ===> testGetColorsCallbackLock data : ' + JSON.stringify(data));
if (err) {
expect(err.code).assertEqual(801);
expect(err.code).assertEqual("801");
done();
}
if ((data != undefined) && (data != null) && (data != '')) {
......@@ -144,7 +144,7 @@ describe('WallpaperJsunitTest', function () {
}).catch((err) => {
console.info('wallpaperXTS ===> testGetColorsPromiseSystem err : ' + JSON.stringify(err));
if (err) {
expect(err.code).assertEqual(801);
expect(err.code).assertEqual("801");
}
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册