提交 5d55ba17 编写于 作者: L ling990

modify Signed-off-by: ling990 <liling96@huawei.com>

Signed-off-by: Nling990 <liling96@huawei.com>
上级 15d77a74
...@@ -278,14 +278,14 @@ describe('AudioEncoderFuncPromise', function () { ...@@ -278,14 +278,14 @@ describe('AudioEncoderFuncPromise', function () {
} }
/* * /* *
* @tc.number : SUB_MEDIA_AUDIO_ENCODER_MULTIINSTANCE_PROMISE_0100 * @tc.number : SUB_MEDIA_AUDIO_ENCODER_MULTIINSTANCE_0100
* @tc.name : 001.create 16 encoder * @tc.name : 001.create 16 encoder
* @tc.desc : basic encode function * @tc.desc : basic encode function
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level2 * @tc.level : Level2
*/ */
it('SUB_MEDIA_AUDIO_ENCODER_MULTIINSTANCE_PROMISE_0100', 0, async function (done) { it('SUB_MEDIA_AUDIO_ENCODER_MULTIINSTANCE_0100', 0, async function (done) {
console.info("case test multiple encoder instances"); console.info("case test multiple encoder instances");
let array = new Array(); let array = new Array();
for (let i = 0; i < 16; i += 1) { for (let i = 0; i < 16; i += 1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册