[Cppunit-cvs] cppunit2 changelog.txt,1.3,1.4 sconstruct,1.34,1.35
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2007-08-16 15:51:07
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6331 Modified Files: changelog.txt sconstruct Log Message: Added initial support for column fixture supported by fitness. Still missing automatic type convertion and correct reporting of error with regard to originating cell. Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** sconstruct 15 Aug 2007 17:35:39 -0000 1.34 --- sconstruct 16 Aug 2007 15:51:04 -0000 1.35 *************** *** 173,176 **** --- 173,177 ---- buildProjectInDirectory( 'examples/test_function' ) buildProjectInDirectory( 'examples/table_fixture' ) + buildProjectInDirectory( 'examples/input_test' ) ##buildProjectInDirectory( 'examples/opentest_demo' ) #buildProjectInDirectory( 'src/qttestdriver' ) Index: changelog.txt =================================================================== RCS file: /cvsroot/cppunit/cppunit2/changelog.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changelog.txt 15 Aug 2007 17:35:39 -0000 1.3 --- changelog.txt 16 Aug 2007 15:51:04 -0000 1.4 *************** *** 1,2 **** --- 1,7 ---- + * 2007/08/16 blep + Added initial support for column fixture supported by fitness. Still missing + automatic type convertion and correct reporting of error with regard to + originating cell. + * 2007/08/15 blep Added support for light test fixture (a la CppUnitLite). |