Update of /cvsroot/cppunit/cppunit2/doc
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11051/doc
Modified Files:
cpput_todo.dox
Log Message:
- Fixed bug in Registry::remove() when a suite had multiple child suites.
- Added Registry suite removal tests
Index: cpput_todo.dox
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/doc/cpput_todo.dox,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cpput_todo.dox 16 Aug 2007 15:51:04 -0000 1.5
--- cpput_todo.dox 8 Jul 2008 20:42:00 -0000 1.6
***************
*** 344,346 ****
--- 344,351 ----
Provides a feature to automatically parent orphan test suite in the Registry, to either
the default test suite or a specific test suite.
+
+ \section todo_implicit_string_conversion Add support for type with implicit conversion to const char *
+ String assertion currently to not support type that can be implicitly converter
+ to const char * such as CppTL::Formatter.
+ Nice to have, need to figure out if it is possible to implement it.
*/
\ No newline at end of file
|