|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2008-03-18 21:42:06
Author: bemandawes
Date: 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
New Revision: 43715
URL: http://svn.boost.org/trac/boost/changeset/43715
Log:
Fix broken links
Text files modified:
trunk/libs/test/doc/components/utf/components/index.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/abstract_interface.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/auto_register_facility.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/boost_function_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/class_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/function_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/index.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/param_class_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/param_function_tc.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_case/tc_template.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_log/custom_log_formatter.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_log/index.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_result/index.html | 2 +-
trunk/libs/test/doc/components/utf/components/test_suite/index.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/build_info.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/catch_system_errors.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/detect_memory_leaks.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/index.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/log_format.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/log_level.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/no_result_code.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/output_format.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/random.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/report_format.html | 6 +++---
trunk/libs/test/doc/components/utf/parameters/report_level.html | 2 +-
trunk/libs/test/doc/components/utf/parameters/show_progress.html | 2 +-
trunk/libs/test/doc/examples/unit_test_example1.html | 4 ++--
trunk/libs/test/doc/examples/unit_test_example2.html | 6 +++---
trunk/libs/test/doc/examples/unit_test_example3.html | 6 +++---
trunk/libs/test/doc/examples/unit_test_example4.html | 4 ++--
trunk/libs/test/doc/examples/unit_test_example5.html | 6 +++---
trunk/libs/test/doc/tutorials/hello_the_testing_world.html | 4 ++--
trunk/libs/test/doc/tutorials/new_year_resolution.html | 4 ++--
34 files changed, 46 insertions(+), 46 deletions(-)
Modified: trunk/libs/test/doc/components/utf/components/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/index.html (original)
+++ trunk/libs/test/doc/components/utf/components/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > <SPAN class="current_article">Components</SPAN>
</DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Unit Test Framework components</H1>
<P class="first-line-indented">The Unit Test Framework consists of several cooperating components. All
components are located in the namespace boost::unit_test.</P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/abstract_interface.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/abstract_interface.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/abstract_interface.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">Abstract
Interface</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The abstract Test Case interface</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp</P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/auto_register_facility.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/auto_register_facility.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/auto_register_facility.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
automatic registration facility</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The automatic registration facility</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in <A href="../../../../../../../boost/test/auto_unit_test.hpp">
Modified: trunk/libs/test/doc/components/utf/components/test_case/boost_function_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/boost_function_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/boost_function_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
boost::function based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The boost::function based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in
Modified: trunk/libs/test/doc/components/utf/components/test_case/class_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/class_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/class_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
class member function based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The class member function based test cases</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp</P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/function_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/function_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/function_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
> The Unit Test Framework > Components >
<A href="index.html">The Test Case</A> > <SPAN class="current_article">The
free function based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The free function based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp </P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/index.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components > <A href="../../index.html">The
Unit Test Framework</A> > Components > <SPAN class="current_article">The
Test Case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle"><A name="TestCase">The Test Case</A></H1>
<P class="first-line-indented">The Unit Test Framework provides an ability for the user to create the
test case based on many different sources.</P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
parameterized boost::function based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The parameterized boost::function based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in
Modified: trunk/libs/test/doc/components/utf/components/test_case/param_class_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/param_class_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/param_class_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
parameterized class member function based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The parameterized class member function based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp </P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/param_function_tc.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/param_function_tc.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/param_function_tc.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
Unit Test Framework</A> > Components > <A href="index.html">The
Test Case</A> > <SPAN class="current_article">The
parameterized function test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The parameterized free function based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp</P>
Modified: trunk/libs/test/doc/components/utf/components/test_case/tc_template.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_case/tc_template.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_case/tc_template.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -12,7 +12,7 @@
> The Unit Test Framework > Components >
<A href="index.html">The Test Case</A> > <SPAN class="current_article">The
free function template based test case</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The free function template based test case</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in test_case_template.hpp</P>
Modified: trunk/libs/test/doc/components/utf/components/test_log/custom_log_formatter.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_log/custom_log_formatter.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_log/custom_log_formatter.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -9,7 +9,7 @@
</HEAD>
<BODY>
<DIV class="header"> Boost.Test > Components > The Unit Test Framework > Components > <SPAN class="current_article">The Test Log formatter interface </SPAN></DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The test log formatter interface </H1>
<H4 class="underlined">Definition</H4>
<P>defined in unit_test_log_formatter.hpp </P>
Modified: trunk/libs/test/doc/components/utf/components/test_log/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_log/index.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_log/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -9,7 +9,7 @@
</HEAD>
<BODY>
<DIV class="header"> Boost.Test > Components > The Unit Test Framework > Components > <SPAN class="current_article">The Test Log</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Test Log</H1>
<H4 class="underlined">Definition</H4>
<P>defined in unit_test_log.hpp </P>
Modified: trunk/libs/test/doc/components/utf/components/test_result/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_result/index.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_result/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Components >
<SPAN class="current_article">The Test Result</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Test Result</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_result.hpp </P>
Modified: trunk/libs/test/doc/components/utf/components/test_suite/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/components/test_suite/index.html (original)
+++ trunk/libs/test/doc/components/utf/components/test_suite/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Components >
<SPAN class="current_article">The Test Suite</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Test Suite</H1>
<H5>Definition</H5>
<P class="first-line-indented"> defined in unit_test_suite.hpp </P>
Modified: trunk/libs/test/doc/components/utf/parameters/build_info.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/build_info.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/build_info.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters
> <SPAN class="current_article">Build info</SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'build info' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/catch_system_errors.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/catch_system_errors.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/catch_system_errors.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Catch
system errors </SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'catch system errors' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/detect_memory_leaks.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/detect_memory_leaks.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/detect_memory_leaks.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters
> <SPAN class="current_article">Detect memory leaks </SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'build info' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/index.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/index.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/index.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > <SPAN class="current_article">Parameters</SPAN>
</DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Unit Test Framework parameters</H1>
<P class="first-line-indented">The Unit Test Framework supports two ways to configure test program execution
at runtime: using command line arguments and setting environment variables. Command line argument
Modified: trunk/libs/test/doc/components/utf/parameters/log_format.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/log_format.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/log_format.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Log
format</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'log format' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/log_level.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/log_level.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/log_level.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Log
level</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'log level' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/no_result_code.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/no_result_code.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/no_result_code.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -10,7 +10,7 @@
<BODY>
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">No result code</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'no result code' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/output_format.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/output_format.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/output_format.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Output
format</SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test reporto">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test reporto">
<H1 class="subtitle">The 'output format' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/random.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/random.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/random.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">The
random seed </SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'build info' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/report_format.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/report_format.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/report_format.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Report
format</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test reporto">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test reporto">
<H1 class="subtitle">The 'report format' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
@@ -53,10 +53,10 @@
<DIV class="footer-body">
<P> © <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy Rozental</A> 2001-2006. <BR>
Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or copy at
+ (See accompanying file LICENSE_1_0.txt or copy at
<A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
<P>Revised: <!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate --> </P>
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/components/utf/parameters/report_level.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/report_level.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/report_level.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters > <SPAN class="current_article">Report
level</SPAN> </DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'report level' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/components/utf/parameters/show_progress.html
==============================================================================
--- trunk/libs/test/doc/components/utf/parameters/show_progress.html (original)
+++ trunk/libs/test/doc/components/utf/parameters/show_progress.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -11,7 +11,7 @@
<DIV class="header"> Boost.Test > Components
> The Unit Test Framework > Parameters
> <SPAN class="current_article">Show progress </SPAN></DIV>
-<DIV class="body"> <IMG src="../../btl1.gif" width="252" height="43" alt="Boost Test logo">
+<DIV class="body"> <IMG src="../../../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The 'build info' parameter</H1>
<TABLE class="parameter-table" cellspacing="0">
<TR>
Modified: trunk/libs/test/doc/examples/unit_test_example1.html
==============================================================================
--- trunk/libs/test/doc/examples/unit_test_example1.html (original)
+++ trunk/libs/test/doc/examples/unit_test_example1.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -37,7 +37,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD>unit_test_example1.cpp</TD>
+ <TD>unit_test_example_01.cpp</TD>
</TR>
</TABLE>
</DIV>
@@ -51,4 +51,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/examples/unit_test_example2.html
==============================================================================
--- trunk/libs/test/doc/examples/unit_test_example2.html (original)
+++ trunk/libs/test/doc/examples/unit_test_example2.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -8,7 +8,7 @@
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
-<DIV class="header"> Boost.Test > Examples > <SPAN class="current_article">unit_test_example2</SPAN>
+<DIV class="header"> Boost.Test > Examples > <SPAN class="current_article">unit_test_example02</SPAN>
</DIV>
<DIV class="body"> <IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Unit Test Framework example 2</H1>
@@ -40,7 +40,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD>unit_test_example2.cpp</TD>
+ <TD>unit_test_example_02.cpp</TD>
</TR>
</TABLE>
</DIV>
@@ -54,4 +54,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/examples/unit_test_example3.html
==============================================================================
--- trunk/libs/test/doc/examples/unit_test_example3.html (original)
+++ trunk/libs/test/doc/examples/unit_test_example3.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -8,7 +8,7 @@
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
-<DIV class="header"> Boost.Test > Examples > <SPAN class="current_article">unit_test_example3</SPAN>
+<DIV class="header"> Boost.Test > Examples > <SPAN class="current_article">unit_test_example03</SPAN>
</DIV>
<DIV class="body"> <IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">The Unit Test Framework example 3</H1>
@@ -45,7 +45,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD>unit_test_example3.cpp</TD>
+ <TD>unit_test_example_03.cpp</TD>
</TR>
</TABLE>
</DIV>
@@ -59,4 +59,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/examples/unit_test_example4.html
==============================================================================
--- trunk/libs/test/doc/examples/unit_test_example4.html (original)
+++ trunk/libs/test/doc/examples/unit_test_example4.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -34,7 +34,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD>unit_test_example4.cpp</TD>
+ <TD>unit_test_example_04.cpp</TD>
</TR>
</TABLE>
</DIV>
@@ -48,4 +48,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/examples/unit_test_example5.html
==============================================================================
--- trunk/libs/test/doc/examples/unit_test_example5.html (original)
+++ trunk/libs/test/doc/examples/unit_test_example5.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
-<TITLE>Boost Test Library: unit_test_example5 example</TITLE>
+<TITLE>Boost Test Library: unit_test_example 5 example</TITLE>
<LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen">
<LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print">
<META http-equiv="Content-Language" content="en-us">
@@ -52,7 +52,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD>unit_test_example5.cpp</TD>
+ <TD>unit_test_example_05.cpp</TD>
</TR>
</TABLE>
</DIV>
@@ -66,4 +66,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/tutorials/hello_the_testing_world.html
==============================================================================
--- trunk/libs/test/doc/tutorials/hello_the_testing_world.html (original)
+++ trunk/libs/test/doc/tutorials/hello_the_testing_world.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -134,7 +134,7 @@
<P> © <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
Rozental</A> 2001-2006. <BR>
Distributed under the Boost Software License, Version 1.0. (See accompanying
- file LICENSE_1_0.txt or copy
+ file LICENSE_1_0.txt or copy
at www.boost.org/LICENSE_1_0.txt)</P>
<P>Revised:
<!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate -->
@@ -142,4 +142,4 @@
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
Modified: trunk/libs/test/doc/tutorials/new_year_resolution.html
==============================================================================
--- trunk/libs/test/doc/tutorials/new_year_resolution.html (original)
+++ trunk/libs/test/doc/tutorials/new_year_resolution.html 2008-03-18 21:42:03 EDT (Tue, 18 Mar 2008)
@@ -182,10 +182,10 @@
<DIV class="footer-body">
<P> © <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy Rozental</A> 2001-2006. <BR>
Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or copy at
+ (See accompanying file LICENSE_1_0.txt or copy at
<A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
<P>Revised: <!-- #BeginDate format:Sw1 -->26 February, 2006<!-- #EndDate --> </P>
</DIV>
</DIV>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
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