SHA256
1
0
forked from pool/boost
boost/boost-fix_doc_url.patch

155 lines
7.9 KiB
Diff

--- libs/filesystem/doc/tr2_proposal.html
+++ libs/filesystem/doc/tr2_proposal.html
@@ -2512,7 +2512,7 @@
processor! Although these semantics are often useful, they are also very
error-prone.</p>
<p>See
- <a href="file:///C|/boost/site/libs/filesystem/doc/operations.htm#complete_note">
+ <a href="file://operations.htm#complete_note">
<i>complete()</i> note</a> for usage suggestions. <i>-- end note</i>]</p>
</blockquote>
<pre>errno_type <a name="to_errno">to_errno</a>( system_error_type code );</pre>
--- libs/test/doc/components/prg_exec_monitor/compilation.html
+++ libs/test/doc/components/prg_exec_monitor/compilation.html
@@ -42,13 +42,13 @@
that is built on top of bjam tool. All make systems require some kind of
configuration file that list all files that constitute the library and all
the build options. For example makefile that is used by make, Microsoft Visual
- Studio project file, Jamfile that is used by Boost.Build. For the sake of
+ Studio project file, Jamfile.v2 that is used by Boost.Build. For the sake of
simplicity lets call this file the makefile. To build a stanalone library
following files, that are located in the Boost Test Library source directory,
needs to be listed as source files in your makefile:</P>
<P class="indented"><A href="../../../src/execution_monitor.cpp">execution_monitor.cpp</A><BR>
<A href="../../../src/cpp_main.cpp">cpp_main.cpp</A></P>
- <P class="first-line-indented">The <A href="../../../build/Jamfile">Jamfile</A> for
+ <P class="first-line-indented">The <A href="../../../build/Jamfile.v2">Jamfile.v2</A> for
use with Boost.Build system is supplied in libs/test/build directory. </P>
<H5>Building static library<A name="static_build"></A></H5>
<P class="first-line-indented">There are no additional build defines or options
--- libs/test/doc/components/utf/compilation.html
+++ libs/test/doc/components/utf/compilation.html
@@ -64,7 +64,7 @@
<A href="../../../src/unit_test_suite.cpp">unit_test_suite.cpp</A><BR>
<A href="../../../src/xml_log_formatter.cpp">xml_log_formatter.cpp</A><BR>
<A href="../../../src/xml_report_formatter.cpp">xml_report_formatter.cpp</A></P>
- <P class="first-line-indented">The <A href="../../../build/Jamfile">Jamfile</A> for
+ <P class="first-line-indented">The <A href="../../../build/Jamfile.v2">Jamfile.v2</A> for
use with Boost.Build system is supplied in libs/test/build directory. </P>
<H5>Building static library<A name="static_build"></A></H5>
<P class="first-line-indented">There are no additional build defines or options
--- libs/test/doc/examples/unit_test_example1.html
+++ libs/test/doc/examples/unit_test_example1.html
@@ -31,13 +31,14 @@
<TR>
<TD class="title" valign="top">Output:</TD>
<TD><SPAN class="test-output">Running 1 test case...<BR>
- .../unit_test_example1.cpp(17): error in &quot;free_test_function&quot;: test 2 == 1 failed<BR>
+ .../unit_test_example_01.cpp(17): error in &quot;free_test_function&quot;: test 2 == 1 failed<BR>
<BR>
*** No errors detected </SPAN> </TD>
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD><A href="../../example/unit_test_example1.cpp">unit_test_example1.cpp</A></TD>
+ <TD><A
+ href="../../example/unit_test_example_01.cpp">unit_test_example_01.cpp</A></TD>
</TR>
</TABLE>
</DIV>
--- libs/test/doc/examples/unit_test_example2.html
+++ libs/test/doc/examples/unit_test_example2.html
@@ -34,13 +34,14 @@
it will look like this:<BR>
<SPAN class="test-output">Running 2 test case...<BR>
Exception in &quot;force_division_by_zero&quot;: integer divide by zero<BR>
- .../unit_test_example2.cpp(16) : last checkpoint: About to force division by zero!<BR>
+ .../unit_test_example_02.cpp(16) : last checkpoint: About to force division by zero!<BR>
<BR>
*** errors detected in test suite &quot;Unit test example 2&quot;; see standard output for details </SPAN> </TD>
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD><A href="../../example/unit_test_example2.cpp">unit_test_example2.cpp</A></TD>
+ <TD><A
+ href="../../example/unit_test_example_02.cpp">unit_test_example_02.cpp</A></TD>
</TR>
</TABLE>
</DIV>
--- libs/test/doc/examples/unit_test_example3.html
+++ libs/test/doc/examples/unit_test_example3.html
@@ -34,18 +34,18 @@
<TD class="title" valign="top">Output:</TD>
<TD>With the input described above the output looks like:<BR>
<SPAN class="test-output">Running 3 test case...<BR>
- .../unit_test_example3.cpp(63): error in &quot;account_test::test_init&quot;: test m_account.balance() ==
+ .../unit_test_example_03.cpp(63): error in &quot;account_test::test_init&quot;: test m_account.balance() ==
5.0 failed [10 != 5]<BR>
Enter deposit value:<BR>
5<BR>
- .../unit_test_example3.cpp(87): fatal error in &quot;account_test::test_deposit&quot;:
+ .../unit_test_example_03.cpp(87): fatal error in &quot;account_test::test_deposit&quot;:
test m_account.balance() &gt;= 100.0 failed<BR>
<BR>
*** 2 failures detected (5 failures expected) in test suite &quot;Unit test example 3&quot; </SPAN> </TD>
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD><A href="../../example/unit_test_example3.cpp">unit_test_example3.cpp</A></TD>
+ <TD><A href="../../example/unit_test_example_03.cpp">unit_test_example_03.cpp</A></TD>
</TR>
</TABLE>
</DIV>
--- libs/test/doc/examples/unit_test_example4.html
+++ libs/test/doc/examples/unit_test_example4.html
@@ -27,14 +27,14 @@
<TD>The output depends on whether or not your system support setting test case timeout. For Win32
it will look like this:<BR>
<SPAN class="test-output">Running 1 test case...<BR>
- .../unit_test_example4.cpp(20): error in &quot;check_string&quot;: test s.substr( 0, 3 ) == &quot;hdr&quot; failed
+ .../unit_test_example_04.cpp(20): error in &quot;check_string&quot;: test s.substr( 0, 3 ) == &quot;hdr&quot; failed
[3 != hdr]<BR>
<BR>
*** No errors detected </SPAN> </TD>
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD><A href="../../example/unit_test_example4.cpp">unit_test_example4.cpp</A></TD>
+ <TD><A href="../../example/unit_test_example_04.cpp">unit_test_example_04.cpp</A></TD>
</TR>
</TABLE>
</DIV>
--- libs/test/doc/examples/unit_test_example5.html
+++ libs/test/doc/examples/unit_test_example5.html
@@ -52,7 +52,7 @@
</TR>
<TR>
<TD class="title" valign="top">Source:</TD>
- <TD><A href="../../example/unit_test_example5.cpp">unit_test_example5.cpp</A></TD>
+ <TD><A href="../../example/unit_test_example_05.cpp">unit_test_example_05.cpp</A></TD>
</TR>
</TABLE>
</DIV>
--- libs/test/doc/tutorials/hello_the_testing_world.html
+++ libs/test/doc/tutorials/hello_the_testing_world.html
@@ -134,7 +134,7 @@
<P> &copy; <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 <A href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy
+ file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> 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 -->
--- more/count_bdy.htm
+++ more/count_bdy.htm
@@ -753,7 +753,7 @@
<div align="right">
<hr width="100%">
<font size="-1"><i>First published in</i> <a href=
- "http://www.accu.org/c++sig/public/Overload.html">Overload</a> <i>25,
+ "http://www.accu.org/index.php/overloadonline"</a> <i>25,
April 1998, ISSN 1354-3172</i></font>
</div>