tests: camerabin2: Fix number of iteration of tests
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 11 Mar 2011 20:07:03 +0000 (17:07 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 11 Mar 2011 21:26:43 +0000 (18:26 -0300)
There are 3 taglist tests, not 2

tests/check/elements/camerabin2.c

index 60ac7cc..e77303b 100644 (file)
@@ -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]);
   }