Include a new TS sample, with ait, dsm-cc, eit

This commit is contained in:
Pierre-Hugues Husson 2020-02-18 16:09:41 +01:00
parent 46e342bf3e
commit 8e84fe55a1
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View file

@ -53,6 +53,11 @@ public final class TsExtractorTest {
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/sample.ts");
}
@Test
public void testAitSample() throws Exception {
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/ait.ts");
}
@Test
public void testStreamWithJunkData() throws Exception {
Random random = new Random(0);