From 3136deb9b3ca48cb37b1ad2c892c4fc3f5de9fbc Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Fri, 15 Mar 2024 12:36:19 -0700 Subject: [PATCH] Test: Remove extraneous testIds. PiperOrigin-RevId: 616213378 --- .../media3/transformer/TransformerEndToEndTest.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libraries/transformer/src/androidTest/java/androidx/media3/transformer/TransformerEndToEndTest.java b/libraries/transformer/src/androidTest/java/androidx/media3/transformer/TransformerEndToEndTest.java index 37a3a5df5c..98918cb0ca 100644 --- a/libraries/transformer/src/androidTest/java/androidx/media3/transformer/TransformerEndToEndTest.java +++ b/libraries/transformer/src/androidTest/java/androidx/media3/transformer/TransformerEndToEndTest.java @@ -471,8 +471,6 @@ public class TransformerEndToEndTest { public void clippedAndRotatedMedia_withNoOpEffect_completesWithClippedDurationAndCorrectOrientation() throws Exception { - String testId = - "clippedAndRotatedMedia_withNoOpEffect_completesWithClippedDurationAndCorrectOrientation"; if (AndroidTestUtil.skipAndLogIfFormatsUnsupported( context, testId, @@ -553,8 +551,6 @@ public class TransformerEndToEndTest { public void clippedAndRotatedMedia_trimOptimizationEnabledButFormatsMismatch_fallsbackWithCorrectOrientationOutput() throws Exception { - String testId = - "clippedAndRotatedMedia_trimOptimizationEnabledButFormatsMismatch_fallsbackWithCorrectOrientationOutput"; if (AndroidTestUtil.skipAndLogIfFormatsUnsupported( context, testId, @@ -603,8 +599,6 @@ public class TransformerEndToEndTest { public void clippedMedia_trimOptimizationEnabled_noKeyFrameBetweenClipTimes_fallbackToNormalExport() throws Exception { - String testId = - "clippedMedia_trimOptimizationEnabled_noKeyFrameBetweenClipTimes_fallbackToNormalExport"; if (AndroidTestUtil.skipAndLogIfFormatsUnsupported( context, testId, @@ -642,8 +636,6 @@ public class TransformerEndToEndTest { public void clippedMedia_trimOptimizationEnabled_noKeyFramesAfterClipStart_fallbackToNormalExport() throws Exception { - String testId = - "clippedMedia_trimOptimizationEnabled_noKeyFramesAfterClipStart_fallbackToNormalExport"; if (AndroidTestUtil.skipAndLogIfFormatsUnsupported( context, testId, @@ -788,8 +780,6 @@ public class TransformerEndToEndTest { public void clippedMediaAudioRemovedNoOpEffectAndRotated_trimOptimizationEnabled_completedWithOptimizationAppliedAndCorrectOrientation() throws Exception { - String testId = - "clippedMediaAudioRemovedNoOpEffectAndRotated_trimOptimizationEnabled_completedWithOptimizationAppliedAndCorrectOrientation"; if (!isRunningOnEmulator() || Util.SDK_INT != 33) { // The trim optimization is only guaranteed to work on emulator for this (emulator-transcoded) // file. @@ -1161,7 +1151,6 @@ public class TransformerEndToEndTest { @Test public void audioComposition_noEffects_transmuxes() throws Exception { - String testId = "audioComposition_noEffects_transmuxes"; EditedMediaItem editedMediaItem = new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING))) .setRemoveVideo(true) @@ -1179,7 +1168,6 @@ public class TransformerEndToEndTest { @Test public void audioComposition_compositionEffects_transcodes() throws Exception { - String testId = "audioComposition_compositionEffects_transcodes"; EditedMediaItem editedMediaItem = new EditedMediaItem.Builder(MediaItem.fromUri(Uri.parse(MP4_ASSET_URI_STRING))) .setRemoveVideo(true)