From c53868d48b1cd8fb3f69842330721cf2a1a434f7 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Thu, 6 Nov 2003 07:32:30 +0000 Subject: [PATCH] Licence update [SVN r20696] --- build/Jamfile | 9 ++-- .../output_test_stream_test.vcproj | 2 +- build/msvc71_proj/test_fp_comparisons.vcproj | 2 +- build/msvc71_proj/test_tools_test.vcproj | 2 +- build/msvc71_proj/unit_test_example1.vcproj | 2 +- build/msvc71_proj/unit_test_example2.vcproj | 2 +- build/msvc71_proj/unit_test_example3.vcproj | 2 +- build/msvc71_proj/unit_test_example4.vcproj | 2 +- build/msvc71_proj/unit_test_example5.vcproj | 2 +- build/msvc71_proj/unit_test_framework.vcproj | 4 +- doc/acknowledgements.html | 10 ++-- doc/compilation.html | 8 ++-- .../execution_monitor/compilation.html | 10 ++-- .../execution_exception.html | 8 ++-- .../execution_monitor/execution_monitor.html | 8 ++-- doc/components/execution_monitor/index.html | 8 ++-- doc/components/index.html | 8 ++-- doc/components/minimal_testing/index.html | 8 ++-- .../prg_exec_monitor/compilation.html | 8 ++-- doc/components/prg_exec_monitor/index.html | 8 ++-- .../test_exec_monitor/compilation.html | 10 ++-- doc/components/test_exec_monitor/index.html | 8 ++-- .../test_tools/floating_point_comparison.html | 8 ++-- doc/components/test_tools/index.html | 8 ++-- .../test_tools/output_test_stream.html | 8 ++-- .../test_tools/output_test_stream_spec.html | 8 ++-- .../test_tools/reference/copyright.html | 10 ++-- .../unit_test_framework/compilation.html | 8 ++-- .../unit_test_framework/components/index.html | 8 ++-- .../test_case/abstract_interface.html | 10 ++-- .../test_case/boost_function_test_case.html | 8 ++-- .../components/test_case/class_test_case.html | 8 ++-- .../test_case/function_test_case.html | 8 ++-- .../components/test_case/index.html | 10 ++-- ...arameterized_boost_function_test_case.html | 8 ++-- .../parameterized_class_test_case.html | 8 ++-- .../parameterized_function_test_case.html | 8 ++-- .../components/test_log/index.html | 8 ++-- .../components/test_result/index.html | 8 ++-- .../components/test_suite/index.html | 8 ++-- .../getting_started/index.html | 10 ++-- doc/components/unit_test_framework/index.html | 8 ++-- .../parameters/build_info.html | 8 ++-- .../unit_test_framework/parameters/index.html | 8 ++-- .../parameters/log_level.html | 8 ++-- .../parameters/no_result_code.html | 8 ++-- .../parameters/report_level.html | 8 ++-- doc/examples/index.html | 8 ++-- doc/examples/prog_exec_monitor_example.html | 8 ++-- doc/examples/test_exec_monitor_example.html | 8 ++-- doc/examples/unit_test_example1.html | 8 ++-- doc/examples/unit_test_example2.html | 8 ++-- doc/examples/unit_test_example3.html | 8 ++-- doc/examples/unit_test_example4.html | 8 ++-- doc/examples/unit_test_example5.html | 8 ++-- doc/faq.html | 10 ++-- doc/index.html | 9 ++-- doc/open_issues.html | 10 ++-- doc/portability.html | 10 ++-- doc/release_notes.html | 10 ++-- doc/tests/auto_unit_test_test.html | 8 ++-- doc/tests/errors_handling_test.html | 8 ++-- doc/tests/index.html | 14 +++--- doc/tests/minimal_test.html | 8 ++-- doc/tests/online_test.html | 8 ++-- doc/tests/output_test_stream_test.html | 8 ++-- doc/tests/parameterized_test_test.html | 8 ++-- doc/tests/prg_exec_fail1.html | 8 ++-- doc/tests/prg_exec_fail2.html | 8 ++-- doc/tests/prg_exec_fail3.html | 8 ++-- doc/tests/prg_exec_fail4.html | 8 ++-- doc/tests/result_report_test.html | 8 ++-- doc/tests/test_exec_fail1.html | 8 ++-- doc/tests/test_exec_fail2.html | 8 ++-- doc/tests/test_exec_fail3.html | 8 ++-- doc/tests/test_exec_fail4.html | 8 ++-- doc/tests/test_fp_comparisons.html | 8 ++-- doc/tests/test_tools_test.html | 8 ++-- doc/tests/unit_test_suite_ex_test.html | 8 ++-- example/Jamfile | 9 ++-- example/exec_mon_example.cpp | 8 ++-- example/prg_exec_example.cpp | 8 ++-- example/test_case_template_example.cpp | 8 ++-- example/test_exec_example.cpp | 8 ++-- example/unit_test_example1.cpp | 8 ++-- example/unit_test_example2.cpp | 8 ++-- example/unit_test_example3.cpp | 8 ++-- example/unit_test_example4.cpp | 8 ++-- example/unit_test_example5.cpp | 8 ++-- src/cpp_main.cpp | 9 +++- src/execution_monitor.cpp | 9 +++- src/supplied_log_formatters.cpp | 9 +++- src/test_main.cpp | 9 +++- src/test_tools.cpp | 11 +++-- src/unit_test_log.cpp | 9 +++- src/unit_test_main.cpp | 9 +++- src/unit_test_monitor.cpp | 9 +++- src/unit_test_parameters.cpp | 9 +++- src/unit_test_result.cpp | 9 +++- src/unit_test_suite.cpp | 9 +++- test/Jamfile | 9 ++-- test/auto_unit_test_test.cpp | 9 +++- test/auto_unit_test_test_mult1.cpp | 9 +++- test/auto_unit_test_test_mult2.cpp | 9 +++- test/custom_exception_test.cpp | 9 +++- test/errors_handling_test.cpp | 9 +++- test/minimal_test.cpp | 9 +++- test/online_test.cpp | 9 +++- test/output_test_stream_test.cpp | 11 ++++- test/parameterized_test_test.cpp | 9 +++- test/prg_exec_fail1.cpp | 9 +++- test/prg_exec_fail2.cpp | 9 +++- test/prg_exec_fail3.cpp | 9 +++- test/prg_exec_fail4.cpp | 9 +++- test/result_report_test.cpp | 12 +++-- test/test_case_template_test.cpp | 9 +++- test/test_exec_fail1.cpp | 9 +++- test/test_exec_fail2.cpp | 9 +++- test/test_exec_fail3.cpp | 9 +++- test/test_exec_fail4.cpp | 9 +++- test/test_fp_comparisons.cpp | 47 ++++++++++--------- test/test_tools_test.cpp | 9 +++- test/unit_test_suite_ex_test.cpp | 9 +++- 123 files changed, 601 insertions(+), 441 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index 5fd2475a..7f4ce1d6 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -1,10 +1,9 @@ # (C) Copyright Gennadiy Rozental 2001-2003. -# Permission to copy, use, modify, sell and distribute this software -# is granted provided this copyright notice appears in all copies. -# This software is provided "as is" without express or implied warranty, -# and with no claim as to its suitability for any purpose. +# Use, modification, and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file +# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# See http://www.boost.org for most recent version including documentation. +# See http://www.boost.org/libs/test for the library home page. subproject libs/test/build ; diff --git a/build/msvc71_proj/output_test_stream_test.vcproj b/build/msvc71_proj/output_test_stream_test.vcproj index 0e357b03..80f4434a 100644 --- a/build/msvc71_proj/output_test_stream_test.vcproj +++ b/build/msvc71_proj/output_test_stream_test.vcproj @@ -82,7 +82,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/test_fp_comparisons.vcproj b/build/msvc71_proj/test_fp_comparisons.vcproj index 2a879fb2..2ea2a220 100644 --- a/build/msvc71_proj/test_fp_comparisons.vcproj +++ b/build/msvc71_proj/test_fp_comparisons.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/test_tools_test.vcproj b/build/msvc71_proj/test_tools_test.vcproj index 1ad773d3..d95caf69 100644 --- a/build/msvc71_proj/test_tools_test.vcproj +++ b/build/msvc71_proj/test_tools_test.vcproj @@ -80,7 +80,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/unit_test_example1.vcproj b/build/msvc71_proj/unit_test_example1.vcproj index c4e844e2..0cfaedbf 100644 --- a/build/msvc71_proj/unit_test_example1.vcproj +++ b/build/msvc71_proj/unit_test_example1.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/unit_test_example2.vcproj b/build/msvc71_proj/unit_test_example2.vcproj index 1f4b1e6d..1b448cdf 100644 --- a/build/msvc71_proj/unit_test_example2.vcproj +++ b/build/msvc71_proj/unit_test_example2.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/unit_test_example3.vcproj b/build/msvc71_proj/unit_test_example3.vcproj index 2974cbca..f96dcd53 100644 --- a/build/msvc71_proj/unit_test_example3.vcproj +++ b/build/msvc71_proj/unit_test_example3.vcproj @@ -80,7 +80,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/unit_test_example4.vcproj b/build/msvc71_proj/unit_test_example4.vcproj index a667d21a..d33fbd6e 100644 --- a/build/msvc71_proj/unit_test_example4.vcproj +++ b/build/msvc71_proj/unit_test_example4.vcproj @@ -23,7 +23,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" diff --git a/build/msvc71_proj/unit_test_example5.vcproj b/build/msvc71_proj/unit_test_example5.vcproj index 87c2938d..bb8a608f 100644 --- a/build/msvc71_proj/unit_test_example5.vcproj +++ b/build/msvc71_proj/unit_test_example5.vcproj @@ -23,7 +23,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\.." - PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG" + PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" GeneratePreprocessedFile="0" BasicRuntimeChecks="3" RuntimeLibrary="3" diff --git a/build/msvc71_proj/unit_test_framework.vcproj b/build/msvc71_proj/unit_test_framework.vcproj index fd82f617..17ca79d9 100644 --- a/build/msvc71_proj/unit_test_framework.vcproj +++ b/build/msvc71_proj/unit_test_framework.vcproj @@ -23,7 +23,7 @@ AdditionalOptions="/EHa" Optimization="0" AdditionalIncludeDirectories="../../../../" - PreprocessorDefinitions="_LIB;WIN32;_DEBUG" + PreprocessorDefinitions="_LIB;WIN32;_DEBUG,BOOST_TEST_NO_AUTO_LINK" ExceptionHandling="FALSE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -42,7 +42,7 @@ Name="VCCustomBuildTool"/> diff --git a/doc/acknowledgements.html b/doc/acknowledgements.html index b31926cd..12c7c748 100644 --- a/doc/acknowledgements.html +++ b/doc/acknowledgements.html @@ -26,12 +26,10 @@ diff --git a/doc/compilation.html b/doc/compilation.html index 9c9a5ed3..93ce1af5 100644 --- a/doc/compilation.html +++ b/doc/compilation.html @@ -23,10 +23,10 @@ diff --git a/doc/components/execution_monitor/compilation.html b/doc/components/execution_monitor/compilation.html index 0a9695f9..5a9e8a94 100644 --- a/doc/components/execution_monitor/compilation.html +++ b/doc/components/execution_monitor/compilation.html @@ -22,12 +22,10 @@ diff --git a/doc/components/execution_monitor/execution_exception.html b/doc/components/execution_monitor/execution_exception.html index c7cc8508..ed7f2106 100644 --- a/doc/components/execution_monitor/execution_exception.html +++ b/doc/components/execution_monitor/execution_exception.html @@ -39,10 +39,10 @@ diff --git a/doc/components/execution_monitor/execution_monitor.html b/doc/components/execution_monitor/execution_monitor.html index 2959a6ff..91545a7d 100644 --- a/doc/components/execution_monitor/execution_monitor.html +++ b/doc/components/execution_monitor/execution_monitor.html @@ -42,10 +42,10 @@ public: diff --git a/doc/components/execution_monitor/index.html b/doc/components/execution_monitor/index.html index def54993..f68a01d7 100644 --- a/doc/components/execution_monitor/index.html +++ b/doc/components/execution_monitor/index.html @@ -88,10 +88,10 @@ diff --git a/doc/components/index.html b/doc/components/index.html index c6613643..386bd969 100644 --- a/doc/components/index.html +++ b/doc/components/index.html @@ -48,10 +48,10 @@ diff --git a/doc/components/minimal_testing/index.html b/doc/components/minimal_testing/index.html index feb3c024..4ef570d2 100644 --- a/doc/components/minimal_testing/index.html +++ b/doc/components/minimal_testing/index.html @@ -88,10 +88,10 @@ diff --git a/doc/components/prg_exec_monitor/compilation.html b/doc/components/prg_exec_monitor/compilation.html index ba026e6e..ad7f60a8 100644 --- a/doc/components/prg_exec_monitor/compilation.html +++ b/doc/components/prg_exec_monitor/compilation.html @@ -22,10 +22,10 @@ diff --git a/doc/components/prg_exec_monitor/index.html b/doc/components/prg_exec_monitor/index.html index b481b9db..92930147 100644 --- a/doc/components/prg_exec_monitor/index.html +++ b/doc/components/prg_exec_monitor/index.html @@ -108,10 +108,10 @@ diff --git a/doc/components/test_exec_monitor/compilation.html b/doc/components/test_exec_monitor/compilation.html index aaab2d6f..2c1385e7 100644 --- a/doc/components/test_exec_monitor/compilation.html +++ b/doc/components/test_exec_monitor/compilation.html @@ -28,12 +28,10 @@ diff --git a/doc/components/test_exec_monitor/index.html b/doc/components/test_exec_monitor/index.html index 40295115..7ae6ada2 100644 --- a/doc/components/test_exec_monitor/index.html +++ b/doc/components/test_exec_monitor/index.html @@ -151,10 +151,10 @@ diff --git a/doc/components/test_tools/floating_point_comparison.html b/doc/components/test_tools/floating_point_comparison.html index 2f2129ee..14301ebd 100644 --- a/doc/components/test_tools/floating_point_comparison.html +++ b/doc/components/test_tools/floating_point_comparison.html @@ -150,10 +150,10 @@ diff --git a/doc/components/test_tools/index.html b/doc/components/test_tools/index.html index ea87f869..82005d13 100644 --- a/doc/components/test_tools/index.html +++ b/doc/components/test_tools/index.html @@ -57,10 +57,10 @@ diff --git a/doc/components/test_tools/output_test_stream.html b/doc/components/test_tools/output_test_stream.html index 7f5ae37d..1cf18e79 100644 --- a/doc/components/test_tools/output_test_stream.html +++ b/doc/components/test_tools/output_test_stream.html @@ -84,10 +84,10 @@ diff --git a/doc/components/test_tools/output_test_stream_spec.html b/doc/components/test_tools/output_test_stream_spec.html index 2d928978..27c7d3ca 100644 --- a/doc/components/test_tools/output_test_stream_spec.html +++ b/doc/components/test_tools/output_test_stream_spec.html @@ -85,10 +85,10 @@ diff --git a/doc/components/test_tools/reference/copyright.html b/doc/components/test_tools/reference/copyright.html index 32f7b5aa..25a8ecef 100644 --- a/doc/components/test_tools/reference/copyright.html +++ b/doc/components/test_tools/reference/copyright.html @@ -9,12 +9,10 @@ diff --git a/doc/components/unit_test_framework/compilation.html b/doc/components/unit_test_framework/compilation.html index 8b2651f3..13201adc 100644 --- a/doc/components/unit_test_framework/compilation.html +++ b/doc/components/unit_test_framework/compilation.html @@ -28,10 +28,10 @@ diff --git a/doc/components/unit_test_framework/components/index.html b/doc/components/unit_test_framework/components/index.html index 36f67330..6beaea7e 100644 --- a/doc/components/unit_test_framework/components/index.html +++ b/doc/components/unit_test_framework/components/index.html @@ -26,10 +26,10 @@ diff --git a/doc/components/unit_test_framework/components/test_case/abstract_interface.html b/doc/components/unit_test_framework/components/test_case/abstract_interface.html index 64f9de3a..11bd8004 100644 --- a/doc/components/unit_test_framework/components/test_case/abstract_interface.html +++ b/doc/components/unit_test_framework/components/test_case/abstract_interface.html @@ -37,12 +37,10 @@ diff --git a/doc/components/unit_test_framework/components/test_case/boost_function_test_case.html b/doc/components/unit_test_framework/components/test_case/boost_function_test_case.html index a25a3503..281f5c39 100644 --- a/doc/components/unit_test_framework/components/test_case/boost_function_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/boost_function_test_case.html @@ -63,10 +63,10 @@ init_unit_test_suite( int argc, diff --git a/doc/components/unit_test_framework/components/test_case/class_test_case.html b/doc/components/unit_test_framework/components/test_case/class_test_case.html index 3e793443..72ed7657 100644 --- a/doc/components/unit_test_framework/components/test_case/class_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/class_test_case.html @@ -102,10 +102,10 @@ Ts>add( BOOST_CLASS_TEST_CASE( &compound_test::test_access_methods, insta diff --git a/doc/components/unit_test_framework/components/test_case/function_test_case.html b/doc/components/unit_test_framework/components/test_case/function_test_case.html index caf54b02..9749eba8 100644 --- a/doc/components/unit_test_framework/components/test_case/function_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/function_test_case.html @@ -61,10 +61,10 @@ init_unit_test_suite( int argc, diff --git a/doc/components/unit_test_framework/components/test_case/index.html b/doc/components/unit_test_framework/components/test_case/index.html index 209d9bf3..6928cab8 100644 --- a/doc/components/unit_test_framework/components/test_case/index.html +++ b/doc/components/unit_test_framework/components/test_case/index.html @@ -33,12 +33,10 @@ diff --git a/doc/components/unit_test_framework/components/test_case/parameterized_boost_function_test_case.html b/doc/components/unit_test_framework/components/test_case/parameterized_boost_function_test_case.html index 420bb160..f015d515 100644 --- a/doc/components/unit_test_framework/components/test_case/parameterized_boost_function_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/parameterized_boost_function_test_case.html @@ -84,10 +84,10 @@ init_unit_test_suite( int argc, diff --git a/doc/components/unit_test_framework/components/test_case/parameterized_class_test_case.html b/doc/components/unit_test_framework/components/test_case/parameterized_class_test_case.html index d5a7ab97..161fae88 100644 --- a/doc/components/unit_test_framework/components/test_case/parameterized_class_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/parameterized_class_test_case.html @@ -56,10 +56,10 @@ ts->add( BOOST_PARAM_CLASS_TEST_CASE( &my_complex_test::test_assignment, diff --git a/doc/components/unit_test_framework/components/test_case/parameterized_function_test_case.html b/doc/components/unit_test_framework/components/test_case/parameterized_function_test_case.html index a02c13c7..413701d4 100644 --- a/doc/components/unit_test_framework/components/test_case/parameterized_function_test_case.html +++ b/doc/components/unit_test_framework/components/test_case/parameterized_function_test_case.html @@ -64,10 +64,10 @@ ts->add( new reader_testing ); diff --git a/doc/components/unit_test_framework/components/test_log/index.html b/doc/components/unit_test_framework/components/test_log/index.html index 930d7011..33da2404 100644 --- a/doc/components/unit_test_framework/components/test_log/index.html +++ b/doc/components/unit_test_framework/components/test_log/index.html @@ -47,10 +47,10 @@ diff --git a/doc/components/unit_test_framework/components/test_result/index.html b/doc/components/unit_test_framework/components/test_result/index.html index 70b9774e..9284d5f2 100644 --- a/doc/components/unit_test_framework/components/test_result/index.html +++ b/doc/components/unit_test_framework/components/test_result/index.html @@ -66,10 +66,10 @@ diff --git a/doc/components/unit_test_framework/components/test_suite/index.html b/doc/components/unit_test_framework/components/test_suite/index.html index 3eedf090..32eb8640 100644 --- a/doc/components/unit_test_framework/components/test_suite/index.html +++ b/doc/components/unit_test_framework/components/test_suite/index.html @@ -44,10 +44,10 @@ diff --git a/doc/components/unit_test_framework/getting_started/index.html b/doc/components/unit_test_framework/getting_started/index.html index 02054c18..e6968306 100644 --- a/doc/components/unit_test_framework/getting_started/index.html +++ b/doc/components/unit_test_framework/getting_started/index.html @@ -198,12 +198,10 @@ init_unit_test_suite( int argc, diff --git a/doc/components/unit_test_framework/index.html b/doc/components/unit_test_framework/index.html index 18d6d7c9..0c70f0e0 100644 --- a/doc/components/unit_test_framework/index.html +++ b/doc/components/unit_test_framework/index.html @@ -133,10 +133,10 @@ init_unit_test_suite( int argc, diff --git a/doc/components/unit_test_framework/parameters/build_info.html b/doc/components/unit_test_framework/parameters/build_info.html index 890f1bfe..156ad762 100644 --- a/doc/components/unit_test_framework/parameters/build_info.html +++ b/doc/components/unit_test_framework/parameters/build_info.html @@ -40,10 +40,10 @@ diff --git a/doc/components/unit_test_framework/parameters/index.html b/doc/components/unit_test_framework/parameters/index.html index 66c4bee2..4ab2618e 100644 --- a/doc/components/unit_test_framework/parameters/index.html +++ b/doc/components/unit_test_framework/parameters/index.html @@ -38,10 +38,10 @@ diff --git a/doc/components/unit_test_framework/parameters/log_level.html b/doc/components/unit_test_framework/parameters/log_level.html index 8183b7ee..7773173f 100644 --- a/doc/components/unit_test_framework/parameters/log_level.html +++ b/doc/components/unit_test_framework/parameters/log_level.html @@ -89,10 +89,10 @@ diff --git a/doc/components/unit_test_framework/parameters/no_result_code.html b/doc/components/unit_test_framework/parameters/no_result_code.html index ef5493b9..fac3652b 100644 --- a/doc/components/unit_test_framework/parameters/no_result_code.html +++ b/doc/components/unit_test_framework/parameters/no_result_code.html @@ -39,10 +39,10 @@ diff --git a/doc/components/unit_test_framework/parameters/report_level.html b/doc/components/unit_test_framework/parameters/report_level.html index 8673bb94..075419d0 100644 --- a/doc/components/unit_test_framework/parameters/report_level.html +++ b/doc/components/unit_test_framework/parameters/report_level.html @@ -42,10 +42,10 @@ diff --git a/doc/examples/index.html b/doc/examples/index.html index 472f8f45..89651344 100644 --- a/doc/examples/index.html +++ b/doc/examples/index.html @@ -60,10 +60,10 @@ A:hover diff --git a/doc/examples/prog_exec_monitor_example.html b/doc/examples/prog_exec_monitor_example.html index 15f0621b..aae76b07 100644 --- a/doc/examples/prog_exec_monitor_example.html +++ b/doc/examples/prog_exec_monitor_example.html @@ -33,10 +33,10 @@ diff --git a/doc/examples/test_exec_monitor_example.html b/doc/examples/test_exec_monitor_example.html index 4e1ba9f5..354efedc 100644 --- a/doc/examples/test_exec_monitor_example.html +++ b/doc/examples/test_exec_monitor_example.html @@ -33,10 +33,10 @@ diff --git a/doc/examples/unit_test_example1.html b/doc/examples/unit_test_example1.html index e719d0a3..f2ab22db 100644 --- a/doc/examples/unit_test_example1.html +++ b/doc/examples/unit_test_example1.html @@ -42,10 +42,10 @@ diff --git a/doc/examples/unit_test_example2.html b/doc/examples/unit_test_example2.html index 4dd4f76c..726251cd 100644 --- a/doc/examples/unit_test_example2.html +++ b/doc/examples/unit_test_example2.html @@ -46,10 +46,10 @@ diff --git a/doc/examples/unit_test_example3.html b/doc/examples/unit_test_example3.html index 261bd17a..07e781c3 100644 --- a/doc/examples/unit_test_example3.html +++ b/doc/examples/unit_test_example3.html @@ -50,10 +50,10 @@ diff --git a/doc/examples/unit_test_example4.html b/doc/examples/unit_test_example4.html index 04729989..2370e277 100644 --- a/doc/examples/unit_test_example4.html +++ b/doc/examples/unit_test_example4.html @@ -39,10 +39,10 @@ diff --git a/doc/examples/unit_test_example5.html b/doc/examples/unit_test_example5.html index e46de952..4497df41 100644 --- a/doc/examples/unit_test_example5.html +++ b/doc/examples/unit_test_example5.html @@ -57,10 +57,10 @@ diff --git a/doc/faq.html b/doc/faq.html index 8cc5565e..76fe2a0b 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -69,12 +69,10 @@ diff --git a/doc/index.html b/doc/index.html index c80275bf..00f0a7a8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,11 +50,10 @@ diff --git a/doc/open_issues.html b/doc/open_issues.html index a42ccb3d..06f69424 100644 --- a/doc/open_issues.html +++ b/doc/open_issues.html @@ -25,12 +25,10 @@ diff --git a/doc/portability.html b/doc/portability.html index 4b2685d1..9d5b638b 100644 --- a/doc/portability.html +++ b/doc/portability.html @@ -19,12 +19,10 @@ diff --git a/doc/release_notes.html b/doc/release_notes.html index 76d07dc1..152ff291 100644 --- a/doc/release_notes.html +++ b/doc/release_notes.html @@ -146,12 +146,10 @@ BOOST_AUTO_UNIT_TEST( test2 ) diff --git a/doc/tests/auto_unit_test_test.html b/doc/tests/auto_unit_test_test.html index deed9523..3aa6b638 100644 --- a/doc/tests/auto_unit_test_test.html +++ b/doc/tests/auto_unit_test_test.html @@ -45,10 +45,10 @@ diff --git a/doc/tests/errors_handling_test.html b/doc/tests/errors_handling_test.html index 6bf54089..b7a153be 100644 --- a/doc/tests/errors_handling_test.html +++ b/doc/tests/errors_handling_test.html @@ -49,10 +49,10 @@ diff --git a/doc/tests/index.html b/doc/tests/index.html index 1cf89768..095b35a7 100644 --- a/doc/tests/index.html +++ b/doc/tests/index.html @@ -88,13 +88,13 @@ A:hover \ No newline at end of file diff --git a/doc/tests/minimal_test.html b/doc/tests/minimal_test.html index 71e7f814..8f186b02 100644 --- a/doc/tests/minimal_test.html +++ b/doc/tests/minimal_test.html @@ -53,10 +53,10 @@ diff --git a/doc/tests/online_test.html b/doc/tests/online_test.html index 03994000..0d6a79ef 100644 --- a/doc/tests/online_test.html +++ b/doc/tests/online_test.html @@ -45,10 +45,10 @@ diff --git a/doc/tests/output_test_stream_test.html b/doc/tests/output_test_stream_test.html index f5c364f2..60fd0e2d 100644 --- a/doc/tests/output_test_stream_test.html +++ b/doc/tests/output_test_stream_test.html @@ -48,10 +48,10 @@ diff --git a/doc/tests/parameterized_test_test.html b/doc/tests/parameterized_test_test.html index decd0581..c89dad19 100644 --- a/doc/tests/parameterized_test_test.html +++ b/doc/tests/parameterized_test_test.html @@ -44,10 +44,10 @@ diff --git a/doc/tests/prg_exec_fail1.html b/doc/tests/prg_exec_fail1.html index 482b7e2a..f0a3de97 100644 --- a/doc/tests/prg_exec_fail1.html +++ b/doc/tests/prg_exec_fail1.html @@ -48,10 +48,10 @@ diff --git a/doc/tests/prg_exec_fail2.html b/doc/tests/prg_exec_fail2.html index c143b3f2..81af3378 100644 --- a/doc/tests/prg_exec_fail2.html +++ b/doc/tests/prg_exec_fail2.html @@ -48,10 +48,10 @@ diff --git a/doc/tests/prg_exec_fail3.html b/doc/tests/prg_exec_fail3.html index 09ba6000..231463b0 100644 --- a/doc/tests/prg_exec_fail3.html +++ b/doc/tests/prg_exec_fail3.html @@ -54,10 +54,10 @@ diff --git a/doc/tests/prg_exec_fail4.html b/doc/tests/prg_exec_fail4.html index da237d46..1e2a959b 100644 --- a/doc/tests/prg_exec_fail4.html +++ b/doc/tests/prg_exec_fail4.html @@ -46,10 +46,10 @@ diff --git a/doc/tests/result_report_test.html b/doc/tests/result_report_test.html index cb1deee3..d6579e75 100644 --- a/doc/tests/result_report_test.html +++ b/doc/tests/result_report_test.html @@ -50,10 +50,10 @@ diff --git a/doc/tests/test_exec_fail1.html b/doc/tests/test_exec_fail1.html index 23684d1c..bd85153f 100644 --- a/doc/tests/test_exec_fail1.html +++ b/doc/tests/test_exec_fail1.html @@ -48,10 +48,10 @@ diff --git a/doc/tests/test_exec_fail2.html b/doc/tests/test_exec_fail2.html index 6d5f4de7..24438c0a 100644 --- a/doc/tests/test_exec_fail2.html +++ b/doc/tests/test_exec_fail2.html @@ -50,10 +50,10 @@ diff --git a/doc/tests/test_exec_fail3.html b/doc/tests/test_exec_fail3.html index 6df9e4e2..44656887 100644 --- a/doc/tests/test_exec_fail3.html +++ b/doc/tests/test_exec_fail3.html @@ -49,10 +49,10 @@ diff --git a/doc/tests/test_exec_fail4.html b/doc/tests/test_exec_fail4.html index 1f031d15..2a6c0060 100644 --- a/doc/tests/test_exec_fail4.html +++ b/doc/tests/test_exec_fail4.html @@ -50,10 +50,10 @@ diff --git a/doc/tests/test_fp_comparisons.html b/doc/tests/test_fp_comparisons.html index b3a96d3e..57e96eaf 100644 --- a/doc/tests/test_fp_comparisons.html +++ b/doc/tests/test_fp_comparisons.html @@ -45,10 +45,10 @@ diff --git a/doc/tests/test_tools_test.html b/doc/tests/test_tools_test.html index 8ffcdcf0..3d5d9d24 100644 --- a/doc/tests/test_tools_test.html +++ b/doc/tests/test_tools_test.html @@ -49,10 +49,10 @@ diff --git a/doc/tests/unit_test_suite_ex_test.html b/doc/tests/unit_test_suite_ex_test.html index a0a6ef76..bb30f838 100644 --- a/doc/tests/unit_test_suite_ex_test.html +++ b/doc/tests/unit_test_suite_ex_test.html @@ -46,10 +46,10 @@ diff --git a/example/Jamfile b/example/Jamfile index 3a85e9ac..7ef3eb32 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,10 +1,9 @@ # (C) Copyright Gennadiy Rozental 2001-2003. -# Permission to copy, use, modify, sell and distribute this software -# is granted provided this copyright notice appears in all copies. -# This software is provided "as is" without express or implied warranty, -# and with no claim as to its suitability for any purpose. +# Use, modification, and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file +# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# See http://www.boost.org for most recent version including documentation. +# See http://www.boost.org/libs/test for the library home page. subproject libs/test/example ; diff --git a/example/exec_mon_example.cpp b/example/exec_mon_example.cpp index 5350023c..1af96692 100644 --- a/example/exec_mon_example.cpp +++ b/example/exec_mon_example.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. #include diff --git a/example/prg_exec_example.cpp b/example/prg_exec_example.cpp index 6c854ee0..b99dc7be 100644 --- a/example/prg_exec_example.cpp +++ b/example/prg_exec_example.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. int add( int i, int j ) { return i+j; } diff --git a/example/test_case_template_example.cpp b/example/test_case_template_example.cpp index e48b3d0b..eb95c46b 100644 --- a/example/test_case_template_example.cpp +++ b/example/test_case_template_example.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/test_exec_example.cpp b/example/test_exec_example.cpp index bc2f7b52..b6fe348c 100644 --- a/example/test_exec_example.cpp +++ b/example/test_exec_example.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/unit_test_example1.cpp b/example/unit_test_example1.cpp index 646838c7..80a010be 100644 --- a/example/unit_test_example1.cpp +++ b/example/unit_test_example1.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2002-2003. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/unit_test_example2.cpp b/example/unit_test_example2.cpp index b1a96090..05d22b42 100644 --- a/example/unit_test_example2.cpp +++ b/example/unit_test_example2.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2002-2003. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/unit_test_example3.cpp b/example/unit_test_example3.cpp index e2d4b4ad..8d01545d 100644 --- a/example/unit_test_example3.cpp +++ b/example/unit_test_example3.cpp @@ -1,9 +1,11 @@ // (C) Copyright Gennadiy Rozental 2002-2003. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/unit_test_example4.cpp b/example/unit_test_example4.cpp index f30c9060..7ee3c755 100644 --- a/example/unit_test_example4.cpp +++ b/example/unit_test_example4.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2002-2003. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/example/unit_test_example5.cpp b/example/unit_test_example5.cpp index aca67940..0167660d 100644 --- a/example/unit_test_example5.cpp +++ b/example/unit_test_example5.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. -// -// See http://www.boost.org for most recent version including documentation. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/libs/test for the library home page. // Boost.Test #include diff --git a/src/cpp_main.cpp b/src/cpp_main.cpp index 7fe24519..6d2afc2a 100644 --- a/src/cpp_main.cpp +++ b/src/cpp_main.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 1995-2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -97,6 +99,9 @@ int main( int argc, char* argv[] ) // Revision History : // // $Log$ +// Revision 1.12 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.11 2003/10/27 07:13:31 rogeeff // licence update // diff --git a/src/execution_monitor.cpp b/src/execution_monitor.cpp index 3bca9a51..92935152 100644 --- a/src/execution_monitor.cpp +++ b/src/execution_monitor.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes and Ullrich Koethe 1995-2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -581,6 +583,9 @@ static void report_error( execution_exception::error_code ec, c_string_literal m // Revision History : // // $Log$ +// Revision 1.28 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.27 2003/11/02 04:43:09 rogeeff // custom exception translators support // diff --git a/src/supplied_log_formatters.cpp b/src/supplied_log_formatters.cpp index 27f24411..bdd0c1d2 100755 --- a/src/supplied_log_formatters.cpp +++ b/src/supplied_log_formatters.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -313,6 +315,9 @@ xml_log_formatter::print_indent( std::ostream& output ) // Revision History : // // $Log$ +// Revision 1.5 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.4 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/test_main.cpp b/src/test_main.cpp index 4e5eae84..c1b22270 100644 --- a/src/test_main.cpp +++ b/src/test_main.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 1995-2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -96,6 +98,9 @@ int main( int argc, char* argv[] ) { // Revision History : // // $Log$ +// Revision 1.14 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.13 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/test_tools.cpp b/src/test_tools.cpp index d9654a83..bff7ec53 100644 --- a/src/test_tools.cpp +++ b/src/test_tools.cpp @@ -1,8 +1,10 @@ -// (C) Gennadiy Rozental 2001-2003. +// (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Ullrich Koethe 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -460,6 +462,9 @@ output_test_stream::sync() // Revision History : // // $Log$ +// Revision 1.23 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.22 2003/11/02 06:01:05 rogeeff // custom char value log print procedues // diff --git a/src/unit_test_log.cpp b/src/unit_test_log.cpp index d2c9f02d..700ae9b6 100644 --- a/src/unit_test_log.cpp +++ b/src/unit_test_log.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -445,6 +447,9 @@ unit_test_log::checkpoint_data() const // Revision History : // // $Log$ +// Revision 1.18 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.17 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/unit_test_main.cpp b/src/unit_test_main.cpp index 16908786..f94e4007 100644 --- a/src/unit_test_main.cpp +++ b/src/unit_test_main.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -87,6 +89,9 @@ main( int argc, char* argv[] ) // Revision History : // // $Log$ +// Revision 1.12 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.11 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/unit_test_monitor.cpp b/src/unit_test_monitor.cpp index 700eecf5..70c1c5ca 100644 --- a/src/unit_test_monitor.cpp +++ b/src/unit_test_monitor.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Ullrich Koethe 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -93,6 +95,9 @@ unit_test_monitor::function() // Revision History : // // $Log$ +// Revision 1.11 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.10 2003/11/02 06:02:29 rogeeff // use shared global unit_test_monitor // diff --git a/src/unit_test_parameters.cpp b/src/unit_test_parameters.cpp index b5e8cd93..0570827c 100644 --- a/src/unit_test_parameters.cpp +++ b/src/unit_test_parameters.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -91,6 +93,9 @@ retrieve_framework_parameter( c_string_literal parameter_name, int* argc, char** // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/unit_test_result.cpp b/src/unit_test_result.cpp index 631cdc3a..12bc45da 100644 --- a/src/unit_test_result.cpp +++ b/src/unit_test_result.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -593,6 +595,9 @@ unit_test_result::has_passed() const // Revision History : // // $Log$ +// Revision 1.21 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.20 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/src/unit_test_suite.cpp b/src/unit_test_suite.cpp index 2bf42866..97675587 100644 --- a/src/unit_test_suite.cpp +++ b/src/unit_test_suite.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -275,6 +277,9 @@ normalize_test_case_name( std::string& name_ ) // Revision History : // // $Log$ +// Revision 1.11 2003/11/06 07:31:12 rogeeff +// Licence update +// // Revision 1.10 2003/11/02 06:03:04 rogeeff // use shared global unit_test_monitor // diff --git a/test/Jamfile b/test/Jamfile index ff85b66c..60265c95 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,10 +1,9 @@ # (C) Copyright Gennadiy Rozental 2001-2003. -# Permission to copy, use, modify, sell and distribute this software -# is granted provided this copyright notice appears in all copies. -# This software is provided "as is" without express or implied warranty, -# and with no claim as to its suitability for any purpose. +# Use, modification, and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file +# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# See http://www.boost.org for most recent version including documentation. +# See http://www.boost.org/libs/test for the library home page. subproject libs/test/test ; diff --git a/test/auto_unit_test_test.cpp b/test/auto_unit_test_test.cpp index c5c0484b..35ca8948 100644 --- a/test/auto_unit_test_test.cpp +++ b/test/auto_unit_test_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -30,6 +32,9 @@ BOOST_AUTO_UNIT_TEST( test2 ) // Revision History : // // $Log$ +// Revision 1.5 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.4 2003/11/02 06:13:27 rogeeff // 2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test // diff --git a/test/auto_unit_test_test_mult1.cpp b/test/auto_unit_test_test_mult1.cpp index 8d7e42fe..593cd756 100644 --- a/test/auto_unit_test_test_mult1.cpp +++ b/test/auto_unit_test_test_mult1.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -25,6 +27,9 @@ BOOST_AUTO_UNIT_TEST( test ) // Revision History : // // $Log$ +// Revision 1.2 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.1 2003/11/02 06:13:27 rogeeff // 2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test // diff --git a/test/auto_unit_test_test_mult2.cpp b/test/auto_unit_test_test_mult2.cpp index cbdf9860..e42212cb 100644 --- a/test/auto_unit_test_test_mult2.cpp +++ b/test/auto_unit_test_test_mult2.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -24,6 +26,9 @@ BOOST_AUTO_UNIT_TEST( test ) // Revision History : // // $Log$ +// Revision 1.2 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.1 2003/11/02 06:13:27 rogeeff // 2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test // diff --git a/test/custom_exception_test.cpp b/test/custom_exception_test.cpp index bb7065de..91493e8d 100644 --- a/test/custom_exception_test.cpp +++ b/test/custom_exception_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -75,6 +77,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.2 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.1 2003/11/02 06:13:27 rogeeff // 2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test // diff --git a/test/errors_handling_test.cpp b/test/errors_handling_test.cpp index e33c4a4f..c382d940 100644 --- a/test/errors_handling_test.cpp +++ b/test/errors_handling_test.cpp @@ -1,9 +1,11 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -245,6 +247,9 @@ test_main( int argc, char * argv[] ) // Revision History : // // $Log$ +// Revision 1.16 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.15 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/minimal_test.cpp b/test/minimal_test.cpp index e0e14fa6..c30886b6 100644 --- a/test/minimal_test.cpp +++ b/test/minimal_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -74,6 +76,9 @@ test_main( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ +// Revision 1.7 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.6 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/online_test.cpp b/test/online_test.cpp index b260ea54..83b29268 100644 --- a/test/online_test.cpp +++ b/test/online_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -25,6 +27,9 @@ test_main( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ +// Revision 1.11 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.10 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/output_test_stream_test.cpp b/test/output_test_stream_test.cpp index a17e1276..c64acc7a 100644 --- a/test/output_test_stream_test.cpp +++ b/test/output_test_stream_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -192,6 +194,8 @@ test_match_pattern() } } +//____________________________________________________________________________// + test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { test_suite* test = BOOST_TEST_SUITE("ostream_test_stream test"); @@ -211,6 +215,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.13 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.12 2003/11/02 06:10:02 rogeeff // manipulator usage testing added // diff --git a/test/parameterized_test_test.cpp b/test/parameterized_test_test.cpp index 2122999d..3299cf13 100644 --- a/test/parameterized_test_test.cpp +++ b/test/parameterized_test_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2002-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -192,6 +194,9 @@ int test_main( int, char* [] ) { // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/prg_exec_fail1.cpp b/test/prg_exec_fail1.cpp index 51d51221..e1749662 100644 --- a/test/prg_exec_fail1.cpp +++ b/test/prg_exec_fail1.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -27,6 +29,9 @@ cpp_main( int argc, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/prg_exec_fail2.cpp b/test/prg_exec_fail2.cpp index 3bb51766..d558ec1b 100644 --- a/test/prg_exec_fail2.cpp +++ b/test/prg_exec_fail2.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -24,6 +26,9 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/prg_exec_fail3.cpp b/test/prg_exec_fail3.cpp index 41e5a34e..3ee56cfb 100644 --- a/test/prg_exec_fail3.cpp +++ b/test/prg_exec_fail3.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2002-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -28,6 +30,9 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.4 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.3 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/prg_exec_fail4.cpp b/test/prg_exec_fail4.cpp index 0869c50d..b7bc1b94 100644 --- a/test/prg_exec_fail4.cpp +++ b/test/prg_exec_fail4.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -22,6 +24,9 @@ int cpp_main( int, char* [] ) // note the name // Revision History : // // $Log$ +// Revision 1.3 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.2 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/result_report_test.cpp b/test/result_report_test.cpp index 97d9a86d..95979f0a 100644 --- a/test/result_report_test.cpp +++ b/test/result_report_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -12,8 +14,9 @@ // *************************************************************************** // Boost.Test -#include #include +#include +#include #include #if !defined ( __GNUC__ ) || __GNUC__ > 2 #include @@ -145,6 +148,9 @@ test_main( int argc, char* argv[] ) // Revision History : // // $Log$ +// Revision 1.11 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.10 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_case_template_test.cpp b/test/test_case_template_test.cpp index 7d4cad20..26fe9ca0 100644 --- a/test/test_case_template_test.cpp +++ b/test/test_case_template_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -152,6 +154,9 @@ int test_main( int, char* [] ) // Revision History : // // $Log$ +// Revision 1.4 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.3 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_exec_fail1.cpp b/test/test_exec_fail1.cpp index f8777d6e..d33d840e 100644 --- a/test/test_exec_fail1.cpp +++ b/test/test_exec_fail1.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2000. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -26,6 +28,9 @@ int test_main( int, char* [] ) // note the name // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/11/02 06:10:24 rogeeff // no message // diff --git a/test/test_exec_fail2.cpp b/test/test_exec_fail2.cpp index e0b2ced5..713fbbfd 100644 --- a/test/test_exec_fail2.cpp +++ b/test/test_exec_fail2.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2000. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -36,6 +38,9 @@ int test_main( int, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_exec_fail3.cpp b/test/test_exec_fail3.cpp index 26da545f..8bf319e9 100644 --- a/test/test_exec_fail3.cpp +++ b/test/test_exec_fail3.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2000. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -30,6 +32,9 @@ int test_main( int, char*[] ) // note the name // Revision History : // // $Log$ +// Revision 1.10 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.9 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_exec_fail4.cpp b/test/test_exec_fail4.cpp index a70f0212..44fbf8a4 100644 --- a/test/test_exec_fail4.cpp +++ b/test/test_exec_fail4.cpp @@ -1,8 +1,10 @@ // (C) Copyright Gennadiy Rozental 2001-2003. // (C) Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/test for documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -31,6 +33,9 @@ int test_main( int argc, char* [] ) // note the name // Revision History : // // $Log$ +// Revision 1.11 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.10 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_fp_comparisons.cpp b/test/test_fp_comparisons.cpp index a396a1d9..235cfafb 100644 --- a/test/test_fp_comparisons.cpp +++ b/test/test_fp_comparisons.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -99,33 +101,33 @@ test_BOOST_CHECK_CLOSE( FPT = FPT() ) \ CHECK_TOOL_USAGE( \ BOOST_CHECK_CLOSE( fp1, fp2, epsilon ), \ - output.is_equal( CHECK_PATTERN( "error in " TEST_CASE_NAME ": test fp1 ~= fp2 failed [" \ - << fp1 << " !~= " << fp2 << " (+/-" << epsilon << ")]\n", 0 ) ) \ + output.is_equal( CHECK_PATTERN( "error in " TEST_CASE_NAME ": difference between fp1{" << \ + fp1 << "} and fp2{" << fp2 << "} exceeds " << epsilon << "%\n", 0 ) ) \ ) \ /**/ FPT fp1, fp2, epsilon; BOOST_CHECK_CLOSE_SHOULD_PASS( 1, 1, 0 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, 1e-20, 1e-7 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, 1e-30, 1e-7 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, -1e-10, 1e-3 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 0.123456, 0.123457, 1e-6 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, 1e-20, 1e-5 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, 1e-30, 1e-5 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 0, -1e-10, 0.1 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 0.123456, 0.123457, 1e-4 ); - BOOST_CHECK_CLOSE_SHOULD_PASS( 0.123456, 0.123457, 1e-5 ); + BOOST_CHECK_CLOSE_SHOULD_PASS( 0.123456, 0.123457, 1e-3 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 0.123456, -0.123457, 1e-5 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 0.123456, -0.123457, 1e-3 ); - BOOST_CHECK_CLOSE_SHOULD_PASS( 1.23456e28, 1.23457e28, 1e-5 ); + BOOST_CHECK_CLOSE_SHOULD_PASS( 1.23456e28, 1.23457e28, 1e-3 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.23456e-10, 1.23457e-11, 1e-5 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.111e-10, 1.112e-10, 0.0008999 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.112e-10, 1.111e-10, 0.0008999 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.23456e-10, 1.23457e-11, 1e-3 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.111e-10, 1.112e-10, 0.08999 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 1.112e-10, 1.111e-10, 0.08999 ); - BOOST_CHECK_CLOSE_SHOULD_PASS( 1 , 1.0001, 1.1e-4 ); - BOOST_CHECK_CLOSE_SHOULD_PASS( 1.0002, 1.0001, 1.1e-4 ); + BOOST_CHECK_CLOSE_SHOULD_PASS( 1 , 1.0001, 1.1e-2 ); + BOOST_CHECK_CLOSE_SHOULD_PASS( 1.0002, 1.0001, 1.1e-2 ); - BOOST_CHECK_CLOSE_SHOULD_FAIL( 1 , 1.0002, 1.1e-4 ); + BOOST_CHECK_CLOSE_SHOULD_FAIL( 1 , 1.0002, 1.1e-2 ); } BOOST_META_FUNC_TEST_CASE( test_BOOST_CHECK_CLOSE ); @@ -140,7 +142,7 @@ test_close_at_tolerance() double fp1 = 1.00000001; double fp2 = 1.00000002; - double epsilon = 1e-8; + double epsilon = 1e-6; CHECK_TOOL_USAGE( BOOST_CHECK_PREDICATE( close_at_tolerance( epsilon, FPC_WEAK ), 2, ( fp1, fp2 ) ), @@ -149,13 +151,13 @@ test_close_at_tolerance() CHECK_TOOL_USAGE( BOOST_CHECK_CLOSE( fp1, fp2, epsilon ), - output.is_equal( CHECK_PATTERN( "error in " TEST_CASE_NAME ": test fp1 ~= fp2 failed [" - << fp1 << " !~= " << fp2 << " (+/-" << epsilon << ")]\n", 3 ) ) + output.is_equal( CHECK_PATTERN( "error in " TEST_CASE_NAME ": difference between fp1{" << + fp1 << "} and fp2{" << fp2 << "} exceeds " << epsilon << "%\n", 3 ) ) ); fp1 = 1.23456e-10; fp2 = 1.23457e-10; - epsilon = 8.1e-6; + epsilon = 8.1e-4; CHECK_TOOL_USAGE( BOOST_CHECK_PREDICATE( close_at_tolerance( epsilon, FPC_WEAK ), 2, ( fp1, fp2 ) ), @@ -190,6 +192,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.7 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.6 2003/10/27 07:13:32 rogeeff // licence update // diff --git a/test/test_tools_test.cpp b/test/test_tools_test.cpp index f4af2240..3acd34a8 100644 --- a/test/test_tools_test.cpp +++ b/test/test_tools_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -705,6 +707,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ +// Revision 1.24 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.23 2003/11/02 06:12:06 rogeeff // manipulator usage tests added // collections comarison tests updated diff --git a/test/unit_test_suite_ex_test.cpp b/test/unit_test_suite_ex_test.cpp index 925fdcf1..7f876f11 100644 --- a/test/unit_test_suite_ex_test.cpp +++ b/test/unit_test_suite_ex_test.cpp @@ -1,7 +1,9 @@ // (C) Copyright Gennadiy Rozental 2001-2003. -// See accompanying license for terms and conditions of use. +// Use, modification, and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // @@ -107,6 +109,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.12 2003/11/06 07:31:42 rogeeff +// Licence update +// // Revision 1.11 2003/10/27 07:13:32 rogeeff // licence update //