Commit b7739283 by William King

add back removed tests

parent 081c5900
......@@ -64,6 +64,12 @@ public final class MatroskaExtractorTest {
}
@Test
public void webmSubsampleEncryptionWithAltrefFrames() throws Exception {
ExtractorAsserts.assertBehavior(
MatroskaExtractor::new, "mkv/subsample_encrypted_altref.webm", simulationConfig);
}
@Test
public void mkvSampleWithProfile5DolbyVision() throws Exception {
ExtractorAsserts.assertBehavior(
MatroskaExtractor::new, "mkv/dvhe_05_05.mkv", simulationConfig);
......@@ -73,5 +79,5 @@ public final class MatroskaExtractorTest {
public void mkvSampleWithProfile8DolbyVision() throws Exception {
ExtractorAsserts.assertBehavior(
MatroskaExtractor::new, "mkv/hev1_08_05.mkv", simulationConfig);
}
}g
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment