summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorGennadiy Rozental <rogeeff@gmail.com>2004-01-26 11:31:04 +0000
committerGennadiy Rozental <rogeeff@gmail.com>2004-01-26 11:31:04 +0000
commit36b2559c21b12eeddbca7819a8e7ad818ba1d4a2 (patch)
tree21e72af57c6fa13dd52458ac43889d5f727dfb40 /index.htm
parenta8744e373f489d0fabe5442528e7aac5510dc8c0 (diff)
downloadboost-36b2559c21b12eeddbca7819a8e7ad818ba1d4a2.tar.gz
Boost Test release notes
[SVN r21959]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index e6e942000d..dd63828737 100644
--- a/index.htm
+++ b/index.htm
@@ -183,6 +183,23 @@
template now provides an element-preserving resize operation as well as default
construction (see the <a href="libs/multi_array/doc/reference.html">reference
manual</a> for more information).</li>
+ <li><a href="libs/test/index.html">Test Library</a>:
+ <ul>
+ <li>
+ Free function template based test case </li>
+ <li>
+ Custom exception translators support in execution monitor and register_exception_translator added for unit test framework </li>
+ <li>
+ Added support for multi-module unit tests in automatic registration facility </li>
+ <li>
+ Floating point comparison algorithm reworked (Is not backward compatible!!!) </li>
+ <li>
+ Added support for custom users predicate returning both boolean result code and possibly error message </li>
+ <li>
+ Documentation structure rework and update</li>
+ </ul>
+ For complete list of changes see Test Library <a href="libs/test/doc/release_notes.html#v1_31_0">
+ release notes</a>
<li>
Expanded testing and fixes for non-conforming
compilers.</li>