提交 fc8bd031 编写于 作者: L lihao

case update

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