GNOME Bugzilla – Bug 504499
Messages from check no longer contain the test case name
Last modified: 2007-12-20 09:21:11 UTC
Please describe the problem: When running make check, the messages from check are supposed to contain the test case name. However, due to a change in 0.10.15 where support for specifying which check tests to run via GST_CHECKS was added, the test case name is now reported as "tf" for all test cases... Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 101270 [details] [review] Correctly report check test names again The patch also corrects a test for the version of check so it will still work the day check 0.10.0 is released.
Committed, thanks: 2007-12-20 Tim-Philipp Müller <tim at centricular dot net> Patch by: Peter Kjellerstedt <pkj axis com> * libs/gst/check/gstcheck.h: Fix detection of the check version we're compiling against (would otherwise break if check goes v0.10.0); correctly report the name of the failed test again in case of failure, instead of just 'tf' (fixes #504499).