tests/check/: Reenable theoraenc test, which fails on the buildbot but not locally.
authorDavid Schleef <ds@schleef.org>
Tue, 1 Jan 2008 01:21:47 +0000 (01:21 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 1 Jan 2008 01:21:47 +0000 (01:21 +0000)
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
tests/check/Makefile.am
tests/check/pipelines/theoraenc.c

index 2578769..57dea6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2007-12-31  David Schleef  <ds@schleef.org>
 
+       * 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  <ds@schleef.org>
+
        * docs/libs/.cvsignore:
        * docs/plugins/.cvsignore:
          Add *-undeclared.txt to fix buildbot.
index b42c98a..4049ed6 100644 (file)
@@ -63,8 +63,7 @@ check_vorbis =
 endif
 
 if USE_THEORA
-#check_theora = pipelines/theoraenc
-check_theora =
+check_theora = pipelines/theoraenc
 else
 check_theora =
 endif
index f0954fa..f585bdb 100644 (file)
@@ -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