[Cppunit-cvs] cppunit ChangeLog,1.243,1.244 NEWS,1.93,1.94
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-03-04 20:58:10
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19283 Modified Files: ChangeLog NEWS Log Message: * contrib/xml-xsl/report.xsl: reported correction posted on the wiki. Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** NEWS 6 Nov 2005 16:58:20 -0000 1.93 --- NEWS 4 Mar 2006 20:58:04 -0000 1.94 *************** *** 97,100 **** --- 97,102 ---- See xml-xsl/cppunit2junit.xsl and cppunit2junit.txt for details. + - xml-xsl/report.xsl has been fixed to work with current xml output. + * (Possible) Compatiblity break: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.243 retrieving revision 1.244 diff -C2 -d -r1.243 -r1.244 *** ChangeLog 27 Nov 2005 18:32:30 -0000 1.243 --- ChangeLog 4 Mar 2006 20:58:04 -0000 1.244 *************** *** 1,2 **** --- 1,16 ---- + 2006-03-04 Baptiste Lepilleur <gai...@fr...> + * contrib/xml-xsl/report.xsl: reported correction posted on the wiki. + + 2006-02-04 Baptiste Lepilleur <gai...@fr...> + * include/cppunit/TestListener.h: + * src/qttestrunner/TestRunnerModel.cpp: removed compilation warning. + + 2006-02-01 Baptiste Lepilleur <gai...@fr...> + * examples/qt: integrated Ernst patch from qt examples. + + 2005-12-12 Baptiste Lepilleur <gai...@fr...> + * src/qttestrunner: integrated Ernst patch for QtTestRunner and Qt 3.x. + Enhanced qmake project files to handle multiple build configuration + 2005-11-27 Baptiste Lepilleur <gai...@fr...> * doc/cookbook.dox: fixed type (patch #1334567) |