Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6524
Modified Files:
sconstruct
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: sconstruct
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** sconstruct 10 Nov 2005 09:15:12 -0000 1.21
--- sconstruct 11 Nov 2005 20:54:14 -0000 1.22
***************
*** 131,134 ****
--- 131,135 ----
buildProjectInDirectory( 'examples/parametrized_test' )
buildProjectInDirectory( 'examples/checking_assertions' )
+ buildProjectInDirectory( 'examples/ignore_failure_demo' )
buildProjectInDirectory( 'examples/log_demo' )
buildProjectInDirectory( 'examples/stringize_demo' )
|