Boost C++ Libraries: Ticket #1866: Typos in Boost Test documentation https://svn.boost.org/trac10/ticket/1866 <p> Address: <a href="http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/minimal_testing/index.html">http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/minimal_testing/index.html</a> </p> <p> Text: </p> <p> Introduction </p> <p> Boost.Test minimal testing facility provides the functionality provided previosly by the original version of Boost.Test. As the name sujest it provides only minimal basic facilities for test creation. It does not have any configuration parameters (either command line arguments or environment variables ) and it supply very limited set of test tools that behave similarly to ones defined in the Test Tools. Minimal testing facility supply it's own fhe function main() (so could not be used for multiunit testing) and execute the test program in a monitored environment. </p> <p> Error: Multiple typos (ex: sujest =&gt; suggest). Rewritten as follows: </p> <p> The Boost.Test minimal testing facility provides the functionality of the original version of Boost.Test. As the name suggests, it provides minimal basic facilities for test creation. It has no configuration parameters (either command line arguments or environment variables ) and it supplies a limited set of test tools which behave similarly to ones defined in the Test Tools. The minimal testing facility supplies it's own function main() and will execute the test program in a monitored environment. Consequently, it cannot be used for multi-unit testing. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1866 Trac 1.4.3 Daniel James Sat, 03 May 2008 10:47:49 GMT owner, component changed https://svn.boost.org/trac10/ticket/1866#comment:1 https://svn.boost.org/trac10/ticket/1866#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Gennadiy Rozental</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">test</span> </li> </ul> Ticket Gennadiy Rozental Mon, 07 Jul 2008 06:11:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1866#comment:2 https://svn.boost.org/trac10/ticket/1866#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> applied in new docs </p> Ticket