mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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");
|
||||
}
|
||||
|
||||
@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
|
||||
public void ignoreVoiceSpanClasses() throws Exception {
|
||||
Spanned text = parseCueText("<v.first.loud Esme>Text with a single voice span");
|
||||
|
|
|
|||
Loading…
Reference in a new issue