[Cppunit-cvs] cppunit ChangeLog,1.253,1.254
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-12 05:27:09
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23758 Modified Files: ChangeLog Log Message: Fix examples/hierarchy to actually return the result of the tests. It is expected to fail, so mark it using XFAIL_TESTS in Makefile.am. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.253 retrieving revision 1.254 diff -C2 -d -r1.253 -r1.254 *** ChangeLog 12 Jan 2007 04:51:31 -0000 1.253 --- ChangeLog 12 Jan 2007 05:27:05 -0000 1.254 *************** *** 1,4 **** --- 1,9 ---- 2007-01-11 Steve M. Robbins <sm...@su...> + * examples/hierarchy/main.cpp (main): Return value now reflects + whether tests passed. + * examples/hierarchy/Makefile.am (XFAIL_TESTS): New. Mark hierachy + test program as an expected failure. + * Makefile.am (dist-hook): Don't fail if $(distdir)/lib already exists. |