diff options
author | Steve M. Robbins <smr@sumost.ca> | 2001-05-29 03:09:24 +0000 |
---|---|---|
committer | Steve M. Robbins <smr@sumost.ca> | 2001-05-29 03:09:24 +0000 |
commit | b408d39128a88c1e60828980190bbe1cbe21a2e5 (patch) | |
tree | 793b375e52f11dcb900143babb2959aa445cc3e2 /ChangeLog | |
parent | f56eeb79dad601aa7e16e88d3248d5a0d3294122 (diff) |
Fix CU_TEST* macros and their documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2001-05-29 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> + + * include/cppunit/extensions/HelperMacros.h: Rework documentation. + (CU_TEST_SUITE): Move definition of member function suite() ... + (CU_TEST_SUITE_END): ... to here. + (CU_TEST): Use '&' to take address of member function + "testMethod". + + * include/cppunit/extensions/AutoRegisterSuite.h: Declare "factory" + as a TestFactory*. + 2001-05-28 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/other_documentation.dox: Don't include "CppUnit" in |