mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
tests: Fix subparse test
It wasn't checking the srt_input2
This commit is contained in:
parent
2325a2beae
commit
4935af23e7
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ GST_START_TEST (test_srt)
|
||||||
test_srt_do_test (srt_input1, 0, G_N_ELEMENTS (srt_input1));
|
test_srt_do_test (srt_input1, 0, G_N_ELEMENTS (srt_input1));
|
||||||
|
|
||||||
/* try with UTF-8 BOM at the start */
|
/* try with UTF-8 BOM at the start */
|
||||||
test_srt_do_test (srt_input1, 0, G_N_ELEMENTS (srt_input2));
|
test_srt_do_test (srt_input2, 0, G_N_ELEMENTS (srt_input2));
|
||||||
|
|
||||||
/* try with fewer than three post-comma digits, and some extra spaces */
|
/* try with fewer than three post-comma digits, and some extra spaces */
|
||||||
test_srt_do_test (srt_input3, 0, G_N_ELEMENTS (srt_input3));
|
test_srt_do_test (srt_input3, 0, G_N_ELEMENTS (srt_input3));
|
||||||
|
|
Loading…
Reference in a new issue