Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67134 - in trunk/libs/test/doc: . html html/execution-monitor html/prg-exec-monitor html/tutorials html/utf html/utf/compilation html/utf/testing-tools html/utf/usage-recommendations html/utf/user-guide html/utf/user-guide/fixture html/utf/user-guide/runtime-config html/utf/user-guide/test-organization html/utf/user-guide/test-output html/utf/user-guide/usage-variants src src/examples
From: steven_at_[hidden]
Date: 2010-12-09 12:08:37


Author: steven_watanabe
Date: 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
New Revision: 67134
URL: http://svn.boost.org/trac/boost/changeset/67134

Log:
Fix a few doc typos. Fixes #4923. Fixes #4924.
Text files modified:
   trunk/libs/test/doc/Jamfile.v2 | 12 +-
   trunk/libs/test/doc/html/aknowledgements.html | 6
   trunk/libs/test/doc/html/execution-monitor.html | 10 +-
   trunk/libs/test/doc/html/execution-monitor/compilation.html | 6
   trunk/libs/test/doc/html/execution-monitor/reference.html | 82 +++++++++---------
   trunk/libs/test/doc/html/execution-monitor/user-guide.html | 10 +-
   trunk/libs/test/doc/html/faq.html | 44 +++++-----
   trunk/libs/test/doc/html/index.html | 12 +-
   trunk/libs/test/doc/html/intro.html | 10 +-
   trunk/libs/test/doc/html/minimal.html | 12 +-
   trunk/libs/test/doc/html/open-issues.html | 6
   trunk/libs/test/doc/html/prg-exec-monitor.html | 14 +-
   trunk/libs/test/doc/html/prg-exec-monitor/compilation.html | 16 +-
   trunk/libs/test/doc/html/prg-exec-monitor/impl.html | 6
   trunk/libs/test/doc/html/tutorials/hello-the-testing-world.html | 6
   trunk/libs/test/doc/html/tutorials/intro-in-testing.html | 8
   trunk/libs/test/doc/html/tutorials/new-year-resolution.html | 6
   trunk/libs/test/doc/html/utf.html | 8
   trunk/libs/test/doc/html/utf/compilation.html | 6
   trunk/libs/test/doc/html/utf/compilation/auto-linking.html | 6
   trunk/libs/test/doc/html/utf/compilation/direct-include.html | 6
   trunk/libs/test/doc/html/utf/compilation/standalone.html | 16 +-
   trunk/libs/test/doc/html/utf/intro.html | 6
   trunk/libs/test/doc/html/utf/testing-tools.html | 14 +-
   trunk/libs/test/doc/html/utf/testing-tools/custom-predicate.html | 10 +-
   trunk/libs/test/doc/html/utf/testing-tools/floating_point_comparison.html | 18 ++--
   trunk/libs/test/doc/html/utf/testing-tools/output-test.html | 10 +-
   trunk/libs/test/doc/html/utf/testing-tools/reference.html | 172 ++++++++++++++++++++--------------------
   trunk/libs/test/doc/html/utf/tutorials.html | 6
   trunk/libs/test/doc/html/utf/usage-recommendations.html | 6
   trunk/libs/test/doc/html/utf/usage-recommendations/command-line-specific.html | 16 +-
   trunk/libs/test/doc/html/utf/usage-recommendations/dot-net-specific.html | 16 +-
   trunk/libs/test/doc/html/utf/usage-recommendations/generic.html | 28 +++---
   trunk/libs/test/doc/html/utf/user-guide.html | 6
   trunk/libs/test/doc/html/utf/user-guide/fixture.html | 6
   trunk/libs/test/doc/html/utf/user-guide/fixture/global.html | 8
   trunk/libs/test/doc/html/utf/user-guide/fixture/model.html | 8
   trunk/libs/test/doc/html/utf/user-guide/fixture/per-test-case.html | 12 +-
   trunk/libs/test/doc/html/utf/user-guide/fixture/test-suite-shared.html | 12 +-
   trunk/libs/test/doc/html/utf/user-guide/initialization.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/runtime-config.html | 6
   trunk/libs/test/doc/html/utf/user-guide/runtime-config/reference.html | 40 ++++----
   trunk/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-organization.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-nullary-test-case.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-suite.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html | 12 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-nullary-test-case.html | 22 ++--
   trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-case-template.html | 8
   trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-suite.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/master-test-suite.html | 14 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/nullary-test-case.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-organization/test-case-template.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-organization/test-suite.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-organization/unary-test-case.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-output.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html | 8
   trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_MESSAGE.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html | 8
   trunk/libs/test/doc/html/utf/user-guide/test-output/FPT.html | 8
   trunk/libs/test/doc/html/utf/user-guide/test-output/log-ct-config.html | 12 +-
   trunk/libs/test/doc/html/utf/user-guide/test-output/log-hr-format.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-output/log-xml-format.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-output/results-report.html | 6
   trunk/libs/test/doc/html/utf/user-guide/test-output/test-log.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/test-output/test-progress.html | 12 +-
   trunk/libs/test/doc/html/utf/user-guide/test-runners.html | 10 +-
   trunk/libs/test/doc/html/utf/user-guide/usage-variants.html | 6
   trunk/libs/test/doc/html/utf/user-guide/usage-variants/dynamic-lib-variant.html | 8
   trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner-variant.html | 8
   trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner.html | 6
   trunk/libs/test/doc/html/utf/user-guide/usage-variants/single-header-variant.html | 6
   trunk/libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html | 8
   trunk/libs/test/doc/src/examples/example10.cpp | 2
   trunk/libs/test/doc/src/utf.users-guide.fixture.xml | 2
   trunk/libs/test/doc/utf-boostbook.jam | 6
   77 files changed, 507 insertions(+), 505 deletions(-)

Modified: trunk/libs/test/doc/Jamfile.v2
==============================================================================
--- trunk/libs/test/doc/Jamfile.v2 (original)
+++ trunk/libs/test/doc/Jamfile.v2 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -7,6 +7,8 @@
 # accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
+use-project /boost/test : ../build ;
+
 using utf-boostbook ;
 import path ;
 
@@ -19,9 +21,9 @@
     src/btl.xml
   :
     <xsl:param>chunk.toc=$(here)/src/btl-toc.xml
- <xsl:param>manual.toc=$(here)/src/btl-toc.xml
- <xsl:param>snippet.dir=file://$(here)/src/snippet
- <xsl:param>example.dir=file://$(here)/src/examples
- <utf-boostbook>on
- <xsl:path>$(.here)/src
+ <xsl:param>manual.toc=$(here)/src/btl-toc.xml
+ <xsl:param>snippet.dir=file://$(here)/src/snippet
+ <xsl:param>example.dir=file://$(here)/src/examples
+ <utf-boostbook>on
+ <xsl:path>$(.here)/src
 ;

Modified: trunk/libs/test/doc/html/aknowledgements.html
==============================================================================
--- trunk/libs/test/doc/html/aknowledgements.html (original)
+++ trunk/libs/test/doc/html/aknowledgements.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Acknowledgements</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="intro.html" title="Introduction">
 <link rel="prev" href="open-issues.html" title="Open issues">
 <link rel="next" href="execution-monitor.html" title="Boost Test Library: The Execution Monitor">
@@ -18,7 +18,7 @@
       </a><b>Acknowledgements</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="execution-monitor.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="execution-monitor.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -45,7 +45,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="open-issues.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="execution-monitor.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="open-issues.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution-monitor.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/execution-monitor.html
==============================================================================
--- trunk/libs/test/doc/html/execution-monitor.html (original)
+++ trunk/libs/test/doc/html/execution-monitor.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,8 +4,8 @@
 <title>Boost Test Library: The Execution Monitor</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
-<link rel="up" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="up" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="prev" href="aknowledgements.html" title="Acknowledgements">
 <link rel="next" href="execution-monitor/compilation.html" title="The Execution Monitor compilation variants and procedures">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="execution-monitor/compilation.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="execution-monitor/compilation.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -48,7 +48,7 @@
   </p>
 <p class="first-line-indented">
    The Execution Monitor usage is demonstrated in the example exec_mon_example . Additional examples are
- in <a class="xref" href="prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">the section called &#8220;The Program Execution Monitor&#8221;</a> or <a class="xref" href="utf.html" title="Boost Test Library: The Unit Test Framework">the section called &#8220;The Unit Test Framework&#8221;</a>.
+ in <a class="xref" href="prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">The Program Execution Monitor</a> or <a class="xref" href="utf.html" title="Boost Test Library: The Unit Test Framework">The Unit Test Framework</a>.
   </p>
 <div class="section">
 <div class="titlepage"><div><div><h4 class="title">
@@ -66,7 +66,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="aknowledgements.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="execution-monitor/compilation.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="aknowledgements.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution-monitor/compilation.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/execution-monitor/compilation.html
==============================================================================
--- trunk/libs/test/doc/html/execution-monitor/compilation.html (original)
+++ trunk/libs/test/doc/html/execution-monitor/compilation.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The Execution Monitor compilation variants and procedures</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../execution-monitor.html" title="Boost Test Library: The Execution Monitor">
 <link rel="prev" href="../execution-monitor.html" title="Boost Test Library: The Execution Monitor">
 <link rel="next" href="user-guide.html" title="The Execution Monitor user's guide">
@@ -18,7 +18,7 @@
       </a><b>Compilation</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="user-guide.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="user-guide.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -80,7 +80,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../execution-monitor.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="user-guide.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../execution-monitor.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="user-guide.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/execution-monitor/reference.html
==============================================================================
--- trunk/libs/test/doc/html/execution-monitor/reference.html (original)
+++ trunk/libs/test/doc/html/execution-monitor/reference.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The Execution Monitor reference</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../execution-monitor.html" title="Boost Test Library: The Execution Monitor">
 <link rel="prev" href="user-guide.html" title="The Execution Monitor user's guide">
 <link rel="next" href="../prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">
@@ -18,7 +18,7 @@
       </a><b>Reference</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../prg-exec-monitor.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../prg-exec-monitor.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -44,48 +44,48 @@
      </p>
 </div>
 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;boost/test/execution_monitor.hpp&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="reference.html#header.boost.test.execution_monitor_hpp" title="Header &lt;boost/test/execution_monitor.hpp&gt;">boost/test/execution_monitor.hpp</a>&gt;
 
 </span>
 <span class="keyword">class</span> <a class="link" href="reference.html#boost.execution_monitor" title="Class execution_monitor">execution_monitor</a> <span class="special">{</span>
 <span class="keyword">public</span><span class="special">:</span>
- <span class="emphasis"><em>// <a class="link" href="reference.html#boost.execution_monitorconstruct-copy-destruct">construct/copy/destruct</a></em></span>
- <a class="link" href="reference.html#id186105-bb"><span class="identifier">execution_monitor</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="reference.html#boost.execution_monitorconstruct-copy-destruct">construct/copy/destruct</a></span>
+ <a class="link" href="reference.html#id270308-bb"><span class="identifier">execution_monitor</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
 
- <span class="emphasis"><em>// <a class="link" href="reference.html#id186122-bb">execution</a></em></span>
- <span class="type"><span class="keyword">int</span></span> <a class="link" href="reference.html#id186126-bb"><span class="identifier">execute</span></a><span class="special">(</span>unit_test::callback0<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="reference.html#id270325-bb">execution</a></span>
+ <span class="keyword">int</span> <a class="link" href="reference.html#id270329-bb"><span class="identifier">execute</span></a><span class="special">(</span>unit_test::callback0<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
 
- <span class="emphasis"><em>// <a class="link" href="reference.html#id236629-bb">registration</a></em></span>
+ <span class="comment">// <a class="link" href="reference.html#id270383-bb">registration</a></span>
   <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Exception<span class="special">,</span> <span class="keyword">typename</span> ExceptionTranslator<span class="special">&gt;</span>
- <span class="type"><span class="keyword">void</span></span> <a class="link" href="reference.html#id236634-bb"><span class="identifier">register_exception_translator</span></a><span class="special">(</span><span class="identifier">ExceptionTranslator</span> <span class="keyword">const</span><span class="special">&amp;</span><span class="special">,</span>
- boost::type<span class="special">&lt;</span><span class="identifier">Exception</span><span class="special">&gt;</span><span class="special">*</span> = 0<span class="special">)</span><span class="special">;</span>
- <span class="type">unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span></span> p_catch_system_errors<span class="special">;</span> <span class="comment">//
+ <span class="keyword">void</span> <a class="link" href="reference.html#id270387-bb"><span class="identifier">register_exception_translator</span></a><span class="special">(</span><span class="identifier">ExceptionTranslator</span> <span class="keyword">const</span><span class="special">&amp;</span><span class="special">,</span>
+ boost::type<span class="special">&lt;</span><span class="identifier">Exception</span><span class="special">&gt;</span><span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
+ unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span> p_catch_system_errors<span class="special">;</span> <span class="comment">//
        Specifies whether the monitor should try to catch system errors/exceptions that would cause program to crash in
        regular case.
       </span>
- <span class="type">unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span></span> p_auto_start_dbg<span class="special">;</span> <span class="comment">//
+ unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span> p_auto_start_dbg<span class="special">;</span> <span class="comment">//
        Specifies whether the monitor should try to attach debugger in case of caught system error.
       </span>
- <span class="type">unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span></span> p_timeout<span class="special">;</span> <span class="comment">//
+ unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> p_timeout<span class="special">;</span> <span class="comment">//
        Specifies the seconds that elapse before a timer_error occurs. May be ignored on some platforms.
       </span>
- <span class="type">unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span></span> p_use_alt_stack<span class="special">;</span> <span class="comment">//
+ unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> p_use_alt_stack<span class="special">;</span> <span class="comment">//
        Specifies whether the monitor should use alternative stack for the signal catching.
       </span>
- <span class="type">unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span></span> p_detect_fp_exceptions<span class="special">;</span> <span class="comment">//
- Specifies whether or not execution_monitor should install hardware traps for the floating
+ unit_test::readwrite_property<span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span> p_detect_fp_exceptions<span class="special">;</span> <span class="comment">//
+ Specifies whether or not <a class="link" href="reference.html#boost.execution_monitor" title="Class execution_monitor">execution_monitor</a> should install hardware traps for the floating
        point exception.
       </span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="id480044"></a><h2>Description</h2>
+<a name="id481047"></a><h2>Description</h2>
 <div class="refsect2">
-<a name="id480048"></a><h3>
+<a name="id481050"></a><h3>
 <a name="boost.execution_monitorconstruct-copy-destruct"></a><code class="computeroutput">execution_monitor</code>
         public
        construct/copy/destruct</h3>
 <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
-<pre class="literallayout"><a name="id186105-bb"></a><span class="identifier">execution_monitor</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
+<pre class="literallayout"><a name="id270308-bb"></a><span class="identifier">execution_monitor</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
@@ -102,10 +102,10 @@
 </li></ol></div>
 </div>
 <div class="refsect2">
-<a name="id480128"></a><h3>
-<a name="id186122-bb"></a><code class="computeroutput">execution_monitor</code> execution</h3>
+<a name="id481130"></a><h3>
+<a name="id270325-bb"></a><code class="computeroutput">execution_monitor</code> execution</h3>
 <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
-<pre class="literallayout"><span class="type"><span class="keyword">int</span></span> <a name="id186126-bb"></a><span class="identifier">execute</span><span class="special">(</span>unit_test::callback0<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span> F<span class="special">)</span><span class="special">;</span></pre>
+<pre class="literallayout"><span class="keyword">int</span> <a name="id270329-bb"></a><span class="identifier">execute</span><span class="special">(</span>unit_test::callback0<span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span> F<span class="special">)</span><span class="special">;</span></pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
@@ -139,12 +139,12 @@
 </li></ol></div>
 </div>
 <div class="refsect2">
-<a name="id480264"></a><h3>
-<a name="id236629-bb"></a><code class="computeroutput">execution_monitor</code> registration</h3>
+<a name="id481266"></a><h3>
+<a name="id270383-bb"></a><code class="computeroutput">execution_monitor</code> registration</h3>
 <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
 <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Exception<span class="special">,</span> <span class="keyword">typename</span> ExceptionTranslator<span class="special">&gt;</span>
- <span class="type"><span class="keyword">void</span></span> <a name="id236634-bb"></a><span class="identifier">register_exception_translator</span><span class="special">(</span><span class="identifier">ExceptionTranslator</span> <span class="keyword">const</span><span class="special">&amp;</span> tr<span class="special">,</span>
- boost::type<span class="special">&lt;</span><span class="identifier">Exception</span><span class="special">&gt;</span><span class="special">*</span> dummy = 0<span class="special">)</span><span class="special">;</span></pre>register custom (user supplied) exception translator<div class="variablelist"><table border="0">
+ <span class="keyword">void</span> <a name="id270387-bb"></a><span class="identifier">register_exception_translator</span><span class="special">(</span><span class="identifier">ExceptionTranslator</span> <span class="keyword">const</span><span class="special">&amp;</span> tr<span class="special">,</span>
+ boost::type<span class="special">&lt;</span><span class="identifier">Exception</span><span class="special">&gt;</span><span class="special">*</span> dummy <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>register custom (user supplied) exception translator<div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
@@ -177,7 +177,7 @@
      </p>
 </div>
 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;boost/test/execution_monitor.hpp&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="reference.html#header.boost.test.execution_monitor_hpp" title="Header &lt;boost/test/execution_monitor.hpp&gt;">boost/test/execution_monitor.hpp</a>&gt;
 
 </span>
 <span class="keyword">class</span> <a class="link" href="reference.html#boost.execution_exception" title="Class execution_exception">execution_exception</a> <span class="special">{</span>
@@ -185,7 +185,7 @@
   <span class="keyword">enum</span> <a class="link" href="reference.html#boost.execution_exception.error_code" title="Type error_code">error_code</a><span class="special">;</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="id480502"></a><h2>Description</h2>
+<a name="id481520"></a><h2>Description</h2>
 <p class="first-line-indented">
        The class execution_exception is an exception used by the Execution Monitor to report problems detected during
        a monitored function execution. It intentionally does not allocate any memory so as to be safe for use when
@@ -198,13 +198,13 @@
 <p>boost::execution_exception::error_code</p>
 </div>
 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;boost/test/execution_monitor.hpp&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="reference.html#header.boost.test.execution_monitor_hpp" title="Header &lt;boost/test/execution_monitor.hpp&gt;">boost/test/execution_monitor.hpp</a>&gt;
 
 </span>
 <span class="keyword">enum</span> <span class="identifier">error_code</span> <span class="special">{</span> no_error, user_error, cpp_exception_error, system_error,
                   timeout_error, user_fatal_error, system_fatal_error <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="id480575"></a><h2>Description</h2>
+<a name="id481598"></a><h2>Description</h2>
 <p class="first-line-indented">
         These values are sometimes used as program return codes. The particular values have been chosen to avoid
         conflicts with commonly used program return codes: values &lt; 100 are often user assigned, values &gt; 255 are
@@ -212,7 +212,7 @@
        </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -222,7 +222,7 @@
 </table></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -249,7 +249,7 @@
      </p>
 </div>
 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;boost/test/execution_monitor.hpp&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="reference.html#header.boost.test.execution_monitor_hpp" title="Header &lt;boost/test/execution_monitor.hpp&gt;">boost/test/execution_monitor.hpp</a>&gt;
 
 </span>
 <span class="keyword">class</span> <a class="link" href="reference.html#boost.execution_aborted" title="Class execution_aborted">execution_aborted</a> <span class="special">{</span>
@@ -264,26 +264,26 @@
      </p>
 </div>
 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;boost/test/execution_monitor.hpp&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="reference.html#header.boost.test.execution_monitor_hpp" title="Header &lt;boost/test/execution_monitor.hpp&gt;">boost/test/execution_monitor.hpp</a>&gt;
 
 </span>
 <span class="keyword">class</span> <a class="link" href="reference.html#boost.system_error" title="Class system_error">system_error</a> <span class="special">{</span>
 <span class="keyword">public</span><span class="special">:</span>
- <span class="emphasis"><em>// <a class="link" href="reference.html#boost.system_errorconstruct-copy-destruct">construct/copy/destruct</a></em></span>
- <a class="link" href="reference.html#id236852-bb"><span class="identifier">system_error</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
- <span class="type">unit_test::readonly_property<span class="special">&lt;</span><span class="keyword">long</span><span class="special">&gt;</span></span> p_errno<span class="special">;</span> <span class="comment">//
+ <span class="comment">// <a class="link" href="reference.html#boost.system_errorconstruct-copy-destruct">construct/copy/destruct</a></span>
+ <a class="link" href="reference.html#id270605-bb"><span class="identifier">system_error</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
+ unit_test::readonly_property<span class="special">&lt;</span><span class="keyword">long</span><span class="special">&gt;</span> p_errno<span class="special">;</span> <span class="comment">//
        System errno value at the point of error.
       </span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="id480817"></a><h2>Description</h2>
+<a name="id481854"></a><h2>Description</h2>
 <div class="refsect2">
-<a name="id480820"></a><h3>
+<a name="id481857"></a><h3>
 <a name="boost.system_errorconstruct-copy-destruct"></a><code class="computeroutput">system_error</code>
         public
        construct/copy/destruct</h3>
 <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
-<pre class="literallayout"><a name="id236852-bb"></a><span class="identifier">system_error</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
+<pre class="literallayout"><a name="id270605-bb"></a><span class="identifier">system_error</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
@@ -309,7 +309,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="user-guide.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../prg-exec-monitor.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="user-guide.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../prg-exec-monitor.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/execution-monitor/user-guide.html
==============================================================================
--- trunk/libs/test/doc/html/execution-monitor/user-guide.html (original)
+++ trunk/libs/test/doc/html/execution-monitor/user-guide.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The Execution Monitor user's guide</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../execution-monitor.html" title="Boost Test Library: The Execution Monitor">
 <link rel="prev" href="compilation.html" title="The Execution Monitor compilation variants and procedures">
 <link rel="next" href="reference.html" title="The Execution Monitor reference">
@@ -18,7 +18,7 @@
       </a><b>User's guide</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="reference.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="reference.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -54,7 +54,7 @@
 <div class="titlepage"><div><div><h4 class="title">
 <a name="execution-monitor.user-guide.monitor-outcomes"></a>Monitored function execution</h4></div></div></div>
 <p class="first-line-indented">
- To start the monitored function, invoke the method <code class="computeroutput"><a class="link" href="reference.html#id186126-bb">execution_monitor::execute</a></code> and pass
+ To start the monitored function, invoke the method <code class="computeroutput"><a class="link" href="reference.html#id270329-bb">execution_monitor::execute</a></code> and pass
     the monitored function as an argument. If the call succeeds, the method returns the result code produced by the
     monitored function. If any of the following conditions occur:
    </p>
@@ -128,7 +128,7 @@
 <p class="first-line-indented">
      Finally, if you need to abort the monitored function execution without reporting any errors, you can throw an
      exception <code class="computeroutput"><a class="link" href="reference.html#boost.execution_aborted" title="Class execution_aborted">execution_aborted</a></code>. As a result the execution is aborted and zero result code
- is produced by the method <code class="computeroutput"><a class="link" href="reference.html#id186126-bb">execution_monitor::execute</a></code>.
+ is produced by the method <code class="computeroutput"><a class="link" href="reference.html#id270329-bb">execution_monitor::execute</a></code>.
    </p>
 </div>
 <div class="section">
@@ -158,7 +158,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="compilation.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="compilation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution-monitor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/faq.html
==============================================================================
--- trunk/libs/test/doc/html/faq.html (original)
+++ trunk/libs/test/doc/html/faq.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Frequently Asked Questions</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="intro.html" title="Introduction">
 <link rel="prev" href="intro.html" title="Introduction">
 <link rel="next" href="open-issues.html" title="Open issues">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="open-issues.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="open-issues.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -28,40 +28,40 @@
 <div class="titlepage"><div><div><h3 class="title">
 <a name="btl.faq"></a>Frequently Asked Questions</h3></div></div></div>
 <div class="qandaset">
-<a name="id479223"></a><dl>
-<dt> <a href="faq.html#id479228">
+<a name="id427107"></a><dl>
+<dt> <a href="faq.html#id427110">
      Where the latest version of the Boost Test Library is located?
     </a>
 </dt>
-<dt> <a href="faq.html#id479117">
+<dt> <a href="faq.html#id427135">
      I found a bug. Where can I report it?
     </a>
 </dt>
-<dt> <a href="faq.html#id479145">
+<dt> <a href="faq.html#id424803">
      I have a request for a new feature. Where can I ask for it?
     </a>
 </dt>
-<dt> <a href="faq.html#id423775">
+<dt> <a href="faq.html#id424831">
      How to create test case using the Unit Test Framework?
     </a>
 </dt>
-<dt> <a href="faq.html#id423804">
+<dt> <a href="faq.html#id424860">
      How to create test suite using the Unit Test Framework?
     </a>
 </dt>
-<dt> <a href="faq.html#id423835">
+<dt> <a href="faq.html#id424891">
      Why did I get a linker error when compiling my test program?
     </a>
 </dt>
-<dt> <a href="faq.html#id423908">
+<dt> <a href="faq.html#id426536">
      How can I redirect testing output?
     </a>
 </dt>
-<dt> <a href="faq.html#id425509">
+<dt> <a href="faq.html#id426568">
      I want different default log trace level
     </a>
 </dt>
-<dt> <a href="faq.html#id425541">
+<dt> <a href="faq.html#id426601">
      Is there DLL version of Boost.Test components available on Win32 platform?
     </a>
 </dt>
@@ -72,7 +72,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id479228"></a><a name="id479230"></a>
+<a name="id427110"></a><a name="id427113"></a>
 </td>
 <td align="left" valign="top"><b><p>
      Where the latest version of the Boost Test Library is located?
@@ -86,7 +86,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id479117"></a><a name="id479119"></a>
+<a name="id427135"></a><a name="id427137"></a>
 </td>
 <td align="left" valign="top"><b><p>
      I found a bug. Where can I report it?
@@ -101,7 +101,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id479145"></a><a name="id479147"></a>
+<a name="id424803"></a><a name="id424805"></a>
 </td>
 <td align="left" valign="top"><b><p>
      I have a request for a new feature. Where can I ask for it?
@@ -116,7 +116,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id423775"></a><a name="id423778"></a>
+<a name="id424831"></a><a name="id424834"></a>
 </td>
 <td align="left" valign="top"><b><p>
      How to create test case using the Unit Test Framework?
@@ -131,7 +131,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id423804"></a><a name="id423807"></a>
+<a name="id424860"></a><a name="id424863"></a>
 </td>
 <td align="left" valign="top"><b><p>
      How to create test suite using the Unit Test Framework?
@@ -146,7 +146,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id423835"></a><a name="id423837"></a>
+<a name="id424891"></a><a name="id424893"></a>
 </td>
 <td align="left" valign="top"><b><p>
      Why did I get a linker error when compiling my test program?
@@ -172,7 +172,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id423908"></a><a name="id423910"></a>
+<a name="id426536"></a><a name="id426538"></a>
 </td>
 <td align="left" valign="top"><b><p>
      How can I redirect testing output?
@@ -187,7 +187,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id425509"></a><a name="id425511"></a>
+<a name="id426568"></a><a name="id426571"></a>
 </td>
 <td align="left" valign="top"><b><p>
      I want different default log trace level
@@ -203,7 +203,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id425541"></a><a name="id425544"></a>
+<a name="id426601"></a><a name="id426604"></a>
 </td>
 <td align="left" valign="top"><b><p>
      Is there DLL version of Boost.Test components available on Win32 platform?
@@ -225,7 +225,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="intro.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="open-issues.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="intro.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="open-issues.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/index.html
==============================================================================
--- trunk/libs/test/doc/html/index.html (original)
+++ trunk/libs/test/doc/html/index.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -1,10 +1,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Boost Test Library</title>
+<title>Chapter&#160;.&#160;Boost Test Library</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="next" href="intro.html" title="Introduction">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <table width="100%"><tr>
 <td width="10%">Home</td>
 <td valign="middle" align="left"></td>
-<td><div class="spirit-nav">Next</div></td>
+<td><div class="spirit-nav">Next</div></td>
 </tr></table>
 <hr>
 <div class="chapter">
 <div class="titlepage"><div>
 <div><h2 class="title">
-<a name="btl"></a>Boost Test Library</h2></div>
+<a name="btl"></a>Chapter&#160;.&#160;Boost Test Library</h2></div>
 <div><div class="author">
 <h3 class="author">
 <span class="firstname">Gennadiy</span> <span class="surname">Rozental</span>
@@ -27,7 +27,7 @@
 </div></div>
 <div><p class="copyright">Copyright &#169; 2001-2008 Gennadiy Rozental</p></div>
 <div><div class="legalnotice">
-<a name="id425261"></a><p>
+<a name="id424324"></a><p>
     Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file
     <code class="filename">LICENSE_1_0.txt</code> or copy at
     <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt> )
@@ -153,6 +153,6 @@
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>
-<div class="spirit-nav"><a accesskey="n" href="intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
+<div class="spirit-nav"><a accesskey="n" href="intro.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/intro.html
==============================================================================
--- trunk/libs/test/doc/html/intro.html (original)
+++ trunk/libs/test/doc/html/intro.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,9 +4,9 @@
 <title>Introduction</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
-<link rel="up" href="index.html" title="Boost Test Library">
-<link rel="prev" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="up" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="prev" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="next" href="faq.html" title="Frequently Asked Questions">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
 </head>
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-
Prev<a href="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="faq.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -84,7 +84,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="index.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="index.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/minimal.html
==============================================================================
--- trunk/libs/test/doc/html/minimal.html (original)
+++ trunk/libs/test/doc/html/minimal.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,8 +4,8 @@
 <title>Boost Test Library: The minimal testing facility</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
-<link rel="up" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="up" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="prev" href="prg-exec-monitor/compilation.html" title="The Program Execution Monitor compilation">
 <link rel="next" href="utf.html" title="Boost Test Library: The Unit Test Framework">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; <b>Minimal testing facility</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="utf.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="utf.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -95,9 +95,9 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show annotations</code></td>
+<td><code class="literal">Show annotations</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <div class="example-annot" id="example27-annot"><table border="0" summary="Callout list">
 <tr>
@@ -191,7 +191,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="prg-exec-monitor/compilation.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="utf.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="prg-exec-monitor/compilation.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="utf.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/open-issues.html
==============================================================================
--- trunk/libs/test/doc/html/open-issues.html (original)
+++ trunk/libs/test/doc/html/open-issues.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Open issues</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="intro.html" title="Introduction">
 <link rel="prev" href="faq.html" title="Frequently Asked Questions">
 <link rel="next" href="aknowledgements.html" title="Acknowledgements">
@@ -18,7 +18,7 @@
       </a><b>Open issues</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="aknowledgements.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="aknowledgements.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -60,7 +60,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="faq.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="aknowledgements.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="faq.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="intro.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="aknowledgements.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/prg-exec-monitor.html
==============================================================================
--- trunk/libs/test/doc/html/prg-exec-monitor.html (original)
+++ trunk/libs/test/doc/html/prg-exec-monitor.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,8 +4,8 @@
 <title>Boost Test Library: The Program Execution Monitor</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
-<link rel="up" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="up" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="prev" href="execution-monitor/reference.html" title="The Execution Monitor reference">
 <link rel="next" href="prg-exec-monitor/impl.html" title="The Program Execution Monitor implementation">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="prg-exec-monitor/impl.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="prg-exec-monitor/impl.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -95,7 +95,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example24-output">Hello, world
 
@@ -141,7 +141,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example25-output">**** exception(205): std::runtime_error: big trouble
 ******** errors detected; see standard output for details ********</pre>
@@ -175,7 +175,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example26-output">**** error return code: 5
 ******** errors detected; see standard output for details ********</pre>
@@ -244,7 +244,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="execution-monitor/reference.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="prg-exec-monitor/impl.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="execution-monitor/reference.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="prg-exec-monitor/impl.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/prg-exec-monitor/compilation.html
==============================================================================
--- trunk/libs/test/doc/html/prg-exec-monitor/compilation.html (original)
+++ trunk/libs/test/doc/html/prg-exec-monitor/compilation.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The Program Execution Monitor compilation</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">
 <link rel="prev" href="impl.html" title="The Program Execution Monitor implementation">
 <link rel="next" href="../minimal.html" title="Boost Test Library: The minimal testing facility">
@@ -18,7 +18,7 @@
       </a><b>Compilation</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../minimal.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../minimal.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -65,7 +65,7 @@
 <p class="first-line-indented">
     If you opted to link your program with the standalone library, you need to build it first. To build a standalone
     library all C++ files (.cpp), that constitute Program Execution Monitor <a class="link" href="impl.html" title="The Program Execution Monitor implementation">implementation</a> need to be
- listed as source files in your makefile<sup>[<a name="id481935" href="#ftn.id481935" class="footnote">1</a>]</sup>.
+ listed as source files in your makefile<sup>[<a name="id482840" href="#ftn.id482840" class="footnote">1</a>]</sup>.
    </p>
 <p class="first-line-indented">
     The makefile for use with Boost.Build system is supplied in <code class="filename">libs/test/build</code>
@@ -88,7 +88,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="pem.compilation.standalone.dynamic"></a>Dynamic library compilation</h5></div></div></div>
 <p class="first-line-indented">
- To build the dynamic library<sup>[<a name="id482056" href="#ftn.id482056" class="footnote">2</a>]</sup> you
+ To build the dynamic library<sup>[<a name="id482961" href="#ftn.id482961" class="footnote">2</a>]</sup> you
      need to add <a class="xref" href="compilation.html#pem.flag.dyn-link">BOOST_TEST_DYN_LINK</a> to the list of macro definitions in the
      makefile. Using the Boost.Build system you can build the dynamic library with the following command from
      <code class="filename">libs/test/build</code> directory:
@@ -99,7 +99,7 @@
     </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -142,13 +142,13 @@
 </div>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a id="ftn.id481935" href="#id481935" class="simpara">1</a>] </sup>There are varieties of make systems that can be used. To name
+<div class="footnote"><p><sup>[<a id="ftn.id482840" href="#id482840" class="simpara">1</a>] </sup>There are varieties of make systems that can be used. To name
     a few: <acronym class="acronym">GNU</acronym> make (and other make clones) and build systems integrated into <acronym class="acronym">IDE</acronym>s
     (for example Microsoft Visual Studio). The Boost preferred solution is Boost.Build system that is based on top of
     bjam tool. Make systems require some kind of configuration file that lists all files that constitute the library
     and all build options. For example the makefile that is used by make, or the Microsoft Visual Studio project file,
     Jamfile is used by Boost.Build. For the sake of simplicity let's call this file the makefile.</p></div>
-<div class="footnote"><p><sup>[<a id="ftn.id482056" href="#id482056" class="simpara">2</a>] </sup>What is meant by the term dynamic library is a <em class="firstterm">dynamically
+<div class="footnote"><p><sup>[<a id="ftn.id482961" href="#id482961" class="simpara">2</a>] </sup>What is meant by the term dynamic library is a <em class="firstterm">dynamically
      loaded library</em>, alternatively called a <em class="firstterm">shared library</em>.</p></div>
 </div>
 </div>
@@ -158,7 +158,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="impl.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../prg-exec-monitor.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../minimal.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="impl.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../prg-exec-monitor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../minimal.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/prg-exec-monitor/impl.html
==============================================================================
--- trunk/libs/test/doc/html/prg-exec-monitor/impl.html (original)
+++ trunk/libs/test/doc/html/prg-exec-monitor/impl.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The Program Execution Monitor implementation</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">
 <link rel="prev" href="../prg-exec-monitor.html" title="Boost Test Library: The Program Execution Monitor">
 <link rel="next" href="compilation.html" title="The Program Execution Monitor compilation">
@@ -18,7 +18,7 @@
       </a><b>Implementation</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="compilation.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="compilation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -69,7 +69,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../prg-exec-monitor.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../prg-exec-monitor.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="compilation.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../prg-exec-monitor.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../prg-exec-monitor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compilation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/tutorials/hello-the-testing-world.html
==============================================================================
--- trunk/libs/test/doc/html/tutorials/hello-the-testing-world.html (original)
+++ trunk/libs/test/doc/html/tutorials/hello-the-testing-world.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Hello the testing world &#8230; or beginner's introduction into testing using the Unit Test Framework</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf/tutorials.html" title="The unit test framework tutorials">
 <link rel="prev" href="intro-in-testing.html" title="Introduction into testing &#8230; or why testing is worth the effort">
 <link rel="next" href="new-year-resolution.html" title='Boost.Test driven development &#8230; or "getting started" for TDD followers'>
@@ -18,7 +18,7 @@
       </a><b>Hello the testing world</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="new-year-resolution.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="new-year-resolution.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -185,7 +185,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="intro-in-testing.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="new-year-resolution.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="intro-in-testing.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="new-year-resolution.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/tutorials/intro-in-testing.html
==============================================================================
--- trunk/libs/test/doc/html/tutorials/intro-in-testing.html (original)
+++ trunk/libs/test/doc/html/tutorials/intro-in-testing.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Introduction into testing &#8230; or why testing is worth the effort</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf/tutorials.html" title="The unit test framework tutorials">
 <link rel="prev" href="../utf/tutorials.html" title="The unit test framework tutorials">
 <link rel="next" href="hello-the-testing-world.html" title="Hello the testing world &#8230; or beginner's introduction into testing using the Unit Test Framework">
@@ -18,7 +18,7 @@
       </a><b>Introduction into testing</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="hello-the-testing-world.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="hello-the-testing-world.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -34,7 +34,7 @@
 </div></div>
 <div><p class="copyright">Copyright &#169; 2006 John R. Phillips</p></div>
 <div><div class="legalnotice">
-<a name="id483159"></a><p>
+<a name="id484202"></a><p>
     Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file
     <code class="filename">LICENSE_1_0.txt</code> or copy at
     <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt> )
@@ -209,7 +209,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../utf/tutorials.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="hello-the-testing-world.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../utf/tutorials.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hello-the-testing-world.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/tutorials/new-year-resolution.html
==============================================================================
--- trunk/libs/test/doc/html/tutorials/new-year-resolution.html (original)
+++ trunk/libs/test/doc/html/tutorials/new-year-resolution.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Boost.Test driven development &#8230; or "getting started" for TDD followers</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf/tutorials.html" title="The unit test framework tutorials">
 <link rel="prev" href="hello-the-testing-world.html" title="Hello the testing world &#8230; or beginner's introduction into testing using the Unit Test Framework">
 <link rel="next" href="../utf/compilation.html" title="The UTF compilation variants and procedures">
@@ -18,7 +18,7 @@
       </a><b>Boost.Test driven development</b>
 </td>
 <td><div class="spirit-nav">
-
Prev<a href="../utf/compilation.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../utf/compilation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -200,7 +200,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="hello-the-testing-world.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../utf/compilation.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="hello-the-testing-world.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf/tutorials.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../utf/compilation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf.html
==============================================================================
--- trunk/libs/test/doc/html/utf.html (original)
+++ trunk/libs/test/doc/html/utf.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,8 +4,8 @@
 <title>Boost Test Library: The Unit Test Framework</title>
 <link rel="stylesheet" href="../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="index.html" title="Boost Test Library">
-<link rel="up" href="index.html" title="Boost Test Library">
+<link rel="home" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
+<link rel="up" href="index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="prev" href="minimal.html" title="Boost Test Library: The minimal testing facility">
 <link rel="next" href="utf/intro.html" title="Introduction">
 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; <b>The Unit Test Framework</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="utf/intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="utf/intro.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -122,7 +122,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="minimal.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="utf/intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="minimal.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="utf/intro.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/compilation.html
==============================================================================
--- trunk/libs/test/doc/html/utf/compilation.html (original)
+++ trunk/libs/test/doc/html/utf/compilation.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The UTF compilation variants and procedures</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="../tutorials/new-year-resolution.html" title='Boost.Test driven development &#8230; or "getting started" for TDD followers'>
 <link rel="next" href="compilation/standalone.html" title="Standalone library compilation">
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="compilation/standalone.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="compilation/standalone.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -146,7 +146,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../tutorials/new-year-resolution.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="compilation/standalone.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../tutorials/new-year-resolution.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compilation/standalone.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/compilation/auto-linking.html
==============================================================================
--- trunk/libs/test/doc/html/utf/compilation/auto-linking.html (original)
+++ trunk/libs/test/doc/html/utf/compilation/auto-linking.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Support of the auto-linking feature</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../compilation.html" title="The UTF compilation variants and procedures">
 <link rel="prev" href="standalone.html" title="Standalone library compilation">
 <link rel="next" href="direct-include.html" title="Including the UTF directly into your test module">
@@ -18,7 +18,7 @@
       </a><b>Auto-linking support</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="direct-include.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="direct-include.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -39,7 +39,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="standalone.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="direct-include.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="standalone.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="direct-include.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/compilation/direct-include.html
==============================================================================
--- trunk/libs/test/doc/html/utf/compilation/direct-include.html (original)
+++ trunk/libs/test/doc/html/utf/compilation/direct-include.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Including the UTF directly into your test module</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../compilation.html" title="The UTF compilation variants and procedures">
 <link rel="prev" href="auto-linking.html" title="Support of the auto-linking feature">
 <link rel="next" href="../user-guide.html" title="Unit Test Framework: User's guide">
@@ -18,7 +18,7 @@
       </a><b>Direct include</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../user-guide.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../user-guide.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -45,7 +45,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="auto-linking.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../user-guide.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="auto-linking.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../user-guide.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/compilation/standalone.html
==============================================================================
--- trunk/libs/test/doc/html/utf/compilation/standalone.html (original)
+++ trunk/libs/test/doc/html/utf/compilation/standalone.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Standalone library compilation</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../compilation.html" title="The UTF compilation variants and procedures">
 <link rel="prev" href="../compilation.html" title="The UTF compilation variants and procedures">
 <link rel="next" href="auto-linking.html" title="Support of the auto-linking feature">
@@ -18,7 +18,7 @@
       </a><b>Standalone library compilation</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="auto-linking.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="auto-linking.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -28,7 +28,7 @@
 <p class="first-line-indented">
     If you opted to link your program with the standalone library, you need to build it first. To build a standalone
     library the all C++ files (.cpp), that constitute <acronym class="acronym">UTF</acronym> <a class="link" href="../../prg-exec-monitor/impl.html" title="The Program Execution Monitor implementation">implementation</a> need to be
- listed as source files in your makefile<sup>[<a name="id484832" href="#ftn.id484832" class="footnote">3</a>]</sup>.
+ listed as source files in your makefile<sup>[<a name="id485829" href="#ftn.id485829" class="footnote">3</a>]</sup>.
    </p>
 <p class="first-line-indented">
     The Jamfile for use with Boost.Build system is supplied in <code class="filename">libs/test/build</code>
@@ -52,7 +52,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="utf.compilation.standalone.dynamic"></a>Dynamic library compilation</h5></div></div></div>
 <p class="first-line-indented">
- To build the dynamic library<sup>[<a name="id484963" href="#ftn.id484963" class="footnote">4</a>]</sup> you
+ To build the dynamic library<sup>[<a name="id485960" href="#ftn.id485960" class="footnote">4</a>]</sup> you
      need to add <a class="xref" href="../compilation.html#utf.flag.dyn-link">BOOST_TEST_DYN_LINK</a> to the list of macro definitions in the
      makefile. Using the Boost.Build system you can build the dynamic library with the following command from
      <code class="filename">libs/test/build</code> directory:
@@ -63,7 +63,7 @@
     </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -75,13 +75,13 @@
 </div>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a id="ftn.id484832" href="#id484832" class="simpara">3</a>] </sup>There are varieties of make systems that can be used. To name
+<div class="footnote"><p><sup>[<a id="ftn.id485829" href="#id485829" class="simpara">3</a>] </sup>There are varieties of make systems that can be used. To name
     a few: <acronym class="acronym">GNU</acronym> make (and other make clones) and build systems integrated into <acronym class="acronym">IDE</acronym>s
     (for example Microsoft Visual Studio). The Boost preferred solution is Boost.Build system that is based on top of
     bjam tool. Make systems require some kind of configuration file that lists all files that constitute the library
     and all build options. For example the makefile that is used by make, or the Microsoft Visual Studio project file,
     Jamfile is used by Boost.Build. For the sake of simplicity let's call this file the makefile.</p></div>
-<div class="footnote"><p><sup>[<a id="ftn.id484963" href="#id484963" class="simpara">4</a>] </sup>What is meant by the term dynamic library is a <em class="firstterm">dynamically
+<div class="footnote"><p><sup>[<a id="ftn.id485960" href="#id485960" class="simpara">4</a>] </sup>What is meant by the term dynamic library is a <em class="firstterm">dynamically
      loaded library</em>, alternatively called a <em class="firstterm">shared library</em>.</p></div>
 </div>
 </div>
@@ -91,7 +91,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../compilation.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="auto-linking.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../compilation.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="auto-linking.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/intro.html
==============================================================================
--- trunk/libs/test/doc/html/utf/intro.html (original)
+++ trunk/libs/test/doc/html/utf/intro.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Introduction</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="next" href="tutorials.html" title="The unit test framework tutorials">
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; The Unit Test Framework &gt; <b>Introduction</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="tutorials.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="tutorials.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -131,7 +131,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../utf.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tutorials.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../utf.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tutorials.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/testing-tools.html
==============================================================================
--- trunk/libs/test/doc/html/utf/testing-tools.html (original)
+++ trunk/libs/test/doc/html/utf/testing-tools.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The UTF testing tools &#8230; or tester's toolbox for all occasions</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="user-guide/runtime-config/reference.html" title="Runtime parameters reference">
 <link rel="next" href="testing-tools/output-test.html" title="Output testing tool">
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="testing-tools/output-test.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="testing-tools/output-test.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -55,8 +55,8 @@
    All the tools are supplied in three flavors(levels): <em class="firstterm">WARN</em>, <em class="firstterm">CHECK</em> and
    <em class="firstterm">REQUIRE</em>. For example: <code class="computeroutput"><a class="link" href="testing-tools/reference.html" title="The UTF testing tools reference">BOOST_WARN_EQUAL</a></code>,
    <code class="computeroutput"><a class="link" href="testing-tools/reference.html" title="The UTF testing tools reference">BOOST_CHECK_EQUAL</a></code>, <code class="computeroutput"><a class="link" href="testing-tools/reference.html" title="The UTF testing tools reference">BOOST_REQUIRE_EQUAL</a></code>. If an assertion designated by
- the tool passes, confirmation message can be printed in log output<sup>[<a name="id496257" href="#ftn.id496257" class="footnote">6</a>]</sup>. If an assertion designated by the tool failed, depending on the level following
- will happened<sup>[<a name="id496274" href="#ftn.id496274" class="footnote">7</a>]</sup>:
+ the tool passes, confirmation message can be printed in log output<sup>[<a name="id497277" href="#ftn.id497277" class="footnote">6</a>]</sup>. If an assertion designated by the tool failed, depending on the level following
+ will happened<sup>[<a name="id497294" href="#ftn.id497294" class="footnote">7</a>]</sup>:
   </p>
 <div class="table">
 <a name="utf.testing-tools.levels-diffs"></a><p class="title"><b>Table&#160;5.&#160;Testing tools levels differences</b></p>
@@ -112,10 +112,10 @@
 </div>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a id="ftn.id496257" href="#id496257" class="simpara">6</a>] </sup>to manage what messages appear
+<div class="footnote"><p><sup>[<a id="ftn.id497277" href="#id497277" class="simpara">6</a>] </sup>to manage what messages appear
    in the test log stream set the proper <a class="link" href="user-guide/test-output/test-log.html" title="Test log output">log
    level</a></p></div>
-<div class="footnote"><p><sup>[<a id="ftn.id496274" href="#id496274" class="simpara">7</a>] </sup>in some cases log message can be slightly different to reflect failed tool
+<div class="footnote"><p><sup>[<a id="ftn.id497294" href="#id497294" class="simpara">7</a>] </sup>in some cases log message can be slightly different to reflect failed tool
    specifics</p></div>
 </div>
 </div>
@@ -125,7 +125,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="user-guide/runtime-config/reference.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="testing-tools/output-test.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="user-guide/runtime-config/reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="testing-tools/output-test.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/testing-tools/custom-predicate.html
==============================================================================
--- trunk/libs/test/doc/html/utf/testing-tools/custom-predicate.html (original)
+++ trunk/libs/test/doc/html/utf/testing-tools/custom-predicate.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Custom predicate support</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
 <link rel="prev" href="output-test.html" title="Output testing tool">
 <link rel="next" href="floating_point_comparison.html" title="Floating-point comparison algorithms">
@@ -18,7 +18,7 @@
       </a><b>Custom predicate support</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="floating_point_comparison.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="floating_point_comparison.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -60,7 +60,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example30-output">&gt; example
 Running 1 test case...
@@ -123,7 +123,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example31-output">Running 1 test case...
 test.cpp(28): error in "test_list_comparizon": check compare_lists( l1, l2 ) failed. Different sizes [2!=0]
@@ -140,7 +140,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="output-test.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="floating_point_comparison.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="output-test.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="floating_point_comparison.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/testing-tools/floating_point_comparison.html
==============================================================================
--- trunk/libs/test/doc/html/utf/testing-tools/floating_point_comparison.html (original)
+++ trunk/libs/test/doc/html/utf/testing-tools/floating_point_comparison.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Floating-point comparison algorithms</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
 <link rel="prev" href="custom-predicate.html" title="Custom predicate support">
 <link rel="next" href="reference.html" title="The UTF testing tools reference">
@@ -18,7 +18,7 @@
       </a><b>Floating-point comparison algorithms</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="reference.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="reference.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -125,8 +125,8 @@
 <p class="first-line-indented">
     Checks based on equations (4) and
     (5) are implemented by two predicates with
- alternative interfaces: binary predicate <code class="computeroutput">close_at_tolerance</code><sup>[<a name="id497556" href="#ftn.id497556" class="footnote">8</a>]</sup> and predicate with four arguments
- <code class="computeroutput">check_is_close</code><sup>[<a name="id497569" href="#ftn.id497569" class="footnote">9</a>]</sup>.
+ alternative interfaces: binary predicate <code class="computeroutput">close_at_tolerance</code><sup>[<a name="id498577" href="#ftn.id498577" class="footnote">8</a>]</sup> and predicate with four arguments
+ <code class="computeroutput">check_is_close</code><sup>[<a name="id498590" href="#ftn.id498590" class="footnote">9</a>]</sup>.
   </p>
 <p class="first-line-indented">
    While equations (4) and
@@ -134,7 +134,7 @@
    point comparison check over equation (1), they are
    unusable for the test on closeness to zero. The later check is still might be useful in some cases and the <acronym class="acronym">UTF</acronym>
    implements an algorithm based on equation (1) in
- binary predicate <code class="computeroutput">check_is_small</code><sup>[<a name="id497633" href="#ftn.id497633" class="footnote">10</a>]</sup>.
+ binary predicate <code class="computeroutput">check_is_small</code><sup>[<a name="id498654" href="#ftn.id498654" class="footnote">10</a>]</sup>.
   </p>
 <p class="first-line-indented">
    On top of the generic, flexible predicates the <acronym class="acronym">UTF</acronym> implements macro based family of tools
@@ -234,11 +234,11 @@
 </div>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a id="ftn.id497556" href="#id497556" class="simpara">8</a>] </sup>check type
+<div class="footnote"><p><sup>[<a id="ftn.id498577" href="#id498577" class="simpara">8</a>] </sup>check type
     and tolerance value are fixed at predicate construction time</p></div>
-<div class="footnote"><p><sup>[<a id="ftn.id497569" href="#id497569" class="simpara">9</a>] </sup>check type and tolerance value are the arguments of the
+<div class="footnote"><p><sup>[<a id="ftn.id498590" href="#id498590" class="simpara">9</a>] </sup>check type and tolerance value are the arguments of the
     predicate</p></div>
-<div class="footnote"><p><sup>[<a id="ftn.id497633" href="#id497633" class="simpara">10</a>] </sup><code class="varname">v</code> is zero</p></div>
+<div class="footnote"><p><sup>[<a id="ftn.id498654" href="#id498654" class="simpara">10</a>] </sup><code class="varname">v</code> is zero</p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
@@ -247,7 +247,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="custom-predicate.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="custom-predicate.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/testing-tools/output-test.html
==============================================================================
--- trunk/libs/test/doc/html/utf/testing-tools/output-test.html (original)
+++ trunk/libs/test/doc/html/utf/testing-tools/output-test.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Output testing tool</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
 <link rel="prev" href="../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
 <link rel="next" href="custom-predicate.html" title="Custom predicate support">
@@ -18,7 +18,7 @@
       </a><b>Output testing tool</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="custom-predicate.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="custom-predicate.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -95,7 +95,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example28-output">&gt; example
 Running 1 test case...
@@ -141,7 +141,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example29-output">&gt; example
 Running 1 test case...
@@ -161,7 +161,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../testing-tools.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="custom-predicate.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../testing-tools.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="custom-predicate.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/testing-tools/reference.html
==============================================================================
--- trunk/libs/test/doc/html/utf/testing-tools/reference.html (original)
+++ trunk/libs/test/doc/html/utf/testing-tools/reference.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The UTF testing tools reference</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
 <link rel="prev" href="floating_point_comparison.html" title="Floating-point comparison algorithms">
 <link rel="next" href="../usage-recommendations.html" title="The unit test framework usage recommendations">
@@ -18,7 +18,7 @@
       </a><b>Reference</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -26,29 +26,29 @@
 <div class="titlepage"><div><div><h4 class="title">
 <a name="utf.testing-tools.reference"></a>The <acronym class="acronym">UTF</acronym> testing tools reference</h4></div></div></div>
 <script language="JavaScript1.2">
- var id288015;
+ var id315447;
    </script><table class="inline-reference"><tr>
 <td class="index" valign="top"><ul>
-<li>BOOST_<level></li>
-<li>BOOST_<level>_BITWISE_EQUAL</li>
-<li>BOOST_<level>_CLOSE</li>
-<li>BOOST_<level>_CLOSE_FRACTION</li>
-<li>BOOST_<level>_EQUAL</li>
-<li>BOOST_<level>_EQUAL_COLLECTIONS</li>
-<li>BOOST_<level>_EXCEPTION</li>
-<li>BOOST_<level>_GE</li>
-<li>BOOST_<level>_GT</li>
-<li>BOOST_<level>_LE</li>
-<li>BOOST_<level>_LT</li>
-<li>BOOST_<level>_MESSAGE</li>
-<li>BOOST_<level>_NE</li>
-<li>BOOST_<level>_NO_THROW</li>
-<li>BOOST_<level>_PREDICATE</li>
-<li>BOOST_<level>_SMALL</li>
-<li>BOOST_<level>_THROW</li>
-<li>BOOST_ERROR</li>
-<li>BOOST_FAIL</li>
-<li>BOOST_IS_DEFINED</li>
+<li>BOOST_<level></li>
+<li>BOOST_<level>_BITWISE_EQUAL</li>
+<li>BOOST_<level>_CLOSE</li>
+<li>BOOST_<level>_CLOSE_FRACTION</li>
+<li>BOOST_<level>_EQUAL</li>
+<li>BOOST_<level>_EQUAL_COLLECTIONS</li>
+<li>BOOST_<level>_EXCEPTION</li>
+<li>BOOST_<level>_GE</li>
+<li>BOOST_<level>_GT</li>
+<li>BOOST_<level>_LE</li>
+<li>BOOST_<level>_LT</li>
+<li>BOOST_<level>_MESSAGE</li>
+<li>BOOST_<level>_NE</li>
+<li>BOOST_<level>_NO_THROW</li>
+<li>BOOST_<level>_PREDICATE</li>
+<li>BOOST_<level>_SMALL</li>
+<li>BOOST_<level>_THROW</li>
+<li>BOOST_ERROR</li>
+<li>BOOST_FAIL</li>
+<li>BOOST_IS_DEFINED</li>
 </ul></td>
 <td class="content" valign="top">
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;">
@@ -83,7 +83,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example34-output">&gt; example --log_level=warning
 Running 1 test case...
@@ -96,7 +96,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_MESSAGE
+ BOOST_<level>_MESSAGE
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_BITWISE_EQUAL">
 <pre class="inline-synopsis">
@@ -129,7 +129,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example33-output">&gt; example
 Running 1 test case...
@@ -142,7 +142,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_EQUAL
+ BOOST_<level>_EQUAL
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_CLOSE">
 <pre class="inline-synopsis">
@@ -152,7 +152,7 @@
 <p class="first-line-indented">
      These tools are used to check on closeness using strong relationship defined by the predicate
      <code class="computeroutput">check_is_close</code>( left, right, tolerance ). To check for the weak relationship use
- BOOST_<level>_PREDICATE family of tools with explicit <code class="computeroutput">check_is_close</code>
+ BOOST_<level>_PREDICATE family of tools with explicit <code class="computeroutput">check_is_close</code>
      invocation.
     </p>
 <p>
@@ -162,7 +162,7 @@
     </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -172,7 +172,7 @@
 </table></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -204,7 +204,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example42-output">&gt; example
 Running 1 test case...
@@ -239,7 +239,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example43-output">&gt; example
 Running 1 test case...
@@ -249,7 +249,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_CLOSE_FRACTION, BOOST_<level>_SMALL, BOOST_<level>_EQUAL,
+ BOOST_<level>_CLOSE_FRACTION, BOOST_<level>_SMALL, BOOST_<level>_EQUAL,
      <a class="link" href="floating_point_comparison.html" title="Floating-point comparison algorithms">Floating point comparison algorithms</a>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_CLOSE_FRACTION">
@@ -260,7 +260,7 @@
 <p class="first-line-indented">
      These tools are used to check on closeness using strong relationship defined by the predicate
      <code class="computeroutput">check_is_close</code>( left, right, tolerance ). To check for the weak relationship use
- BOOST_<level>_PREDICATE family of tools with explicit <code class="computeroutput">check_is_close</code>
+ BOOST_<level>_PREDICATE family of tools with explicit <code class="computeroutput">check_is_close</code>
      invocation.
     </p>
 <p>
@@ -271,7 +271,7 @@
     </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -281,7 +281,7 @@
 </table></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -310,7 +310,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example44-output">&gt; example
 Running 1 test case...
@@ -321,7 +321,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_CLOSE, BOOST_<level>_SMALL, BOOST_<level>_EQUAL,
+ BOOST_<level>_CLOSE, BOOST_<level>_SMALL, BOOST_<level>_EQUAL,
      <a class="link" href="floating_point_comparison.html" title="Floating-point comparison algorithms">Floating point comparison algorithms</a>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_EQUAL">
@@ -330,17 +330,17 @@
 <a name="BOOST_CHECK_EQUAL"></a>BOOST_CHECK_EQUAL(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_EQUAL"></a>BOOST_REQUIRE_EQUAL(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left == right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left == right ).
      The difference is that the mismatched values are reported as well.
     </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
- It is bad idea to use these tools to compare floating point values. Use BOOST_<level>_CLOSE or
- BOOST_<level>_CLOSE_FRACTION tools instead.
+ It is bad idea to use these tools to compare floating point values. Use BOOST_<level>_CLOSE or
+ BOOST_<level>_CLOSE_FRACTION tools instead.
      </p></td></tr>
 </table></div>
 <div class="example">
@@ -363,7 +363,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example35-output">&gt; example
 Running 1 test case...
@@ -374,7 +374,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>, BOOST_<level>_CLOSE, BOOST_<level>_NE
+ BOOST_<level>, BOOST_<level>_CLOSE, BOOST_<level>_NE
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_EQUAL_COLLECTIONS">
 <pre class="inline-synopsis">
@@ -408,7 +408,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example36-output">&gt; example
 Running 1 test case...
@@ -421,7 +421,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_EQUAL
+ BOOST_<level>_EQUAL
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_EXCEPTION">
 <pre class="inline-synopsis">
@@ -432,7 +432,7 @@
      These tools are used to perform an exception detection and validation check. Tools execute the supplied expression
      and validate that it throws an exception of supplied class (or the one derived from it) that complies with the
      supplied predicate. If the expression throws any other unrelated exception, doesn't throw at all or
- predicate evaluates to false, check fails. In comparison with BOOST_<level>_THROW tools these
+ predicate evaluates to false, check fails. In comparison with BOOST_<level>_THROW tools these
      allow performing more fine-grained checks. For example: make sure that an expected exception has specific
      error message.
     </p>
@@ -462,7 +462,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example37-output">&gt; example
 Running 1 test case...
@@ -473,7 +473,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_THROW
+ BOOST_<level>_THROW
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_GE">
 <pre class="inline-synopsis">
@@ -481,7 +481,7 @@
 <a name="BOOST_CHECK_GE"></a>BOOST_CHECK_GE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_GE"></a>BOOST_REQUIRE_GE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left &gt;= right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left &gt;= right ).
      The difference is that the argument values are reported as well.
     </p>
 <div class="example">
@@ -504,7 +504,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example57-output">&gt;example
 Running 1 test case...
@@ -515,7 +515,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_LE, BOOST_<level>_LT, BOOST_<level>_GT
+ BOOST_<level>_LE, BOOST_<level>_LT, BOOST_<level>_GT
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_GT">
 <pre class="inline-synopsis">
@@ -523,7 +523,7 @@
 <a name="BOOST_CHECK_GT"></a>BOOST_CHECK_GT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_GT"></a>BOOST_REQUIRE_GT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left &gt; right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left &gt; right ).
      The difference is that the argument values are reported as well.
     </p>
 <div class="example">
@@ -546,7 +546,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example58-output">&gt;example
 Running 1 test case...
@@ -557,7 +557,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_LE, BOOST_<level>_LT, BOOST_<level>_GE
+ BOOST_<level>_LE, BOOST_<level>_LT, BOOST_<level>_GE
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_LE">
 <pre class="inline-synopsis">
@@ -565,7 +565,7 @@
 <a name="BOOST_CHECK_LE"></a>BOOST_CHECK_LE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_LE"></a>BOOST_REQUIRE_LE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left &lt;= right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left &lt;= right ).
      The difference is that the argument values are reported as well.
     </p>
 <div class="example">
@@ -588,7 +588,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example55-output">&gt;example
 Running 1 test case...
@@ -599,7 +599,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_LT, BOOST_<level>_GE, BOOST_<level>_GT
+ BOOST_<level>_LT, BOOST_<level>_GE, BOOST_<level>_GT
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_LT">
 <pre class="inline-synopsis">
@@ -607,7 +607,7 @@
 <a name="BOOST_CHECK_LT"></a>BOOST_CHECK_LT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_LT"></a>BOOST_REQUIRE_LT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left &lt; right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left &lt; right ).
      The difference is that the argument values are reported as well.
     </p>
 <div class="example">
@@ -630,7 +630,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example56-output">&gt;example
 Running 1 test case...
@@ -641,7 +641,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_LE, BOOST_<level>_GE, BOOST_<level>_GT
+ BOOST_<level>_LE, BOOST_<level>_GE, BOOST_<level>_GT
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_MESSAGE">
 <pre class="inline-synopsis">
@@ -649,7 +649,7 @@
 <a name="BOOST_CHECK_MESSAGE"></a>BOOST_CHECK_MESSAGE(<span class="emphasis"><em>predicate</em></span>, <span class="emphasis"><em>message</em></span>)
 <a name="BOOST_REQUIRE_MESSAGE"></a>BOOST_REQUIRE_MESSAGE(<span class="emphasis"><em>predicate</em></span>, <span class="emphasis"><em>message</em></span>)</pre>
 <p class="first-line-indented">
- These tools perform exactly the same check as BOOST_<level> tools. The only difference is that
+ These tools perform exactly the same check as BOOST_<level> tools. The only difference is that
      instead of generating an error/confirm message these use the supplied one.
     </p>
 <p>
@@ -679,7 +679,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example38-output">&gt; example --log_level=warning
 Running 1 test case...
@@ -689,7 +689,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>
+ BOOST_<level>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_NE">
 <pre class="inline-synopsis">
@@ -697,7 +697,7 @@
 <a name="BOOST_CHECK_NE"></a>BOOST_CHECK_NE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
 <a name="BOOST_REQUIRE_NE"></a>BOOST_REQUIRE_NE(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
 <p class="first-line-indented">
- Check performed by these tools is the same as the one performed by BOOST_<level>( left != right ).
+ Check performed by these tools is the same as the one performed by BOOST_<level>( left != right ).
      The difference is that the matched values are reported as well.
     </p>
 <div class="example">
@@ -720,7 +720,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example54-output">&gt;example
 Running 1 test case...
@@ -731,7 +731,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_EQUAL
+ BOOST_<level>_EQUAL
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_NO_THROW">
 <pre class="inline-synopsis">
@@ -771,7 +771,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example39-output">&gt; example
 Running 1 test case...
@@ -781,7 +781,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_THROW
+ BOOST_<level>_THROW
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_PREDICATE">
 <pre class="inline-synopsis">
@@ -791,7 +791,7 @@
 <p class="first-line-indented">
      These are generic tools used to validate an arbitrary supplied predicate functor (there is a compile time limit on
      predicate arity defined by the configurable macro <code class="computeroutput">BOOST_TEST_MAX_PREDICATE_ARITY</code>). To
- validate zero arity predicate use BOOST_<level> tools. In other cases prefer theses tools. The
+ validate zero arity predicate use BOOST_<level> tools. In other cases prefer theses tools. The
      advantage of these tools is that they show arguments values in case of predicate failure.
     </p>
 <p>
@@ -826,7 +826,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example40-output">&gt; example
 Running 1 test case...
@@ -837,7 +837,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>
+ BOOST_<level>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_SMALL">
 <pre class="inline-synopsis">
@@ -847,14 +847,14 @@
 <p class="first-line-indented">
      These tools are used to check that supplied value is small enough. The "smallness" is defined by absolute value
      of the tolerance supplied as a second argument. Use these tools with caution. To compare to values on closeness
- it's preferable to use BOOST_<level>_CLOSE tools instead.
+ it's preferable to use BOOST_<level>_CLOSE tools instead.
     </p>
 <p class="first-line-indented">
      The first parameter is the value to check. The second parameter is the tolerance.
     </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -882,7 +882,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example41-output">&gt; example
 Running 1 test case...
@@ -893,7 +893,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>_CLOSE, BOOST_<level>_CLOSE_FRACTION,
+ BOOST_<level>_CLOSE, BOOST_<level>_CLOSE_FRACTION,
      <a class="link" href="floating_point_comparison.html" title="Floating-point comparison algorithms">Floating point comparison algorithms</a>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_&lt;level&gt;_THROW">
@@ -935,7 +935,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example45-output">&gt; example
 Running 1 test case...
@@ -945,7 +945,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>NO_THROW
+ BOOST_<level>NO_THROW
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_ERROR">
 <pre class="inline-synopsis">
@@ -975,7 +975,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example46-output">&gt; example
 Running 1 test case...
@@ -985,7 +985,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>
+ BOOST_<level>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_FAIL">
 <pre class="inline-synopsis">
@@ -1015,7 +1015,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example47-output">&gt; example
 Running 1 test case...
@@ -1025,7 +1025,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>
+ BOOST_<level>
     </div>
 <div class="entry" id="utf.testing-tools.reference.body.BOOST_IS_DEFINED">
 <pre class="inline-synopsis">
@@ -1033,7 +1033,7 @@
 <p class="first-line-indented">
      Unlike the rest of the tools in the toolbox this tool does not perform the logging itself. Its only purpose
      is to check at runtime whether or not the supplied preprocessor symbol is defined. Use it in combination with
- BOOST_<level> to perform and log validation. Macros of any arity could be checked. To check the
+ BOOST_<level> to perform and log validation. Macros of any arity could be checked. To check the
      macro definition with non-zero arity specify dummy arguments for it. See below for example.
     </p>
 <p>
@@ -1058,7 +1058,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example48-output">&gt; example
 Running 1 test case...
@@ -1069,7 +1069,7 @@
 </div>
 </div>
 <br class="example-break"><span class="inline-ref-see-also">See also: </span>
- BOOST_<level>
+ BOOST_<level>
     </div>
 </td>
 </tr></table>
@@ -1080,7 +1080,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="floating_point_comparison.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="floating_point_comparison.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing-tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/tutorials.html
==============================================================================
--- trunk/libs/test/doc/html/utf/tutorials.html (original)
+++ trunk/libs/test/doc/html/utf/tutorials.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The unit test framework tutorials</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="intro.html" title="Introduction">
 <link rel="next" href="../tutorials/intro-in-testing.html" title="Introduction into testing &#8230; or why testing is worth the effort">
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../tutorials/intro-in-testing.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../tutorials/intro-in-testing.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -44,7 +44,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="intro.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../tutorials/intro-in-testing.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="intro.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../tutorials/intro-in-testing.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/usage-recommendations.html
==============================================================================
--- trunk/libs/test/doc/html/utf/usage-recommendations.html (original)
+++ trunk/libs/test/doc/html/utf/usage-recommendations.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The unit test framework usage recommendations</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="testing-tools/reference.html" title="The UTF testing tools reference">
 <link rel="next" href="usage-recommendations/generic.html" title="Generic usage recommendations">
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; The Unit Test Framework &gt; <b>Usage recommendations</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="usage-recommendations/generic.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="usage-recommendations/generic.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -42,7 +42,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="testing-tools/reference.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="usage-recommendations/generic.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="testing-tools/reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="usage-recommendations/generic.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/usage-recommendations/command-line-specific.html
==============================================================================
--- trunk/libs/test/doc/html/utf/usage-recommendations/command-line-specific.html (original)
+++ trunk/libs/test/doc/html/utf/usage-recommendations/command-line-specific.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Command line usage recommendations</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-recommendations.html" title="The unit test framework usage recommendations">
 <link rel="prev" href="dot-net-specific.html" title="Microsoft Visual Studio .NET usage recommendations">
 <script language="JavaScript1.2" src="../../../js/boost-test.js"></script>
@@ -14,20 +14,20 @@
 <td width="10%">Home</td>
 <td valign="middle" align="left"> &gt; The Unit Test Framework &gt; Usage recommendations &gt; <b>Command-line (non-GUI) users specific</b>
 </td>
-<td><div class="spirit-nav">Prev</div></td>
+<td><div class="spirit-nav">Prev</div></td>
 </tr></table>
 <hr>
 <div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="utf.usage-recommendations.command-line-specific"></a>Command line usage recommendations</h4></div></div></div>
 <div class="qandaset">
-<a name="id502450"></a><dl>
-<dt> <a href="command-line-specific.html#id502454">
+<a name="id503471"></a><dl>
+<dt> <a href="command-line-specific.html#id503475">
       If you got fatal exception somewhere within test case, make program generate coredump by adding extra command
       line argument
      </a>
 </dt>
-<dt> <a href="command-line-specific.html#id502485">
+<dt> <a href="command-line-specific.html#id503506">
       How to use test module build with Boost.Test framework under management of automated regression test facilities?
      </a>
 </dt>
@@ -38,7 +38,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502454"></a><a name="id502456"></a>
+<a name="id503475"></a><a name="id503477"></a>
 </td>
 <td align="left" valign="top"><b><p>
       If you got fatal exception somewhere within test case, make program generate coredump by adding extra command
@@ -56,7 +56,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502485"></a><a name="id502487"></a>
+<a name="id503506"></a><a name="id503508"></a>
 </td>
 <td align="left" valign="top"><b><p>
       How to use test module build with Boost.Test framework under management of automated regression test facilities?
@@ -86,7 +86,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="dot-net-specific.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a>
+<a accesskey="p" href="dot-net-specific.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/usage-recommendations/dot-net-specific.html
==============================================================================
--- trunk/libs/test/doc/html/utf/usage-recommendations/dot-net-specific.html (original)
+++ trunk/libs/test/doc/html/utf/usage-recommendations/dot-net-specific.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Microsoft Visual Studio .NET usage recommendations</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-recommendations.html" title="The unit test framework usage recommendations">
 <link rel="prev" href="generic.html" title="Generic usage recommendations">
 <link rel="next" href="command-line-specific.html" title="Command line usage recommendations">
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; The Unit Test Framework &gt; Usage recommendations &gt; <b>Microsoft Visual Studio .NET users specific</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="command-line-specific.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="command-line-specific.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -24,12 +24,12 @@
 <div class="titlepage"><div><div><h4 class="title">
 <a name="utf.usage-recommendations.dot-net-specific"></a>Microsoft Visual Studio .NET usage recommendations</h4></div></div></div>
 <div class="qandaset">
-<a name="id502271"></a><dl>
-<dt> <a href="dot-net-specific.html#id502276">
+<a name="id503292"></a><dl>
+<dt> <a href="dot-net-specific.html#id503296">
       Use custom build step to automatically start test program after compilation
      </a>
 </dt>
-<dt> <a href="dot-net-specific.html#id502379">
+<dt> <a href="dot-net-specific.html#id503400">
       If you got fatal exception somewhere within test case, make debugger break at the point the failure by adding
       extra command line argument
      </a>
@@ -41,7 +41,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502276"></a><a name="id502278"></a>
+<a name="id503296"></a><a name="id503299"></a>
 </td>
 <td align="left" valign="top"><b><p>
       Use custom build step to automatically start test program after compilation
@@ -69,7 +69,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502379"></a><a name="id502381"></a>
+<a name="id503400"></a><a name="id503402"></a>
 </td>
 <td align="left" valign="top"><b><p>
       If you got fatal exception somewhere within test case, make debugger break at the point the failure by adding
@@ -100,7 +100,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="generic.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="command-line-specific.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="generic.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="command-line-specific.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/usage-recommendations/generic.html
==============================================================================
--- trunk/libs/test/doc/html/utf/usage-recommendations/generic.html (original)
+++ trunk/libs/test/doc/html/utf/usage-recommendations/generic.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Generic usage recommendations</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-recommendations.html" title="The unit test framework usage recommendations">
 <link rel="prev" href="../usage-recommendations.html" title="The unit test framework usage recommendations">
 <link rel="next" href="dot-net-specific.html" title="Microsoft Visual Studio .NET usage recommendations">
@@ -16,7 +16,7 @@
 <td valign="middle" align="left"> &gt; The Unit Test Framework &gt; Usage recommendations &gt; <b>Generic</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="dot-net-specific.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="dot-net-specific.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -24,25 +24,25 @@
 <div class="titlepage"><div><div><h4 class="title">
 <a name="utf.usage-recommendations.generic"></a>Generic usage recommendations</h4></div></div></div>
 <div class="qandaset">
-<a name="id502066"></a><dl>
-<dt> <a href="generic.html#id502070">
+<a name="id503086"></a><dl>
+<dt> <a href="generic.html#id503091">
       Prefer offline compiled libraries to the inline included components
      </a>
 </dt>
-<dt> <a href="generic.html#id502093">
+<dt> <a href="generic.html#id503113">
       If you use only free function based test cases advance to the automatic registration facility
      </a>
 </dt>
-<dt> <a href="generic.html#id502118">
+<dt> <a href="generic.html#id503138">
       To find location of first error reported by test tool within reused template function, use special hook within
       framework headers
      </a>
 </dt>
-<dt> <a href="generic.html#id502164">
+<dt> <a href="generic.html#id503184">
       To test reusable template base component with different template parameter use test case template facility
      </a>
 </dt>
-<dt> <a href="generic.html#id502222">
+<dt> <a href="generic.html#id503243">
       Prefer BOOST_CHECK_EQUAL to BOOST_CHECK
      </a>
 </dt>
@@ -53,7 +53,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502070"></a><a name="id502073"></a>
+<a name="id503091"></a><a name="id503093"></a>
 </td>
 <td align="left" valign="top"><b><p>
       Prefer offline compiled libraries to the inline included components
@@ -70,7 +70,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502093"></a><a name="id502095"></a>
+<a name="id503113"></a><a name="id503116"></a>
 </td>
 <td align="left" valign="top"><b><p>
       If you use only free function based test cases advance to the automatic registration facility
@@ -85,7 +85,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502118"></a><a name="id502120"></a>
+<a name="id503138"></a><a name="id503141"></a>
 </td>
 <td align="left" valign="top"><b><p>
       To find location of first error reported by test tool within reused template function, use special hook within
@@ -106,7 +106,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502164"></a><a name="id502166"></a>
+<a name="id503184"></a><a name="id503187"></a>
 </td>
 <td align="left" valign="top"><b><p>
       To test reusable template base component with different template parameter use test case template facility
@@ -145,7 +145,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="id502222"></a><a name="id502225"></a>
+<a name="id503243"></a><a name="id503245"></a>
 </td>
 <td align="left" valign="top"><b><p>
       Prefer BOOST_CHECK_EQUAL to BOOST_CHECK
@@ -171,7 +171,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="dot-net-specific.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-recommendations.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dot-net-specific.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Unit Test Framework: User's guide</title>
 <link rel="stylesheet" href="../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../index.html" title="Boost Test Library">
+<link rel="home" href="../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../utf.html" title="Boost Test Library: The Unit Test Framework">
 <link rel="prev" href="compilation/direct-include.html" title="Including the UTF directly into your test module">
 <link rel="next" href="user-guide/usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
@@ -18,7 +18,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="user-guide/usage-variants.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="user-guide/usage-variants.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -277,7 +277,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="compilation/direct-include.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="user-guide/usage-variants.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="compilation/direct-include.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../utf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="user-guide/usage-variants.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/fixture.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Fixtures &#8230; or let me repeat myself</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="test-organization/expected-failures.html" title="Expected failures specification">
 <link rel="next" href="fixture/model.html" title="Generic fixture model">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="fixture/model.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="fixture/model.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -114,7 +114,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-organization/expected-failures.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="fixture/model.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-organization/expected-failures.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="fixture/model.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/fixture/global.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture/global.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture/global.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Global fixture</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
 <link rel="prev" href="test-suite-shared.html" title="Test suite level fixture">
 <link rel="next" href="../test-output.html" title="Test Output &#8230; or let's see what you got for your money">
@@ -20,7 +20,7 @@
       </a><b>Global fixture</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../test-output.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../test-output.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -101,7 +101,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example20-output">&gt; example
 global setup
@@ -120,7 +120,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-suite-shared.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../test-output.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-suite-shared.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../test-output.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/fixture/model.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture/model.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture/model.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Generic fixture model</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
 <link rel="prev" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
 <link rel="next" href="per-test-case.html" title="Per test case fixture">
@@ -20,7 +20,7 @@
       </a><b>Generic model</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="per-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="per-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -42,7 +42,7 @@
   </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -58,7 +58,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../fixture.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="per-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../fixture.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="per-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/fixture/per-test-case.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture/per-test-case.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture/per-test-case.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Per test case fixture</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
 <link rel="prev" href="model.html" title="Generic fixture model">
 <link rel="next" href="test-suite-shared.html" title="Test suite level fixture">
@@ -20,7 +20,7 @@
       </a><b>Per test case</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-suite-shared.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-suite-shared.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -32,7 +32,7 @@
    BOOST_FIXTURE_TEST_CASE in place of the macro <code class="computeroutput"><a class="link" href="../test-organization/auto-nullary-test-case.html#BOOST_AUTO_TEST_CASE">BOOST_AUTO_TEST_CASE</a></code>:
   </p>
 <pre class="inline-synopsis">
-<a name="BOOST_FIXTURE_TEST_CASE"></a>BOOST_FIXTURE_TEST_CASE(<span class="emphasis"><em>test_case_name</em></span>, <span class="emphasis"><em>fixure_name</em></span>)</pre>
+<a name="BOOST_FIXTURE_TEST_CASE"></a>BOOST_FIXTURE_TEST_CASE(<span class="emphasis"><em>test_case_name</em></span>, <span class="emphasis"><em>fixture_name</em></span>)</pre>
 <p class="first-line-indented">
    The only difference from the macro <code class="computeroutput"><a class="link" href="../test-organization/auto-nullary-test-case.html#BOOST_AUTO_TEST_CASE">BOOST_AUTO_TEST_CASE</a></code> is the presence of an extra argument
    - fixture name. Unlike the pure C++ solution you have direct access to the public and protected members of the
@@ -40,7 +40,7 @@
   </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -83,7 +83,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example18-output">&gt; example --log_level=message
 Running 3 test cases...
@@ -105,7 +105,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="model.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-suite-shared.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="model.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-suite-shared.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/fixture/test-suite-shared.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/fixture/test-suite-shared.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/fixture/test-suite-shared.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test suite level fixture</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
 <link rel="prev" href="per-test-case.html" title="Per test case fixture">
 <link rel="next" href="global.html" title="Global fixture">
@@ -20,7 +20,7 @@
       </a><b>Test suite shared</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="global.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="global.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -43,7 +43,7 @@
   </p>
 <div class="tip"><table border="0" summary="Tip">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/html/images/tip.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/tip.png"></td>
 <th align="left">Tip</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -53,7 +53,7 @@
 </table></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -99,7 +99,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example19-output">&gt; example
 Running 2 test cases...
@@ -117,7 +117,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="per-test-case.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="global.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="per-test-case.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../fixture.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="global.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/initialization.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/initialization.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/initialization.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test module initialization &#8230; or ready, set &#8230;</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="usage-variants/extern-test-runner.html" title="External test runner variant of the UTF">
 <link rel="next" href="test-organization.html" title="Test organization &#8230; or the house that Jack built">
@@ -18,7 +18,7 @@
       </a><b>Test module initialization</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-organization.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-organization.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -41,7 +41,7 @@
 <p class="first-line-indented">
    The function dedicated for this purpose is called the test module initialization function. Alternatively you can
    employ global fixtures, covered in details, including differences in two approaches, in
- <a class="xref" href="fixture.html" title="Fixtures &#8230; or let me repeat myself">the section called &#8220;Fixtures&#8221;</a>.
+ <a class="xref" href="fixture.html" title="Fixtures &#8230; or let me repeat myself">Fixtures</a>.
   </p>
 <p class="first-line-indented">
    The <acronym class="acronym">UTF</acronym> requires you to implement the test module initialization function. The test runner supplied with the static
@@ -137,7 +137,7 @@
    </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -153,7 +153,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-organization.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-organization.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/runtime-config.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/runtime-config.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/runtime-config.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Runtime configuration &#8230; or what are the strings I can pull?</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="test-output/test-progress.html" title="Test progress display">
 <link rel="next" href="runtime-config/run-by-name.html" title="Running specific test units selected by their name">
@@ -18,7 +18,7 @@
       </a><b>Runtime configuration </b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="runtime-config/run-by-name.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="runtime-config/run-by-name.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -60,7 +60,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-output/test-progress.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="runtime-config/run-by-name.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-output/test-progress.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="runtime-config/run-by-name.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/runtime-config/reference.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/runtime-config/reference.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/runtime-config/reference.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Runtime parameters reference</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../runtime-config.html" title="Runtime configuration &#8230; or what are the strings I can pull?">
 <link rel="prev" href="run-by-name.html" title="Running specific test units selected by their name">
 <link rel="next" href="../../testing-tools.html" title="The UTF testing tools &#8230; or tester's toolbox for all occasions">
@@ -18,7 +18,7 @@
       </a>Runtime configuration &gt; <b>Parameters reference</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../../testing-tools.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../../testing-tools.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -31,24 +31,24 @@
    acceptable values list. All values are case sensitive and are required to exactly match the parameter specification.
   </p>
 <script language="JavaScript1.2">
- var id334357;
+ var id365262;
    </script><table class="inline-reference"><tr>
 <td class="index" valign="top"><ul>
-<li>auto_start_dbg</li>
-<li>build_info</li>
-<li>catch_system_errors</li>
-<li>detect_memory_leak</li>
-<li>detect_fp_exceptions</li>
-<li>log_format</li>
-<li>log_level</li>
-<li>output_format</li>
-<li>random</li>
-<li>report_format</li>
-<li>report_level</li>
-<li>result_code</li>
-<li>run_test</li>
-<li>show_progress</li>
-<li>use_alt_stack</li>
+<li>auto_start_dbg</li>
+<li>build_info</li>
+<li>catch_system_errors</li>
+<li>detect_memory_leak</li>
+<li>detect_fp_exceptions</li>
+<li>log_format</li>
+<li>log_level</li>
+<li>output_format</li>
+<li>random</li>
+<li>report_format</li>
+<li>report_level</li>
+<li>result_code</li>
+<li>run_test</li>
+<li>show_progress</li>
+<li>use_alt_stack</li>
 </ul></td>
 <td class="content" valign="top">
 <div class="entry" id="utf.user-guide.runtime-config.parameters.auto_start_dbg"><div class="segmentedlist">
@@ -498,7 +498,7 @@
 <td><p>
       allows setting the level of detailization for the testing results report generated by the framework. Use value
       "no" to eliminate the results report completely. See the
- <a class="xref" href="../test-output/results-report.html" title="Test report output">the section called &#8220;Test report output&#8221;</a> for description of different report formats.
+ <a class="xref" href="../test-output/results-report.html" title="Test report output">Test report output</a> for description of different report formats.
      </p></td>
 </tr>
 </table>
@@ -653,7 +653,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="run-by-name.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../runtime-config.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../testing-tools.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="run-by-name.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../runtime-config.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../testing-tools.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Running specific test units selected by their name</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../runtime-config.html" title="Runtime configuration &#8230; or what are the strings I can pull?">
 <link rel="prev" href="../runtime-config.html" title="Runtime configuration &#8230; or what are the strings I can pull?">
 <link rel="next" href="reference.html" title="Runtime parameters reference">
@@ -18,7 +18,7 @@
       </a>Runtime configuration &gt; <b>Run by name</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="reference.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="reference.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -247,7 +247,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../runtime-config.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../runtime-config.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../runtime-config.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../runtime-config.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test organization &#8230; or the house that Jack built</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="initialization.html" title="Test module initialization &#8230; or ready, set &#8230;">
 <link rel="next" href="test-organization/nullary-test-case.html" title="Nullary function based test case">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-organization/nullary-test-case.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-organization/nullary-test-case.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -104,7 +104,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="initialization.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-organization/nullary-test-case.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="initialization.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-organization/nullary-test-case.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-nullary-test-case.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-nullary-test-case.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-nullary-test-case.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Nullary function based test case with automated registration</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="nullary-test-case.html" title="Nullary function based test case">
 <link rel="prev" href="manual-nullary-test-case.html" title="Manually registered nullary function based test case">
 <link rel="next" href="unary-test-case.html" title="Unary function based test case">
@@ -22,7 +22,7 @@
       </a><b>Automated registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="unary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="unary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -38,7 +38,7 @@
 <p class="first-line-indented">
     The macro is designed to closely mimic nullary free function syntax. Changes that are required to make an
     existing test case, implemented as a free function, registered in place are illustrated in the following
- example (compare with <a class="xref" href="manual-nullary-test-case.html#utf.user-guide.test-organization.manual-nullary-test-case.example01" title="Example&#160;5.&#160;Nullary free function manually registered">Example&#160;5, &#8220;Nullary free function manually registered&#8221;</a>):
+ example (compare with <a class="xref" href="manual-nullary-test-case.html#utf.user-guide.test-organization.manual-nullary-test-case.example01" title="Example&#160;5.&#160;Nullary free function manually registered">Example&#160;5.&#160;Nullary free function manually registered</a>):
    </p>
 <div class="example">
 <a name="utf.user-guide.test-organization.auto-nullary-test-case.example06"></a><p class="title"><b>Example&#160;10.&#160;Nullary function based test case with automated registration</b></p>
@@ -59,7 +59,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example06-output">&gt; example --log_level=test_suite
 Running 1 test case...
@@ -83,7 +83,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="manual-nullary-test-case.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="nullary-test-case.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="unary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="manual-nullary-test-case.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="nullary-test-case.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="unary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test case template with automated registration</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-case-template.html" title="Test case template">
 <link rel="prev" href="manual-test-case-template.html" title="Manually registered test case template">
 <link rel="next" href="test-suite.html" title="Test suite">
@@ -22,7 +22,7 @@
       </a><b>Automated registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -74,7 +74,7 @@
 
 BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types )
 {
- BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 )
+ BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 );
 }
 
 //____________________________________________________________________________//
@@ -82,7 +82,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example10-output">&gt; example
 Running 3 test cases...
@@ -100,7 +100,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="manual-test-case-template.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-case-template.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="manual-test-case-template.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-case-template.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-suite.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-suite.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/auto-test-suite.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test suites with automated registration</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-suite.html" title="Test suite">
 <link rel="prev" href="manual-test-suite.html" title="Manually registered test suites">
 <link rel="next" href="master-test-suite.html" title="Master Test Suite">
@@ -22,7 +22,7 @@
       </a><b>Automated registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="master-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="master-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -91,7 +91,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example12-output">&gt; example
 Running 4 test cases...
@@ -140,7 +140,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example53-output">&gt;example --report_level=detailed
 Running 3 test cases...
@@ -175,7 +175,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="manual-test-suite.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="master-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="manual-test-suite.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="master-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Expected failures specification</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="prev" href="master-test-suite.html" title="Master Test Suite">
 <link rel="next" href="../fixture.html" title="Fixtures &#8230; or let me repeat myself">
@@ -20,7 +20,7 @@
       </a><b>Expected failures specification</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../fixture.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../fixture.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -55,7 +55,7 @@
   </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -98,7 +98,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example16-output">&gt; example --log_level=message
 Running 1 test case...
@@ -158,7 +158,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example17-output">&gt; example --report_level=short
 Running 2 test cases...
@@ -182,7 +182,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="master-test-suite.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../fixture.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="master-test-suite.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../fixture.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-nullary-test-case.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-nullary-test-case.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-nullary-test-case.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Manually registered nullary function based test case</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="nullary-test-case.html" title="Nullary function based test case">
 <link rel="prev" href="nullary-test-case.html" title="Nullary function based test case">
 <link rel="next" href="auto-nullary-test-case.html" title="Nullary function based test case with automated registration">
@@ -22,7 +22,7 @@
       </a><b>Manual registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="auto-nullary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="auto-nullary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -75,7 +75,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example01-output">&gt; example
 Running 1 test case...
@@ -91,7 +91,7 @@
    </p>
 <div class="warning"><table border="0" summary="Warning">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../../doc/html/images/warning.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../../doc/src/images/warning.png"></td>
 <th align="left">Warning</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -133,7 +133,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example02-output">&gt; example
 Running 1 test case...
@@ -183,7 +183,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example03-output">&gt; example
 Running 2 test cases...
@@ -236,7 +236,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example04-output">&gt; example
 Running 1 test case...
@@ -251,7 +251,7 @@
    </p>
 <div class="warning"><table border="0" summary="Warning">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../../doc/html/images/warning.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../../doc/src/images/warning.png"></td>
 <th align="left">Warning</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -305,7 +305,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example05-output">&gt; example
 Running 3 test cases...
@@ -316,7 +316,7 @@
 </div>
 <br class="example-break"><p class="first-line-indented">
     The <acronym class="acronym">UTF</acronym> also presents an alternative method for parameterized test case creation, which is covered in
- <a class="xref" href="unary-test-case.html" title="Unary function based test case">the section called &#8220;Unary function based test case&#8221;</a>.
+ <a class="xref" href="unary-test-case.html" title="Unary function based test case">Unary function based test case</a>.
    </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
@@ -325,7 +325,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="nullary-test-case.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="nullary-test-case.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="auto-nullary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="nullary-test-case.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="nullary-test-case.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="auto-nullary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-case-template.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-case-template.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-case-template.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Manually registered test case template</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-case-template.html" title="Test case template">
 <link rel="prev" href="test-case-template.html" title="Test case template">
 <link rel="next" href="auto-test-case-template.html" title="Test case template with automated registration">
@@ -22,7 +22,7 @@
       </a><b>Manual registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="auto-test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="auto-test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -148,7 +148,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example09-output">&gt; example
 Running 3 test cases...
@@ -166,7 +166,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-case-template.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-case-template.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="auto-test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-case-template.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-case-template.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="auto-test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-suite.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-suite.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/manual-test-suite.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Manually registered test suites</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-suite.html" title="Test suite">
 <link rel="prev" href="test-suite.html" title="Test suite">
 <link rel="next" href="auto-test-suite.html" title="Test suites with automated registration">
@@ -22,7 +22,7 @@
       </a><b>Manual registration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="auto-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="auto-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -40,7 +40,7 @@
    </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -89,7 +89,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example11-output">&gt; example --log_level=test_suite
 Running 4 test cases...
@@ -123,7 +123,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-suite.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="auto-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-suite.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="auto-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/master-test-suite.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/master-test-suite.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/master-test-suite.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Master Test Suite</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-suite.html" title="Test suite">
 <link rel="prev" href="auto-test-suite.html" title="Test suites with automated registration">
 <link rel="next" href="expected-failures.html" title="Expected failures specification">
@@ -22,7 +22,7 @@
       </a><b>Master Test Suite</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="expected-failures.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="expected-failures.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -74,7 +74,7 @@
     </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -119,7 +119,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example13-output">&gt; example 1
 Test setup error: test tree is empty</pre>
@@ -161,7 +161,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example14-output">&gt; example --log_level=test_suite
 Running 1 test case...
@@ -207,7 +207,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example15-output">&gt; example --log_level=test_suite
 Running 1 test case...
@@ -230,7 +230,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="auto-test-suite.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="expected-failures.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="auto-test-suite.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-suite.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="expected-failures.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/nullary-test-case.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/nullary-test-case.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/nullary-test-case.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Nullary function based test case</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="prev" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="next" href="manual-nullary-test-case.html" title="Manually registered nullary function based test case">
@@ -22,7 +22,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="manual-nullary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="manual-nullary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -50,7 +50,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../test-organization.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="manual-nullary-test-case.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../test-organization.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="manual-nullary-test-case.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/test-case-template.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/test-case-template.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/test-case-template.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test case template</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="prev" href="unary-test-case.html" title="Unary function based test case">
 <link rel="next" href="manual-test-case-template.html" title="Manually registered test case template">
@@ -22,7 +22,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="manual-test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="manual-test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -52,7 +52,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="unary-test-case.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="manual-test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="unary-test-case.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="manual-test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/test-suite.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/test-suite.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/test-suite.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test suite</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="prev" href="auto-test-case-template.html" title="Test case template with automated registration">
 <link rel="next" href="manual-test-suite.html" title="Manually registered test suites">
@@ -22,7 +22,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="manual-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="manual-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -60,7 +60,7 @@
    </p>
 <div class="caution"><table border="0" summary="Caution">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../../doc/html/images/caution.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../../doc/src/images/caution.png"></td>
 <th align="left">Caution</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -73,7 +73,7 @@
     The third optional parameter - timeout - defines the timeout value for the test unit. As of now the <acronym class="acronym">UTF</acronym>
     isn't able to set a timeout for the test suite execution, so this parameter makes sense only for test case
     registration. By default no timeout is set. See the method
- <code class="computeroutput"><a class="link" href="../../../execution-monitor/reference.html#id186126-bb">boost::execution_monitor::execute</a></code> for more details about the timeout value.
+ <code class="computeroutput"><a class="link" href="../../../execution-monitor/reference.html#id270329-bb">boost::execution_monitor::execute</a></code> for more details about the timeout value.
    </p>
 <p class="first-line-indented">
     To register group of test units in one function call the boost::unit_test::test_suite provides another add
@@ -87,7 +87,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="auto-test-case-template.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="manual-test-suite.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="auto-test-case-template.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="manual-test-suite.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-organization/unary-test-case.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-organization/unary-test-case.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-organization/unary-test-case.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Unary function based test case</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-organization.html" title="Test organization &#8230; or the house that Jack built">
 <link rel="prev" href="auto-nullary-test-case.html" title="Nullary function based test case with automated registration">
 <link rel="next" href="test-case-template.html" title="Test case template">
@@ -20,7 +20,7 @@
       </a><b>Unary function based test case</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -113,7 +113,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example07-output">&gt; example
 Running 5 test cases...
@@ -170,7 +170,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example08-output">&gt; example
 Running 5 test cases...
@@ -189,7 +189,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="auto-nullary-test-case.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-case-template.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="auto-nullary-test-case.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-organization.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-case-template.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test Output &#8230; or let's see what you got for your money</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="fixture/global.html" title="Global fixture">
 <link rel="next" href="test-output/test-log.html" title="Test log output">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-output/test-log.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-output/test-log.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -82,7 +82,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="fixture/global.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-output/test-log.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="fixture/global.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-output/test-log.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>BOOST_TEST_CHECKPOINT</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="BOOST_TEST_MESSAGE.html" title="BOOST_TEST_MESSAGE">
 <link rel="next" href="BOOST_TEST_PASSPOINT.html" title="BOOST_TEST_PASSPOINT">
@@ -22,7 +22,7 @@
       </a><b>BOOST_TEST_CHECKPOINT</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -71,7 +71,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example22-output">&gt; example
 Running 1 test case...
@@ -90,7 +90,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_MESSAGE.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_MESSAGE.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_MESSAGE.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>BOOST_TEST_MESSAGE</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="test-log.html" title="Test log output">
 <link rel="next" href="BOOST_TEST_CHECKPOINT.html" title="BOOST_TEST_CHECKPOINT">
@@ -22,7 +22,7 @@
       </a><b>BOOST_TEST_MESSAGE</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -42,7 +42,7 @@
    </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -83,7 +83,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example21-output">&gt; example --log_level=message
 Running 2 test cases...
@@ -104,7 +104,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="test-log.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="test-log.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>BOOST_TEST_PASSPOINT</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="BOOST_TEST_CHECKPOINT.html" title="BOOST_TEST_CHECKPOINT">
 <link rel="next" href="FPT.html" title="Logging floating point type numbers">
@@ -22,7 +22,7 @@
       </a><b>BOOST_TEST_PASSPOINT</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="FPT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="FPT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -66,7 +66,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example23-output">&gt; example
 Running 1 test case...
@@ -85,7 +85,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="FPT.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BOOST_TEST_CHECKPOINT.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="FPT.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/FPT.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/FPT.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/FPT.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Logging floating point type numbers</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="BOOST_TEST_PASSPOINT.html" title="BOOST_TEST_PASSPOINT">
 <link rel="next" href="log-hr-format.html" title="Human readable log output format">
@@ -22,7 +22,7 @@
       </a><b>Logging floating point type numbers</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="log-hr-format.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="log-hr-format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -53,7 +53,7 @@
    </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -71,7 +71,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="log-hr-format.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="BOOST_TEST_PASSPOINT.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log-hr-format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/log-ct-config.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/log-ct-config.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/log-ct-config.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Compile time configuration</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="log-xml-format.html" title="XML based log output format">
 <link rel="next" href="results-report.html" title="Test report output">
@@ -22,7 +22,7 @@
       </a><b>Compile time configuration</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="results-report.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="results-report.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -78,7 +78,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example50-output">&gt; example
 
@@ -126,7 +126,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example51-output">&gt; example
 Running 1 test case...
@@ -178,7 +178,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example52-output">&gt; example --report_level=no
 &lt;TestLog&gt;&lt;Error file="test.cpp" line="18"&gt;check false failed&lt;/Error&gt;&lt;/TestLog&gt;
@@ -196,7 +196,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="log-xml-format.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="results-report.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="log-xml-format.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="results-report.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/log-hr-format.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/log-hr-format.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/log-hr-format.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Human readable log output format</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="FPT.html" title="Logging floating point type numbers">
 <link rel="next" href="log-xml-format.html" title="XML based log output format">
@@ -22,7 +22,7 @@
       </a><b>Human readable format</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="log-xml-format.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="log-xml-format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -324,7 +324,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="FPT.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="log-xml-format.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="FPT.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log-xml-format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/log-xml-format.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/log-xml-format.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/log-xml-format.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>XML based log output format</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="test-log.html" title="Test log output">
 <link rel="prev" href="log-hr-format.html" title="Human readable log output format">
 <link rel="next" href="log-ct-config.html" title="Compile time configuration">
@@ -22,7 +22,7 @@
       </a><b>XML based log output format</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="log-ct-config.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="log-ct-config.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -40,7 +40,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="log-hr-format.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="log-ct-config.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="log-hr-format.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="test-log.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log-ct-config.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/results-report.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/results-report.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/results-report.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test report output</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-output.html" title="Test Output &#8230; or let's see what you got for your money">
 <link rel="prev" href="log-ct-config.html" title="Compile time configuration">
 <link rel="next" href="test-progress.html" title="Test progress display">
@@ -20,7 +20,7 @@
       </a><b>Test report output</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="test-progress.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="test-progress.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -48,7 +48,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="log-ct-config.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="test-progress.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="log-ct-config.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="test-progress.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/test-log.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/test-log.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/test-log.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test log output</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-output.html" title="Test Output &#8230; or let's see what you got for your money">
 <link rel="prev" href="../test-output.html" title="Test Output &#8230; or let's see what you got for your money">
 <link rel="next" href="BOOST_TEST_MESSAGE.html" title="BOOST_TEST_MESSAGE">
@@ -22,7 +22,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -93,7 +93,7 @@
 </ul></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -179,7 +179,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example32-output">Running 1 test case...
 test.cpp(16): error in "test_list": check p1 == p2 failed [ != ]
@@ -207,7 +207,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../test-output.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../test-output.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_TEST_MESSAGE.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-output/test-progress.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-output/test-progress.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-output/test-progress.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>Test progress display</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-output.html" title="Test Output &#8230; or let's see what you got for your money">
 <link rel="prev" href="results-report.html" title="Test report output">
 <link rel="next" href="../runtime-config.html" title="Runtime configuration &#8230; or what are the strings I can pull?">
@@ -20,7 +20,7 @@
       </a><b>Progress display</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../runtime-config.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../runtime-config.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -30,7 +30,7 @@
 <p class="first-line-indented">
    In case if the test module involves lengthy computation split among multiple test cases you may be interested in
    progress monitor. The test runners supplied with the <acronym class="acronym">UTF</acronym> support simple text progress display, implemented based
- on <code class="computeroutput">boost::progress_display</code><sup>[<a name="id494316" href="#ftn.id494316" class="footnote">5</a>]</sup>. The progress display output
+ on <code class="computeroutput">boost::progress_display</code><sup>[<a name="id495338" href="#ftn.id495338" class="footnote">5</a>]</sup>. The progress display output
    is enabled using the <acronym class="acronym">UTF</acronym> parameter <a class="link" href="../runtime-config/reference.html#utf.user-guide.runtime-config.parameters">show_progress</a>.
   </p>
 <p class="first-line-indented">
@@ -75,7 +75,7 @@
 <table border="0" summary="Simple list" class="simplelist"><tr>
 <td><code class="literal">Source code</code></td>
 <td> | </td>
-<td><code class="literal">Show output</code></td>
+<td><code class="literal">Show output</code></td>
 </tr></table>
 <pre class="example-output" id="example49-output">&gt; example --show_progress=yes --log_level=nothing
 
@@ -89,7 +89,7 @@
 </div>
 <br class="example-break"><div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><acronym class="acronym"><sup>[<a name="ftn.id494316" href="#id494316" class="acronym">5</a>] </sup>UTF</acronym></div>
+<div class="footnote"><acronym class="acronym"><sup>[<a name="ftn.id495338" href="#id495338" class="acronym">5</a>] </sup>UTF</acronym></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
@@ -98,7 +98,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="results-report.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../runtime-config.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="results-report.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-output.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../runtime-config.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/test-runners.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/test-runners.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/test-runners.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The supplied test runners &#8230; or where is the entrance?</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="usage-variants/extern-test-runner-variant.html" title="The external test runner variant of the UTF">
 <link rel="next" href="usage-variants/extern-test-runner.html" title="External test runner variant of the UTF">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -46,7 +46,7 @@
   </p>
 <div class="warning"><table border="0" summary="Warning">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../doc/html/images/warning.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../doc/src/images/warning.png"></td>
 <th align="left">Warning</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -88,7 +88,7 @@
    </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -162,7 +162,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="usage-variants/extern-test-runner-variant.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="usage-variants/extern-test-runner-variant.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="usage-variants/extern-test-runner.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The UTF usage variants &#8230; or the Buridan's donkey parable</title>
 <link rel="stylesheet" href="../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../index.html" title="Boost Test Library">
+<link rel="home" href="../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="prev" href="../user-guide.html" title="Unit Test Framework: User's guide">
 <link rel="next" href="usage-variants/static-lib-variant.html" title="The static library variant of the UTF">
@@ -20,7 +20,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="usage-variants/static-lib-variant.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="usage-variants/static-lib-variant.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -53,7 +53,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../user-guide.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="usage-variants/static-lib-variant.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../user-guide.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../user-guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="usage-variants/static-lib-variant.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants/dynamic-lib-variant.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants/dynamic-lib-variant.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants/dynamic-lib-variant.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The dynamic library variant of the UTF</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
 <link rel="prev" href="static-lib-variant.html" title="The static library variant of the UTF">
 <link rel="next" href="single-header-variant.html" title="The single-header variant of the UTF">
@@ -20,7 +20,7 @@
       </a><b>Dynamic library</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="single-header-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="single-header-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -46,7 +46,7 @@
    </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -61,7 +61,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="static-lib-variant.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="single-header-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="static-lib-variant.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="single-header-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner-variant.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner-variant.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner-variant.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The external test runner variant of the UTF</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
 <link rel="prev" href="single-header-variant.html" title="The single-header variant of the UTF">
 <link rel="next" href="../test-runners.html" title="The supplied test runners &#8230; or where is the entrance?">
@@ -20,7 +20,7 @@
       </a><b>External test runner</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../test-runners.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../test-runners.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -46,7 +46,7 @@
    </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/html/images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -61,7 +61,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="single-header-variant.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../test-runners.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="single-header-variant.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../test-runners.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>External test runner variant of the UTF</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../test-runners.html" title="The supplied test runners &#8230; or where is the entrance?">
 <link rel="prev" href="../test-runners.html" title="The supplied test runners &#8230; or where is the entrance?">
 <link rel="next" href="../initialization.html" title="Test module initialization &#8230; or ready, set &#8230;">
@@ -22,7 +22,7 @@
       </a>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="../initialization.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="../initialization.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -45,7 +45,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../test-runners.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-runners.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../initialization.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../test-runners.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test-runners.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../initialization.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants/single-header-variant.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants/single-header-variant.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants/single-header-variant.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The single-header variant of the UTF</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
 <link rel="prev" href="dynamic-lib-variant.html" title="The dynamic library variant of the UTF">
 <link rel="next" href="extern-test-runner-variant.html" title="The external test runner variant of the UTF">
@@ -20,7 +20,7 @@
       </a><b>Single header</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="extern-test-runner-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="extern-test-runner-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -59,7 +59,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="dynamic-lib-variant.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="extern-test-runner-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="dynamic-lib-variant.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="extern-test-runner-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html
==============================================================================
--- trunk/libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html (original)
+++ trunk/libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -4,7 +4,7 @@
 <title>The static library variant of the UTF</title>
 <link rel="stylesheet" href="../../../../style/style.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
-<link rel="home" href="../../../index.html" title="Boost Test Library">
+<link rel="home" href="../../../index.html" title="Chapter&#160;.&#160;Boost Test Library">
 <link rel="up" href="../usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
 <link rel="prev" href="../usage-variants.html" title="The UTF usage variants &#8230; or the Buridan's donkey parable">
 <link rel="next" href="dynamic-lib-variant.html" title="The dynamic library variant of the UTF">
@@ -20,7 +20,7 @@
       </a><b>Static library</b>
 </td>
 <td><div class="spirit-nav">
-Prev<a href="dynamic-lib-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+Prev<a href="dynamic-lib-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div></td>
 </tr></table>
 <hr>
@@ -44,7 +44,7 @@
    </p>
 <div class="important"><table border="0" summary="Important">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/html/images/important.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../../doc/src/images/important.png"></td>
 <th align="left">Important</th>
 </tr>
 <tr><td align="left" valign="top"><p>
@@ -60,7 +60,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../usage-variants.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="dynamic-lib-variant.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../usage-variants.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../usage-variants.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="dynamic-lib-variant.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/test/doc/src/examples/example10.cpp
==============================================================================
--- trunk/libs/test/doc/src/examples/example10.cpp (original)
+++ trunk/libs/test/doc/src/examples/example10.cpp 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -8,7 +8,7 @@
 
 BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types )
 {
- BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 )
+ BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 );
 }
 
 //____________________________________________________________________________//

Modified: trunk/libs/test/doc/src/utf.users-guide.fixture.xml
==============================================================================
--- trunk/libs/test/doc/src/utf.users-guide.fixture.xml (original)
+++ trunk/libs/test/doc/src/utf.users-guide.fixture.xml 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -136,7 +136,7 @@
   <inline-synopsis>
    <macro name="BOOST_FIXTURE_TEST_CASE" kind="functionlike">
     <macro-parameter name="test_case_name"/>
- <macro-parameter name="fixure_name"/>
+ <macro-parameter name="fixture_name"/>
    </macro>
   </inline-synopsis>
   

Modified: trunk/libs/test/doc/utf-boostbook.jam
==============================================================================
--- trunk/libs/test/doc/utf-boostbook.jam (original)
+++ trunk/libs/test/doc/utf-boostbook.jam 2010-12-09 12:08:15 EST (Thu, 09 Dec 2010)
@@ -24,12 +24,12 @@
   if ! $(initialized)
   {
     .initialized = true ;
- using boostbook ;
+ using boostbook ;
     generators.register-standard utf-boostbook.boostbook-to-docbook : XML : DOCBOOK : <utf-boostbook>on ;
     generators.register-standard utf-boostbook.docbook-to-htmldir : DOCBOOK : HTMLDIR : <utf-boostbook>on ;
 
- generators.override utf-boostbook.boostbook-to-docbook : boostbook.boostbook-to-docbook ;
- generators.override utf-boostbook.docbook-to-htmldir : boostbook.docbook-to-htmldir ;
+ generators.override utf-boostbook.boostbook-to-docbook : boostbook.boostbook-to-docbook ;
+ generators.override utf-boostbook.docbook-to-htmldir : boostbook.docbook-to-htmldir ;
   }
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk