From f85d8a21e0ee86446efecfdecb0326bbc259ebe3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 1 Jan 2008 01:21:47 +0000 Subject: [PATCH] tests/check/: Reenable theoraenc test, which fails on the buildbot but not locally. Original commit message from CVS: * tests/check/Makefile.am: * tests/check/pipelines/theoraenc.c: Reenable theoraenc test, which fails on the buildbot but not locally. --- ChangeLog | 7 +++++++ tests/check/Makefile.am | 3 +-- tests/check/pipelines/theoraenc.c | 2 -- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2578769ee1..57dea6f7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-12-31 David Schleef + + * tests/check/Makefile.am: + * tests/check/pipelines/theoraenc.c: + Reenable theoraenc test, which fails on the buildbot but + not locally. + 2007-12-31 David Schleef * docs/libs/.cvsignore: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b42c98a5f2..4049ed6729 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -63,8 +63,7 @@ check_vorbis = endif if USE_THEORA -#check_theora = pipelines/theoraenc -check_theora = +check_theora = pipelines/theoraenc else check_theora = endif diff --git a/tests/check/pipelines/theoraenc.c b/tests/check/pipelines/theoraenc.c index f0954fae1a..f585bdbdd9 100644 --- a/tests/check/pipelines/theoraenc.c +++ b/tests/check/pipelines/theoraenc.c @@ -52,12 +52,10 @@ check_buffer_timestamp (GstBuffer * buffer, GstClockTime timestamp) static void check_buffer_duration (GstBuffer * buffer, GstClockTime duration) { -#if 0 fail_unless (GST_BUFFER_DURATION (buffer) == duration, "expected duration %" GST_TIME_FORMAT ", but got duration %" GST_TIME_FORMAT, GST_TIME_ARGS (duration), GST_TIME_ARGS (GST_BUFFER_DURATION (buffer))); -#endif } static void