Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12080
Modified Files:
ChangeLog
Log Message:
Add tests of the precision generated by
assertion_traits<double>::toString().
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -C2 -d -r1.260 -r1.261
*** ChangeLog 27 Jan 2007 15:50:09 -0000 1.260
--- ChangeLog 31 Jan 2007 05:27:06 -0000 1.261
***************
*** 1,2 ****
--- 1,16 ----
+ 2007-01-30 Steve M. Robbins <sm...@su...>
+
+ * examples/cppunittest/assertion_traitsTest.h:
+ * examples/cppunittest/assertion_traitsTest.cpp: New. Test
+ assertion_traits<>.
+
+ * examples/cppunittest/Makefile.am: Add
+ assertion_traitsTest.{h,cpp}.
+
+ * examples/cppunittest/TestAssertTest.h:
+ * examples/cppunittest/TestAssertTest.cpp: Add
+ testAssertDoubleEqualsPrecision() to test precision of failure
+ message.
+
2007-01-27 Steve M. Robbins <sm...@su...>
|