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

!4148 修改测试套中的重复命名

Merge pull request !4148 from ling990/master
......@@ -40,7 +40,7 @@
"label": "$string:entry_MainAbility",
"type": "page",
"homeAbility": true,
"launchType": "standard"
"launchType": "singleton"
}
],
"deviceType": [
......
......@@ -40,7 +40,7 @@
"label": "$string:entry_MainAbility",
"type": "page",
"homeAbility": true,
"launchType": "standard"
"launchType": "singleton"
}
],
"deviceType": [
......
......@@ -19,7 +19,7 @@ import router from '@system.router'
import * as mediaTestBase from '../../../../../MediaTestBase.js';
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('VideoDecoderFuncCallbackTest', function () {
describe('VideoSoftwareDecoderFuncCallbackTest', function () {
let videoDecodeProcessor = null;
let readStreamSync = undefined;
let frameCountIn = 0;
......
......@@ -20,7 +20,7 @@ import * as mediaTestBase from '../../../../../MediaTestBase.js';
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('VideoDecoderFuncPromiseTest', function () {
describe('VideoSoftwareDecoderFuncPromiseTest', function () {
let videoDecodeProcessor = null;
let readStreamSync = undefined;
let frameCountIn = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册