Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32735
Modified Files:
ChangeLog
Log Message:
* removed most warning when compiling with vc++ 6sp6.
* added assert equal usage
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -C2 -d -r1.239 -r1.240
*** ChangeLog 13 Oct 2005 20:35:50 -0000 1.239
--- ChangeLog 13 Oct 2005 21:25:39 -0000 1.240
***************
*** 3,6 ****
--- 3,9 ----
to remove warning. Removed most warning when compiling with VC++ 6sp6.
+ * examples/money/Money.h:
+ * examples/money/MoneyTest.cpp: added assert equal usage.
+
2005-07-30 Baptiste Lepilleur <gai...@fr...>
|