[Cppunit-cvs] cppunit2/include/cpptl enumerator.h,1.9,1.10
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-11 20:54:24
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6524/include/cpptl Modified Files: enumerator.h Log Message: - added unit tests for TestInfo - fixed bug in CPPUT_IGNORE_FAILURE and exception guard. - added 'isIgnoredFailure' to Assertion. - lighttestrunner now print ignored failure and skipped tests. Index: enumerator.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/enumerator.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** enumerator.h 10 Nov 2005 08:03:09 -0000 1.9 --- enumerator.h 11 Nov 2005 20:54:15 -0000 1.10 *************** *** 35,39 **** namespace CppTL { namespace Enum { ! namespace Impl { --- 35,39 ---- namespace CppTL { namespace Enum { ! /// \internal namespace Impl { |