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

!8999 3.2release重复用例名修改

Merge pull request !8999 from 董新丽/OpenHarmony-3.2-Release
...@@ -171,14 +171,14 @@ describe('VideoPlayerEnumTest', function () { ...@@ -171,14 +171,14 @@ describe('VideoPlayerEnumTest', function () {
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_ENUM_MEDIA_SCALE_TYPE_00_0100 * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_ENUM_MEDIA_SCALE_TYPE_00_0100
* @tc.name : MediaType * @tc.name : MediaType
* @tc.desc : MediaType Enumeration test * @tc.desc : MediaType Enumeration test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level0 * @tc.level : Level0
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_ENUM_MEDIA_TYPE_0100', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_ENUM_MEDIA_SCALE_TYPE_00_0100', 0, async function (done) {
expect(media.VideoScaleType.VIDEO_SCALE_TYPE_FIT).assertEqual(0); expect(media.VideoScaleType.VIDEO_SCALE_TYPE_FIT).assertEqual(0);
expect(media.VideoScaleType.VIDEO_SCALE_TYPE_FIT_CROP).assertEqual(1); expect(media.VideoScaleType.VIDEO_SCALE_TYPE_FIT_CROP).assertEqual(1);
done(); done();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册