提交 a787cac2 编写于 作者: Q qinliwen

image monthly新增接口用例

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 3d1c224e
......@@ -59,8 +59,8 @@ export default function addImage() {
done();
})
}
async function createIncrementalSourcePromise(done, testNum, type, opts) {
async function createIncrementalSourcePromise(done, testNum, type, opts) {
let testimagebuffer = testPng;
let incSouce;
console.info(`${testNum} 0001 ` + testimagebuffer.length);
......@@ -294,7 +294,7 @@ export default function addImage() {
* @tc.level : Level 1
*/
it('add_053', 0, async function (done) {
createIncrementalSourcePromise(done, 'add_053', 'noSourceOpts')
createIncrementalSourcePromise(done, 'add_053', 'noSourceOpts')
})
/**
......@@ -308,10 +308,10 @@ export default function addImage() {
* @tc.level : Level 1
*/
it('add_053-1', 0, async function (done) {
createIncrementalSourceCb(done, 'add_053-1', 'noSourceOpts')
createIncrementalSourceCb(done, 'add_053-1', 'noSourceOpts')
})
/**
/**
* @tc.number : add_054
* @tc.name : createIncrementalSource-updateData-png-promise
* @tc.desc : 1.create imagesource
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册