Update of /cvsroot/cppunit/cppunit/doc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32621/doc
Modified Files:
cookbook.dox
Log Message:
* doc/cookbook.dox: fixed typos.
Index: cookbook.dox
===================================================================
RCS file: /cvsroot/cppunit/cppunit/doc/cookbook.dox,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cookbook.dox 25 Feb 2007 09:21:45 -0000 1.9
--- cookbook.dox 12 Oct 2008 16:30:29 -0000 1.10
***************
*** 494,498 ****
a boolean indicating if the run was successful.
! Updating our main programm, we obtains:
\code
#include <cppunit/extensions/TestFactoryRegistry.h>
--- 494,498 ----
a boolean indicating if the run was successful.
! Updating our main programm, we obtain:
\code
#include <cppunit/extensions/TestFactoryRegistry.h>
|