Some last things I wanted to put in before 1.10. I've also made a CVS snapshot available for download, so it is now possible to make patch for configure/Imakefile stuff even if you don't have cvs.
New in CppUnit 1.9.14:
---------------------
* Assertions
- Ported exception assertion macros from cppunit 2 to the 1.9.x series:
CPPUNIT_ASSERT_THROW, CPPUNIT_ASSERT_NO_THROW,
CPPUNIT_ASSERT_ASSERTION_FAIL, CPPUNIT_ASSERT_ASSERTION_PASS.
* Deprecated:
- The helper macros: CPPUNIT_TEST_FAIL & CPPUNIT_TEST_EXCEPTION have
been deprecated. Use the new exception assertion macros instead.
* Bug Fix:
- cppunit-config: bug #903363, missing -ldl from the output of
cppunit-config --libs. Fixed thanks Eric Blossom patch.
- test plug-in(unix): Adding RTLD_GLOBAL allows test plug-ins
to provide symbols to shared objects they load themselves.
Thanks goes to Gareth Sylvester for this patch (#816563).
Baptiste.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some last things I wanted to put in before 1.10. I've also made a CVS snapshot available for download, so it is now possible to make patch for configure/Imakefile stuff even if you don't have cvs.
New in CppUnit 1.9.14:
---------------------
* Assertions
- Ported exception assertion macros from cppunit 2 to the 1.9.x series:
CPPUNIT_ASSERT_THROW, CPPUNIT_ASSERT_NO_THROW,
CPPUNIT_ASSERT_ASSERTION_FAIL, CPPUNIT_ASSERT_ASSERTION_PASS.
* Deprecated:
- The helper macros: CPPUNIT_TEST_FAIL & CPPUNIT_TEST_EXCEPTION have
been deprecated. Use the new exception assertion macros instead.
* Bug Fix:
- cppunit-config: bug #903363, missing -ldl from the output of
cppunit-config --libs. Fixed thanks Eric Blossom patch.
- test plug-in(unix): Adding RTLD_GLOBAL allows test plug-ins
to provide symbols to shared objects they load themselves.
Thanks goes to Gareth Sylvester for this patch (#816563).
Baptiste.
Can we make the curses testrunner as part of standard release? I am willing to maintain it.
Thanks and Regards
KD
I'll work on integrating the two contributed test runners (ncurse & wxwindows) after the next stable release (hopefully out this week-end).
Baptiste.