[Cppunit-cvs] cppunit ChangeLog,1.259,1.260
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-27 15:50:18
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8653 Modified Files: ChangeLog Log Message: * examples/cppunittest/TestAssertTest.cpp: * examples/cppunittest/TestAssertTest.h: Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and testAssertDoubleNotEquals2. Factor new method testAssertDoubleNonFinite out of existing testAssertDoubleEquals. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.259 retrieving revision 1.260 diff -C2 -d -r1.259 -r1.260 *** ChangeLog 27 Jan 2007 06:29:17 -0000 1.259 --- ChangeLog 27 Jan 2007 15:50:09 -0000 1.260 *************** *** 1,4 **** --- 1,10 ---- 2007-01-27 Steve M. Robbins <sm...@su...> + * examples/cppunittest/TestAssertTest.cpp: + * examples/cppunittest/TestAssertTest.h: Remove declaration of + unimplemented functions testAssertDoubleNotEquals1 and + testAssertDoubleNotEquals2. Factor new method + testAssertDoubleNonFinite out of existing testAssertDoubleEquals. + * src/cppunit/Win32DynamicLibraryManager.cpp (doLoadLibrary): Unconditionally use ANSI version of LoadLibrary() and other |