mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Test: Remove extraneous testIds.
PiperOrigin-RevId: 616213378
This commit is contained in:
parent
4d1ede5432
commit
3136deb9b3
@ -471,8 +471,6 @@ public class TransformerEndToEndTest {
|
|||||||
public void
|
public void
|
||||||
clippedAndRotatedMedia_withNoOpEffect_completesWithClippedDurationAndCorrectOrientation()
|
clippedAndRotatedMedia_withNoOpEffect_completesWithClippedDurationAndCorrectOrientation()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId =
|
|
||||||
"clippedAndRotatedMedia_withNoOpEffect_completesWithClippedDurationAndCorrectOrientation";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
@ -553,8 +551,6 @@ public class TransformerEndToEndTest {
|
|||||||
public void
|
public void
|
||||||
clippedAndRotatedMedia_trimOptimizationEnabledButFormatsMismatch_fallsbackWithCorrectOrientationOutput()
|
clippedAndRotatedMedia_trimOptimizationEnabledButFormatsMismatch_fallsbackWithCorrectOrientationOutput()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId =
|
|
||||||
"clippedAndRotatedMedia_trimOptimizationEnabledButFormatsMismatch_fallsbackWithCorrectOrientationOutput";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
@ -603,8 +599,6 @@ public class TransformerEndToEndTest {
|
|||||||
public void
|
public void
|
||||||
clippedMedia_trimOptimizationEnabled_noKeyFrameBetweenClipTimes_fallbackToNormalExport()
|
clippedMedia_trimOptimizationEnabled_noKeyFrameBetweenClipTimes_fallbackToNormalExport()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId =
|
|
||||||
"clippedMedia_trimOptimizationEnabled_noKeyFrameBetweenClipTimes_fallbackToNormalExport";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
@ -642,8 +636,6 @@ public class TransformerEndToEndTest {
|
|||||||
public void
|
public void
|
||||||
clippedMedia_trimOptimizationEnabled_noKeyFramesAfterClipStart_fallbackToNormalExport()
|
clippedMedia_trimOptimizationEnabled_noKeyFramesAfterClipStart_fallbackToNormalExport()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId =
|
|
||||||
"clippedMedia_trimOptimizationEnabled_noKeyFramesAfterClipStart_fallbackToNormalExport";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
@ -788,8 +780,6 @@ public class TransformerEndToEndTest {
|
|||||||
public void
|
public void
|
||||||
clippedMediaAudioRemovedNoOpEffectAndRotated_trimOptimizationEnabled_completedWithOptimizationAppliedAndCorrectOrientation()
|
clippedMediaAudioRemovedNoOpEffectAndRotated_trimOptimizationEnabled_completedWithOptimizationAppliedAndCorrectOrientation()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId =
|
|
||||||
"clippedMediaAudioRemovedNoOpEffectAndRotated_trimOptimizationEnabled_completedWithOptimizationAppliedAndCorrectOrientation";
|
|
||||||
if (!isRunningOnEmulator() || Util.SDK_INT != 33) {
|
if (!isRunningOnEmulator() || Util.SDK_INT != 33) {
|
||||||
// The trim optimization is only guaranteed to work on emulator for this (emulator-transcoded)
|
// The trim optimization is only guaranteed to work on emulator for this (emulator-transcoded)
|
||||||
// file.
|
// file.
|
||||||
@ -1161,7 +1151,6 @@ public class TransformerEndToEndTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void audioComposition_noEffects_transmuxes() throws Exception {
|
public void audioComposition_noEffects_transmuxes() throws Exception {
|
||||||
String testId = "audioComposition_noEffects_transmuxes";
|
|
||||||
EditedMediaItem editedMediaItem =
|
EditedMediaItem editedMediaItem =
|
||||||
new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING)))
|
new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING)))
|
||||||
.setRemoveVideo(true)
|
.setRemoveVideo(true)
|
||||||
@ -1179,7 +1168,6 @@ public class TransformerEndToEndTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void audioComposition_compositionEffects_transcodes() throws Exception {
|
public void audioComposition_compositionEffects_transcodes() throws Exception {
|
||||||
String testId = "audioComposition_compositionEffects_transcodes";
|
|
||||||
EditedMediaItem editedMediaItem =
|
EditedMediaItem editedMediaItem =
|
||||||
new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING)))
|
new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING)))
|
||||||
.setRemoveVideo(true)
|
.setRemoveVideo(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user