diff --git a/ChangeLog b/ChangeLog index 9d9ab6c665..809886697a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-09 Jan Schmidt + + * tests/check/Makefile.am: + Re-enable the states test and see if it works on the buildbots. + 2007-03-09 Jan Schmidt * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps), diff --git a/common b/common index ea828a478f..dec151d155 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ea828a478fe11561881a6eaf1f7bf2b0b77c8c85 +Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a63671d75e..b4404addac 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,8 +49,7 @@ check_PROGRAMS = \ elements/videofilter \ $(check_taglib) -VALGRIND_TO_FIX = \ - generic/states +VALGRIND_TO_FIX = TESTS = $(check_PROGRAMS)