mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Test: Use TestName testId in TransformerSequenceEffectTest.
Some testcases that got through 0d1b35477d as they were submitted as that CL was in-progress.
PiperOrigin-RevId: 609659607
This commit is contained in:
parent
fd8f45b38e
commit
e4cf72db11
1 changed files with 0 additions and 2 deletions
|
|
@ -231,7 +231,6 @@ public final class TransformerSequenceEffectTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void export_withBt601AndBt709MediaItems() throws Exception {
|
public void export_withBt601AndBt709MediaItems() throws Exception {
|
||||||
String testId = "export_withBt601AndBt709MediaItems";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
|
|
@ -264,7 +263,6 @@ public final class TransformerSequenceEffectTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void export_withBt601VideoAndBt709ImageMediaItems() throws Exception {
|
public void export_withBt601VideoAndBt709ImageMediaItems() throws Exception {
|
||||||
String testId = "export_withBt601VideoAndBt709ImageMediaItems";
|
|
||||||
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
if (AndroidTestUtil.skipAndLogIfFormatsUnsupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue