未验证 提交 41cb69d0 编写于 作者: L ling990 提交者: Gitee

git commit -sm "modify testcases Signed-off-by: ling990 <liling96@huawei.com>"

上级 b7c65a98
......@@ -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.
先完成此消息的编辑!
想要评论请 注册