[Mockpp-commits] mockpp ChangeLog,1.86,1.87
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-28 21:32:05
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1558 Modified Files: ChangeLog Log Message: avoid name collision on win32 Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- ChangeLog 28 Dec 2005 19:40:58 -0000 1.86 +++ ChangeLog 28 Dec 2005 21:31:53 -0000 1.87 @@ -17,6 +17,8 @@ - compatibility break: moved all framework related files to mockpp/framework - CxxTest (built-in version) is default test framework now, CppUnit remains an option + - rename Assert.* to Asserter.* due to collisions with Asserter.h on + win platforms 2005-11-19 1.10.0: |