mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove redundant test
This commit is contained in:
parent
24bbe6d921
commit
cd47e2a134
1 changed files with 0 additions and 10 deletions
|
|
@ -262,16 +262,6 @@ public final class WebvttCueParserTest {
|
||||||
.withName("Esme");
|
.withName("Esme");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void parseVoiceSpanWithClasses() throws Exception {
|
|
||||||
Spanned text = parseCueText("<v.first.loud>Text with a single voice span");
|
|
||||||
|
|
||||||
assertThat(text.toString()).isEqualTo("Text with a single voice span");
|
|
||||||
assertThat(text)
|
|
||||||
.hasVoiceSpanBetween(0, "Text with a single voice span".length())
|
|
||||||
.withName("");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void ignoreVoiceSpanClasses() throws Exception {
|
public void ignoreVoiceSpanClasses() throws Exception {
|
||||||
Spanned text = parseCueText("<v.first.loud Esme>Text with a single voice span");
|
Spanned text = parseCueText("<v.first.loud Esme>Text with a single voice span");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue