提交 bee79483 编写于 作者: C caochuan

modify annotation

Signed-off-by: Ncaochuan <caochuan@huawei.com>
上级 8665f74c
...@@ -226,7 +226,7 @@ export default function ImageP3() { ...@@ -226,7 +226,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0200", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0200", 1, async function (done) {
let imageSource = image.createImageSource(testImg.buffer); let imageSource = image.createImageSource(testImg.buffer);
setColorPromise( setColorPromise(
done, done,
...@@ -247,7 +247,7 @@ export default function ImageP3() { ...@@ -247,7 +247,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0300", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0300", 1, async function (done) {
await getFd("colorspace.jpg"); await getFd("colorspace.jpg");
let imageSource = image.createImageSource(fdNumber); let imageSource = image.createImageSource(fdNumber);
setColorPromise( setColorPromise(
...@@ -269,7 +269,7 @@ export default function ImageP3() { ...@@ -269,7 +269,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0400", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_PROMISE_0400", 1, async function (done) {
await getFd("DisplayP3.png"); await getFd("DisplayP3.png");
let imageSource = image.createImageSource(fdNumber); let imageSource = image.createImageSource(fdNumber);
setColorPromise( setColorPromise(
...@@ -312,7 +312,7 @@ export default function ImageP3() { ...@@ -312,7 +312,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0200", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0200", 1, async function (done) {
let imageSource = image.createImageSource(testP3.buffer); let imageSource = image.createImageSource(testP3.buffer);
setColorCallBack( setColorCallBack(
done, done,
...@@ -333,7 +333,7 @@ export default function ImageP3() { ...@@ -333,7 +333,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0300", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0300", 1, async function (done) {
await getFd("DisplayP3.png"); await getFd("DisplayP3.png");
let imageSource = image.createImageSource(fdNumber); let imageSource = image.createImageSource(fdNumber);
setColorCallBack( setColorCallBack(
...@@ -355,7 +355,7 @@ export default function ImageP3() { ...@@ -355,7 +355,7 @@ export default function ImageP3() {
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 1 * @tc.level : Level 1
*/ */
it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0400", 0, async function (done) { it("SUB_GRAPHIC_IMAGE_SETCOLORSPACE_CALLBACK_0400", 1, async function (done) {
await getFd("colorspace.jpg"); await getFd("colorspace.jpg");
let imageSource = image.createImageSource(fdNumber); let imageSource = image.createImageSource(fdNumber);
setColorCallBack( setColorCallBack(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册