summaryrefslogtreecommitdiff
path: root/tests/check/elements/subparse.c
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-03-30 10:20:01 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-03-30 11:56:18 +0200
commit4935af23e7a88a8cca2d8482a25e56066f56e2fd (patch)
treeac73a167db23e29cbd2c0a5beb006dc9190e4584 /tests/check/elements/subparse.c
parent2325a2beaeec5333ab0beab9790ed57d5a7d4da6 (diff)
tests: Fix subparse test
It wasn't checking the srt_input2
Diffstat (limited to 'tests/check/elements/subparse.c')
-rw-r--r--tests/check/elements/subparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/subparse.c b/tests/check/elements/subparse.c
index 4366f660a..811075e02 100644
--- a/tests/check/elements/subparse.c
+++ b/tests/check/elements/subparse.c
@@ -268,7 +268,7 @@ GST_START_TEST (test_srt)
test_srt_do_test (srt_input1, 0, G_N_ELEMENTS (srt_input1));
/* 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 */
test_srt_do_test (srt_input3, 0, G_N_ELEMENTS (srt_input3));