mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Boost Test release notes again
[SVN r22057]
This commit is contained in:
parent
d59831a993
commit
020d4131b6
1 changed files with 17 additions and 1 deletions
18
index.htm
18
index.htm
|
@ -262,8 +262,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue