tests: camerabin2: Fix tags setting tests

Fixes the tags setting tests to reveal a bug in camerabin2
tag setting logic.
This commit is contained in:
Thiago Santos 2011-04-26 14:49:35 -03:00
parent d8484f8279
commit 0556d121c4

View file

@ -192,7 +192,7 @@ validate_taglist_foreach (const GstTagList * list, const gchar * tag,
fail_if (val1 == NULL);
fail_if (val2 == NULL);
fail_unless (gst_value_can_intersect (val1, val2));
fail_unless (gst_value_compare (val1, val2) == GST_VALUE_EQUAL);
}