Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18882
Modified Files:
NEWS
Log Message:
Note that CPPUNIT_ASSERT_DOUBLES_EQUAL handles non-finite numbers.
Index: NEWS
===================================================================
RCS file: /cvsroot/cppunit/cppunit/NEWS,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** NEWS 26 Oct 2006 07:21:12 -0000 1.98
--- NEWS 27 Jan 2007 06:02:22 -0000 1.99
***************
*** 2,6 ****
----------------------
! * Portability: fixed some compilation issue for QtTestRunner.
New in CppUnit 1.12.0:
--- 2,13 ----
----------------------
! * Assertion:
!
! - CPPUNIT_ASSERT_DOUBLES_EQUAL() now properly handles non-finite
! values, specifically NaN, +Inf, and -Inf.
!
! * Portability:
!
! - Fixed some compilation issue for QtTestRunner.
New in CppUnit 1.12.0:
|