From: Thiago Santos Date: Fri, 11 Mar 2011 20:07:03 +0000 (-0300) Subject: tests: camerabin2: Fix number of iteration of tests X-Git-Tag: 1.19.3~507^2~16050^2~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fe76c94f1ace085b361c4562c2aa1b3236420c0;p=platform%2Fupstream%2Fgstreamer.git tests: camerabin2: Fix number of iteration of tests There are 3 taglist tests, not 2 --- diff --git a/tests/check/elements/camerabin2.c b/tests/check/elements/camerabin2.c index 60ac7cc072..e77303b965 100644 --- a/tests/check/elements/camerabin2.c +++ b/tests/check/elements/camerabin2.c @@ -943,7 +943,7 @@ GST_START_TEST (test_video_capture_with_tags) gst_element_set_state (GST_ELEMENT (camera), GST_STATE_NULL); - for (i = 0; i < 2; i++) { + for (i = 0; i < 3; i++) { check_file_validity (VIDEO_FILENAME, i, taglists[i], 0, 0, NO_AUDIO); gst_tag_list_free (taglists[i]); }