Remove redundant test
This commit is contained in:
parent
24bbe6d921
commit
cd47e2a134
@ -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…
x
Reference in New Issue
Block a user