未验证 提交 b0ed0b56 编写于 作者: O openharmony_ci 提交者: Gitee

!8933 图形重复用例整改-3.2-Release

Merge pull request !8933 from 李西腾/OpenHarmony-3.2-Release
......@@ -576,8 +576,8 @@ export default function effectKitTest() {
* @tc.name Test createColorPicker
* @tc.desc Create a color picker to get the main color.
*/
it('createColorPicker5', 0, function (done) {
let caseName = 'createColorPicker5'
it('createColorPicker6', 0, function (done) {
let caseName = 'createColorPicker6'
let msgStr = 'jsunittest effectKitTest' + caseName + ' '
console.log(msgStr + 'begin')
console.info(msgStr + "Napi create ImageSource")
......
......@@ -150,7 +150,7 @@ describe("Image", function () {
});
/**
* @tc.number : SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_CALLBACK_0300
* @tc.number : SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_PROMISE_0300
* @tc.name : create pixelmap-promise (editable: true, pixelFormat: ALPHA_8,
* size: { height: 4, width: 6 }, bytes = buffer)
* @tc.desc : 1.create InitializationOptions object
......@@ -161,7 +161,7 @@ describe("Image", function () {
* @tc.type : Functional
* @tc.level : Level 0
*/
it("SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_CALLBACK_0300", 0, async function (done) {
it("SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_PROMISE_0300", 0, async function (done) {
const Color = new ArrayBuffer(96);
let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } };
image
......@@ -172,7 +172,7 @@ describe("Image", function () {
done();
})
.catch((error) => {
console.log("SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_CALLBACK_0300 err" + error);
console.log("SUB_GRAPHIC_IMAGE_RGBA_CREATE_PIXELMAP_PROMISE_0300 err" + error);
expect(false).assertTrue();
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册