From f3f16a69f014de841c2c50d6cb7849758fe5d3e8 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 27 May 2006 13:34:03 +0000 Subject: [PATCH] tests/check/Makefile.am: Extra bonus points for whoever explains to ensonic that you are meant to test unit tests tho... Original commit message from CVS: * tests/check/Makefile.am: Extra bonus points for whoever explains to ensonic that you are meant to test unit tests thoroughly before commiting them, especially if you know it's going to break. De-activated element/adder tests. --- ChangeLog | 8 ++++++++ tests/check/Makefile.am | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5798a7cac4..e2a4e859dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-27 Edward Hervey + + * tests/check/Makefile.am: + Extra bonus points for whoever explains to ensonic that you are meant + to test unit tests thoroughly before commiting them, especially if + you know it's going to break. + De-activated element/adder tests. + 2006-05-27 Edward Hervey * gst/ffmpegcolorspace/gstffmpegcodecmap.c: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 3373373000..f66689f5f0 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -43,7 +43,6 @@ check_PROGRAMS = \ $(check_alsa) \ $(check_vorbis) \ $(check_theora) \ - elements/adder \ elements/audioconvert \ elements/audioresample \ elements/audiotestsrc \