tests/effects: Update for new 'parent' property in objects

This commit is contained in:
Edward Hervey 2011-12-30 17:16:29 +01:00
parent febf62f2b9
commit ee0cf0b8aa

View file

@ -365,7 +365,7 @@ GST_START_TEST (test_track_effect_set_properties)
fail_unless (color_aging == FALSE);
pspecs = ges_track_object_list_children_properties (tck_effect, &n_props);
fail_unless (n_props == 6);
fail_unless (n_props == 7);
spec = pspecs[0];
i = 1;