Update of /cvsroot/cppunit/cppunit/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25051/doc
Modified Files:
cookbook.dox
Log Message:
* doc/cookbook.dox: fixed type (patch #1334567)
Index: cookbook.dox
===================================================================
RCS file: /cvsroot/cppunit/cppunit/doc/cookbook.dox,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cookbook.dox 5 Jul 2005 20:10:19 -0000 1.7
--- cookbook.dox 27 Nov 2005 18:32:31 -0000 1.8
***************
*** 148,152 ****
Once we have this fixture, we can add the complex
! addition test case any any others that we need
over the course of our development.
--- 148,152 ----
Once we have this fixture, we can add the complex
! addition test case and any others that we need
over the course of our development.
***************
*** 521,523 ****
Original version by Michael Feathers.
Doxygen conversion and update by Baptiste Lepilleur.
! */
\ No newline at end of file
--- 521,523 ----
Original version by Michael Feathers.
Doxygen conversion and update by Baptiste Lepilleur.
! */
|