summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennadiy Rozental <rogeeff@gmail.com>2004-01-29 16:48:00 +0000
committerGennadiy Rozental <rogeeff@gmail.com>2004-01-29 16:48:00 +0000
commitc243769a064d40a5c9a19dc3639bd9417bc607ea (patch)
tree7f4cbb36bc1679e6f71a67e06bf2b39d6542fa07
parent7b5445c31b8fd9bab625ae365470d102522f5a5e (diff)
downloadboost-c243769a064d40a5c9a19dc3639bd9417bc607ea.tar.gz
Merged update from trunk to branch
[SVN r22058]
-rw-r--r--index.htm18
1 files changed, 17 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index 04703876c8..101dcb10cb 100644
--- a/index.htm
+++ b/index.htm
@@ -256,8 +256,24 @@
please use Spirit v1.6.x. See <a href="http://spirit.sf.net">Spirit's Site</a>
for more details.
</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>
</ul>
-
<h4>Miscellaneous</h4>
<ul>
<li>Expanded testing and fixes for non-conforming compilers.</li>