[Cppunit-devel] minor errata for cppunit-1.8.0/doc/cookbook.dox
Brought to you by:
blep
From: Roland P. <rol...@ep...> - 2003-12-02 14:37:34
|
Hi, just did your "cookbook" tutorial, it's great and got me started in a flash. I noticed some minor error, most are typos. So here's a diff, hope you find it useful. Some console output for you to see how I got there: <-- SNIP --> [rolo@lsa1pc36 doc]$ pwd /home/rolo/builds/cppunit-1.8.0/doc [rolo@lsa1pc36 doc]$ diff -c cookbook.dox cookbook.dox.new > cookbook.dox.diff <-- SNIP --> NOTE: I "corrected" the line CPPUNIT_TEST_SUITE_REGISTRATION( ComplexNumber ); to read: CPPUNIT_TEST_SUITE_REGISTRATION( ComplexNumberTest ); because I supposed that you mean the ComplexNumberTest.cpp file, which worked for me, but maybe I didn't get it... Cheers, Rolo -- Roland Philippsen PhD student EPFL-I2S-ASL http://asl.epfl.ch/ |