Ver Fonte

Boost.Test V2 blurb

[SVN r14791]
Beman Dawes há 24 anos atrás
pai
commit
478b282c47
2 ficheiros alterados com 10 adições e 6 exclusões
  1. 3 1
      index.htm
  2. 7 5
      libs/libraries.htm

+ 3 - 1
index.htm

@@ -131,6 +131,8 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
   <li><a href="libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</a>
   added - a runtime sized version of the <tt>std::bitset</tt> class
   from Jeremy Siek and Chuck Allison.</li>
+  <li><a href="libs/test/doc/index.htm">Test Library</a>: major upgrade, 
+  including full unit test capabilities, from Gennadiy Rozental.</li>
 </ul>
 <p>May 15, 2002 - Version 1.28.0</p>
 <ul>
@@ -231,7 +233,7 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
 
 <hr>
 <p>Revised 
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->06 August, 2002<!--webbot bot="Timestamp" endspan i-checksum="34416" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->12 August, 2002<!--webbot bot="Timestamp" endspan i-checksum="34409" --></p>
 
 </body>
 

+ 7 - 5
libs/libraries.htm

@@ -165,8 +165,9 @@ out how to build object libraries, when needed.</p>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
-    <li><a href="test/doc/index.htm">test</a> - Support for program testing and
-      execution, from Beman Dawes.</li>
+    <li><a href="test/doc/index.htm">test</a> - Support for simple program testing, 
+    full unit testing, and for program
+      execution monitoring, from Gennadiy Rozental.</li>
     <li><a href="thread/doc/index.html">thread</a> - Portable C++
       multi-threading, from William Kempf.</li>
     <li><a href="timer/index.htm">timer</a> - Event timer,
@@ -353,8 +354,9 @@ out how to build object libraries, when needed.</p>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
-    <li><a href="test/doc/index.htm">test</a> - Support for program testing and
-      execution, from Beman Dawes.</li>
+    <li><a href="test/doc/index.htm">test</a> - Support for simple program testing, 
+    full unit testing, and for program
+      execution monitoring, from Gennadiy Rozental.</li>
 </ul>
 
 <h3><a name="Data">Data</a> structures</h3>
@@ -463,6 +465,6 @@ libraries will soon be either submitted for formal review or removed.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->06 Aug 2002<!--webbot bot="Timestamp" i-checksum="14764" endspan --></p>
+s-format="%d %b %Y" startspan -->12 Aug 2002<!--webbot bot="Timestamp" i-checksum="14757" endspan --></p>
 </body>
 </html>

粤ICP备19079148号