Ugly 'fix' for the controller unit test on the p5 bot: in fail_unless_equals_float...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 14 Jun 2007 15:56:03 +0000 (15:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 14 Jun 2007 15:56:03 +0000 (15:56 +0000)
commit3ee7f4c8a48baafd2a7fa5ac5e93a785d087b062
treec4d013696657a79b410c40d35c8f2fec40e3921f
parent86e3999647766fe29b9b4034e522b6ae64a405f2
Ugly 'fix' for the controller unit test on the p5 bot: in fail_unless_equals_float() check whether the values are 'al...

Original commit message from CVS:
* libs/gst/check/Makefile.am:
* libs/gst/check/gstcheck.h:
* pkgconfig/gstreamer-check-uninstalled.pc.in:
* pkgconfig/gstreamer-check.pc.in:
Ugly 'fix' for the controller unit test on the p5 bot: in
fail_unless_equals_float() check whether the values are 'almost
equal' by allowing a small absolute error, which should be good
enough for our use cases (normal numbers and values close to 0).
Proper fixage left to floating point arithmetic aficionados.
ChangeLog
libs/gst/check/Makefile.am
libs/gst/check/gstcheck.h
pkgconfig/gstreamer-check-uninstalled.pc.in
pkgconfig/gstreamer-check.pc.in