mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Include a new TS sample, with ait, dsm-cc, eit
This commit is contained in:
parent
46e342bf3e
commit
8e84fe55a1
2 changed files with 5 additions and 0 deletions
BIN
library/extractor/src/test/assets/ts/ait.ts
Normal file
BIN
library/extractor/src/test/assets/ts/ait.ts
Normal file
Binary file not shown.
|
|
@ -53,6 +53,11 @@ public final class TsExtractorTest {
|
||||||
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/sample.ts");
|
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/sample.ts");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testAitSample() throws Exception {
|
||||||
|
ExtractorAsserts.assertBehavior(TsExtractor::new, "ts/ait.ts");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStreamWithJunkData() throws Exception {
|
public void testStreamWithJunkData() throws Exception {
|
||||||
Random random = new Random(0);
|
Random random = new Random(0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue