From ffb90f21b7de42425d69e964f16b47c8102c3fe8 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Tue, 29 Sep 2015 22:18:22 -0400 Subject: [PATCH] file headers cleanup --- build/CMakeLists.txt | 2 +- example/Jamfile.v2 | 3 +- example/const_string.hpp | 9 ++--- example/const_string_test.cpp | 8 +--- example/exec_mon_example.cpp | 3 +- example/external_main_example_1.cpp | 3 +- example/external_main_example_2.cpp | 3 +- example/external_main_example_3.cpp | 3 +- example/filtering_example.cpp | 3 +- example/named_param_example.cpp | 3 +- example/prg_exec_example.cpp | 3 +- example/test_case_template_example.cpp | 3 +- example/unit_test_example_01.cpp | 4 +- example/unit_test_example_02.cpp | 3 +- example/unit_test_example_03.cpp | 3 +- example/unit_test_example_04.cpp | 3 +- example/unit_test_example_05.cpp | 3 +- example/unit_test_example_06.cpp | 3 +- example/unit_test_example_07.cpp | 3 +- example/unit_test_example_08.cpp | 3 +- example/unit_test_example_09_1.cpp | 3 +- example/unit_test_example_09_2.cpp | 3 +- example/unit_test_example_10.cpp | 3 +- example/unit_test_example_11.cpp | 3 +- example/unit_test_example_12.cpp | 3 +- example/unit_test_example_13.cpp | 2 +- example/unit_test_example_15.cpp | 2 +- src/compiler_log_formatter.cpp | 9 ++--- src/cpp_main.cpp | 9 ++--- src/debug.cpp | 9 ++--- src/decorator.cpp | 9 ++--- src/execution_monitor.cpp | 9 ++--- src/framework.cpp | 9 ++--- src/plain_report_formatter.cpp | 9 ++--- src/progress_monitor.cpp | 9 ++--- src/results_collector.cpp | 9 ++--- src/results_reporter.cpp | 9 ++--- src/test_main.cpp | 2 +- src/test_tools.cpp | 9 ++--- src/test_tree.cpp | 9 ++--- 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/xml_log_formatter.cpp | 9 ++--- src/xml_report_formatter.cpp | 9 ++--- test/Jamfile.v2 | 2 +- .../custom-exception-test.cpp | 9 ++--- .../errors-handling-test.cpp | 10 ++--- test/framework-ts/result-report-test.cpp | 10 ++--- .../run-by-name-or-label-test.cpp | 9 ++--- test/inputs/cfg_file_tst1.cfg | 5 --- test/inputs/cfg_file_tst2.cfg | 1 - test/inputs/cfg_file_tst3.cfg | 1 - test/inputs/cfg_file_tst4.cfg | 1 - test/inputs/cfg_file_tst5.cfg | 1 - test/inputs/cfg_file_tst6.cfg | 1 - test/inputs/cfg_file_tst7.cfg | 1 - test/inputs/par_alias1.cfg | 9 ----- test/inputs/par_alias2.cfg | 4 -- test/inputs/par_alias3.cfg | 4 -- test/inputs/test_broken_line.cfg | 33 ----------------- test/inputs/test_comments_and_blanks.cfg | 29 --------------- test/inputs/test_constructor.cfg | 4 -- test/inputs/test_define.cfg | 13 ------- test/inputs/test_ifdef.cfg | 37 ------------------- test/inputs/test_ifdef1.cfg | 1 - test/inputs/test_ifdef2.cfg | 2 - test/inputs/test_ifdef3.cfg | 3 -- test/inputs/test_ifdef4.cfg | 2 - test/inputs/test_include1.cfg | 4 -- test/inputs/test_include1_include1.cfg | 1 - test/inputs/test_include2.cfg | 4 -- test/inputs/test_include3.cfg | 3 -- test/inputs/test_incomplete_broken_line.cfg | 1 - test/inputs/test_macro_def1.cfg | 9 ----- test/inputs/test_macro_subst1.cfg | 1 - test/inputs/test_macro_subst2.cfg | 1 - test/inputs/test_macro_subst3.cfg | 1 - test/inputs/test_macro_subst4.cfg | 2 - test/inputs/test_multipart_value1.cfg | 1 - test/inputs/test_multipart_value10.cfg | 1 - test/inputs/test_multipart_value11.cfg | 1 - test/inputs/test_multipart_value12.cfg | 1 - test/inputs/test_multipart_value13.cfg | 1 - test/inputs/test_multipart_value2.cfg | 1 - test/inputs/test_multipart_value3.cfg | 1 - test/inputs/test_multipart_value4.cfg | 1 - test/inputs/test_multipart_value5.cfg | 1 - test/inputs/test_multipart_value6.cfg | 1 - test/inputs/test_multipart_value7.cfg | 1 - test/inputs/test_multipart_value8.cfg | 1 - test/inputs/test_multipart_value9.cfg | 3 -- test/inputs/test_undef.cfg | 9 ----- test/multithreading-ts/sync-access-test.cpp | 10 ++--- test/prg_exec_monitor-ts/result-code-test.cpp | 9 ++--- .../system-exception-test.cpp | 10 ++--- .../uncatched-exception-test.cpp | 10 ++--- .../user-fatal-exception-test.cpp | 10 ++--- .../datasets-test/array-test.cpp | 4 +- .../datasets-test/collection-test.cpp | 9 ++--- .../datasets-test/datasets-test.hpp | 9 ++--- .../datasets-test/implicit-test.cpp | 9 ++--- .../datasets-test/initializer_list-test.cpp | 4 +- .../datasets-test/mono-grid-test.cpp | 2 +- .../datasets-test/mono-join-test.cpp | 2 +- .../datasets-test/mono-zip-test.cpp | 9 ++--- .../datasets-test/random-test.cpp | 6 +-- .../datasets-test/seed-test.cpp | 4 +- .../datasets-test/singleton-test.cpp | 2 +- .../test_case_interface-test.cpp | 9 ++--- .../datasets-test/xrange-test.cpp | 9 ++--- .../parameterized_test-test.cpp | 9 ++--- .../test-tree-management-test.cpp | 9 ++--- .../test_case_template-test.cpp | 9 ++--- .../test_unit-order-test.cpp | 9 ++--- .../shared-library-custom-init-test.cpp | 9 ++--- .../shared-library-custom-main-test.cpp | 9 ++--- .../usage-variants-ts/shared-library-test.cpp | 9 ++--- .../single-header-custom-init-test.cpp | 9 ++--- .../single-header-custom-main-test.cpp | 9 ++--- test/usage-variants-ts/single-header-test.cpp | 9 ++--- .../static-library-custom-init-test.cpp | 9 ++--- .../usage-variants-ts/static-library-test.cpp | 9 ++--- test/utils-ts/algorithm-test.cpp | 9 ++--- test/utils-ts/basic_cstring-test.cpp | 9 ++--- test/utils-ts/class_properties-test.cpp | 9 ++--- test/utils-ts/foreach-test.cpp | 9 ++--- test/utils-ts/named_params-test.cpp | 9 ++--- test/utils-ts/runtime-param-test.cpp | 9 ++--- test/utils-ts/token_iterator-test.cpp | 9 ++--- .../assertion-construction-test.cpp | 9 ++--- .../boost_check_equal-str-test.cpp | 9 ++--- .../collection-comparison-test.cpp | 9 ++--- .../dont_print_log_value-test.cpp | 6 +-- test/writing-test-ts/fp-comparisons-test.cpp | 9 ++--- .../output_test_stream-test.cpp | 9 ++--- test/writing-test-ts/test_tools-test.cpp | 9 ++--- .../writing-test-ts/tools-debuggable-test.cpp | 9 ++--- .../tools-under-debugger-test.cpp | 9 ++--- test/writing-test-ts/windows-headers-test.cpp | 5 ++- .../src/console_test_runner.cpp | 3 +- .../test/test_runner_test.cpp | 3 +- 143 files changed, 251 insertions(+), 633 deletions(-) delete mode 100644 test/inputs/cfg_file_tst1.cfg delete mode 100644 test/inputs/cfg_file_tst2.cfg delete mode 100644 test/inputs/cfg_file_tst3.cfg delete mode 100644 test/inputs/cfg_file_tst4.cfg delete mode 100644 test/inputs/cfg_file_tst5.cfg delete mode 100644 test/inputs/cfg_file_tst6.cfg delete mode 100644 test/inputs/cfg_file_tst7.cfg delete mode 100644 test/inputs/par_alias1.cfg delete mode 100644 test/inputs/par_alias2.cfg delete mode 100644 test/inputs/par_alias3.cfg delete mode 100644 test/inputs/test_broken_line.cfg delete mode 100644 test/inputs/test_comments_and_blanks.cfg delete mode 100644 test/inputs/test_constructor.cfg delete mode 100644 test/inputs/test_define.cfg delete mode 100644 test/inputs/test_ifdef.cfg delete mode 100644 test/inputs/test_ifdef1.cfg delete mode 100644 test/inputs/test_ifdef2.cfg delete mode 100644 test/inputs/test_ifdef3.cfg delete mode 100644 test/inputs/test_ifdef4.cfg delete mode 100644 test/inputs/test_include1.cfg delete mode 100644 test/inputs/test_include1_include1.cfg delete mode 100644 test/inputs/test_include2.cfg delete mode 100644 test/inputs/test_include3.cfg delete mode 100644 test/inputs/test_incomplete_broken_line.cfg delete mode 100644 test/inputs/test_macro_def1.cfg delete mode 100644 test/inputs/test_macro_subst1.cfg delete mode 100644 test/inputs/test_macro_subst2.cfg delete mode 100644 test/inputs/test_macro_subst3.cfg delete mode 100644 test/inputs/test_macro_subst4.cfg delete mode 100644 test/inputs/test_multipart_value1.cfg delete mode 100644 test/inputs/test_multipart_value10.cfg delete mode 100644 test/inputs/test_multipart_value11.cfg delete mode 100644 test/inputs/test_multipart_value12.cfg delete mode 100644 test/inputs/test_multipart_value13.cfg delete mode 100644 test/inputs/test_multipart_value2.cfg delete mode 100644 test/inputs/test_multipart_value3.cfg delete mode 100644 test/inputs/test_multipart_value4.cfg delete mode 100644 test/inputs/test_multipart_value5.cfg delete mode 100644 test/inputs/test_multipart_value6.cfg delete mode 100644 test/inputs/test_multipart_value7.cfg delete mode 100644 test/inputs/test_multipart_value8.cfg delete mode 100644 test/inputs/test_multipart_value9.cfg delete mode 100644 test/inputs/test_undef.cfg diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 69d23854..7423f516 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2015, Raffi Enficiaud +# Copyright 2001, Raffi Enficiaud # Use, modification, and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 4bb70bbf..897ed47b 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,5 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2005. -# (C) Copyright Juergen Hunold 2006. +# (C) Copyright Gennadiy Rozental 2001. # 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) diff --git a/example/const_string.hpp b/example/const_string.hpp index 2ff382f8..43adc975 100644 --- a/example/const_string.hpp +++ b/example/const_string.hpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : simple string class definition +/// @file +/// @brief simple string class definition // *************************************************************************** #ifndef CONST_STRING_HPP diff --git a/example/const_string_test.cpp b/example/const_string_test.cpp index f4ff6894..588d6ae6 100644 --- a/example/const_string_test.cpp +++ b/example/const_string_test.cpp @@ -1,15 +1,9 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. -// -// File : $RCSfile: const_string_test.cpp,v $ -// -// Version : $Revision$ -// -// Description : simple string class test // *************************************************************************** #define BOOST_TEST_MODULE const_string test diff --git a/example/exec_mon_example.cpp b/example/exec_mon_example.cpp index 327edf3e..ebd84ee2 100644 --- a/example/exec_mon_example.cpp +++ b/example/exec_mon_example.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2003-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #include diff --git a/example/external_main_example_1.cpp b/example/external_main_example_1.cpp index 78cb1b40..2565eeef 100644 --- a/example/external_main_example_1.cpp +++ b/example/external_main_example_1.cpp @@ -1,10 +1,9 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. -// // *************************************************************************** #ifndef BOOST_TEST_DYN_LINK diff --git a/example/external_main_example_2.cpp b/example/external_main_example_2.cpp index 4cd45317..00602aaa 100644 --- a/example/external_main_example_2.cpp +++ b/example/external_main_example_2.cpp @@ -1,10 +1,9 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. -// // *************************************************************************** #ifndef BOOST_TEST_DYN_LINK diff --git a/example/external_main_example_3.cpp b/example/external_main_example_3.cpp index dc2da95c..79cb6e15 100644 --- a/example/external_main_example_3.cpp +++ b/example/external_main_example_3.cpp @@ -1,10 +1,9 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. -// // *************************************************************************** #define BOOST_TEST_NO_MAIN diff --git a/example/filtering_example.cpp b/example/filtering_example.cpp index d8414276..c048c2fd 100644 --- a/example/filtering_example.cpp +++ b/example/filtering_example.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. +// *************************************************************************** #define BOOST_TEST_MODULE filtering test #include diff --git a/example/named_param_example.cpp b/example/named_param_example.cpp index ab8ade47..9721e668 100644 --- a/example/named_param_example.cpp +++ b/example/named_param_example.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. +// *************************************************************************** // Library Code #include diff --git a/example/prg_exec_example.cpp b/example/prg_exec_example.cpp index d4f3ac4b..5aec60cc 100644 --- a/example/prg_exec_example.cpp +++ b/example/prg_exec_example.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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/test_case_template_example.cpp b/example/test_case_template_example.cpp index c55a72b4..78d12ba8 100644 --- a/example/test_case_template_example.cpp +++ b/example/test_case_template_example.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2001-2006. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #ifdef BOOST_MSVC diff --git a/example/unit_test_example_01.cpp b/example/unit_test_example_01.cpp index 4bfcae17..34fe22d7 100644 --- a/example/unit_test_example_01.cpp +++ b/example/unit_test_example_01.cpp @@ -1,12 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 - // each test module could contain no more then one 'main' file with init function defined // alternatively you could define init function yourself #define BOOST_TEST_MAIN diff --git a/example/unit_test_example_02.cpp b/example/unit_test_example_02.cpp index 054dad53..009f1936 100644 --- a/example/unit_test_example_02.cpp +++ b/example/unit_test_example_02.cpp @@ -1,10 +1,11 @@ -// (C) Copyright Gennadiy Rozental 2002-2014. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under 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_example_03.cpp b/example/unit_test_example_03.cpp index 6c91f317..353812c6 100644 --- a/example/unit_test_example_03.cpp +++ b/example/unit_test_example_03.cpp @@ -1,10 +1,11 @@ -// (C) Copyright Gennadiy Rozental 2002-2014. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under 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_example_04.cpp b/example/unit_test_example_04.cpp index 9866bd66..4a539db4 100644 --- a/example/unit_test_example_04.cpp +++ b/example/unit_test_example_04.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE Unit_test_example_04 diff --git a/example/unit_test_example_05.cpp b/example/unit_test_example_05.cpp index 4cf928e2..62665faf 100644 --- a/example/unit_test_example_05.cpp +++ b/example/unit_test_example_05.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE "Unit test example 05" diff --git a/example/unit_test_example_06.cpp b/example/unit_test_example_06.cpp index f1d56c9d..d5c4435e 100644 --- a/example/unit_test_example_06.cpp +++ b/example/unit_test_example_06.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE Unit test example 06 diff --git a/example/unit_test_example_07.cpp b/example/unit_test_example_07.cpp index 22929083..108ef971 100644 --- a/example/unit_test_example_07.cpp +++ b/example/unit_test_example_07.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE Unit_test_example_07 diff --git a/example/unit_test_example_08.cpp b/example/unit_test_example_08.cpp index 700d4f7b..3ba48017 100644 --- a/example/unit_test_example_08.cpp +++ b/example/unit_test_example_08.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE Unit_test_example_08 diff --git a/example/unit_test_example_09_1.cpp b/example/unit_test_example_09_1.cpp index 84b112e2..bc220264 100644 --- a/example/unit_test_example_09_1.cpp +++ b/example/unit_test_example_09_1.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #define BOOST_TEST_MODULE Unit_test_example_09 diff --git a/example/unit_test_example_09_2.cpp b/example/unit_test_example_09_2.cpp index 89124de8..87ceab9e 100644 --- a/example/unit_test_example_09_2.cpp +++ b/example/unit_test_example_09_2.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 // only one file should define BOOST_TEST_MAIN/BOOST_TEST_MODULE diff --git a/example/unit_test_example_10.cpp b/example/unit_test_example_10.cpp index 454585ae..a5eb00f1 100644 --- a/example/unit_test_example_10.cpp +++ b/example/unit_test_example_10.cpp @@ -1,10 +1,11 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under 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_example_11.cpp b/example/unit_test_example_11.cpp index 199c2ae5..dfb94e5c 100644 --- a/example/unit_test_example_11.cpp +++ b/example/unit_test_example_11.cpp @@ -1,10 +1,11 @@ -// (C) Copyright Gennadiy Rozental 2002-2014. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under 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_example_12.cpp b/example/unit_test_example_12.cpp index 31d8672d..4969f9e6 100644 --- a/example/unit_test_example_12.cpp +++ b/example/unit_test_example_12.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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_example_13.cpp b/example/unit_test_example_13.cpp index 9bea5e66..a9905207 100644 --- a/example/unit_test_example_13.cpp +++ b/example/unit_test_example_13.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/example/unit_test_example_15.cpp b/example/unit_test_example_15.cpp index 69f96ec6..1922dc41 100644 --- a/example/unit_test_example_15.cpp +++ b/example/unit_test_example_15.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/src/compiler_log_formatter.cpp b/src/compiler_log_formatter.cpp index e1508c2f..a7f380ee 100644 --- a/src/compiler_log_formatter.cpp +++ b/src/compiler_log_formatter.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/cpp_main.cpp b/src/cpp_main.cpp index ab92ba5e..94981a53 100644 --- a/src/cpp_main.cpp +++ b/src/cpp_main.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/debug.cpp b/src/debug.cpp index 04c6e0a1..650d42e7 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2006-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/decorator.cpp b/src/decorator.cpp index 3972407d..9ee6182d 100644 --- a/src/decorator.cpp +++ b/src/decorator.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/execution_monitor.cpp b/src/execution_monitor.cpp index e7fdfb91..7f748b7e 100644 --- a/src/execution_monitor.cpp +++ b/src/execution_monitor.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/framework.cpp b/src/framework.cpp index 52e76148..e6162884 100644 --- a/src/framework.cpp +++ b/src/framework.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/plain_report_formatter.cpp b/src/plain_report_formatter.cpp index 95cf64fd..cd30c117 100644 --- a/src/plain_report_formatter.cpp +++ b/src/plain_report_formatter.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/progress_monitor.cpp b/src/progress_monitor.cpp index 1d4afc7a..555b351c 100644 --- a/src/progress_monitor.cpp +++ b/src/progress_monitor.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/results_collector.cpp b/src/results_collector.cpp index 5d8e0b7d..541f2679 100644 --- a/src/results_collector.cpp +++ b/src/results_collector.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/results_reporter.cpp b/src/results_reporter.cpp index 205cba5f..303dcc59 100644 --- a/src/results_reporter.cpp +++ b/src/results_reporter.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/test_main.cpp b/src/test_main.cpp index f7ae352d..f9b8022b 100644 --- a/src/test_main.cpp +++ b/src/test_main.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/src/test_tools.cpp b/src/test_tools.cpp index d9d29603..716c4a0d 100644 --- a/src/test_tools.cpp +++ b/src/test_tools.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/test_tree.cpp b/src/test_tree.cpp index bc273ed9..4b0600cc 100644 --- a/src/test_tree.cpp +++ b/src/test_tree.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/unit_test_log.cpp b/src/unit_test_log.cpp index c09437cb..beccd424 100644 --- a/src/unit_test_log.cpp +++ b/src/unit_test_log.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/unit_test_main.cpp b/src/unit_test_main.cpp index 74b0b84c..016fbf7a 100644 --- a/src/unit_test_main.cpp +++ b/src/unit_test_main.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/unit_test_monitor.cpp b/src/unit_test_monitor.cpp index ffc64619..fd057457 100644 --- a/src/unit_test_monitor.cpp +++ b/src/unit_test_monitor.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/unit_test_parameters.cpp b/src/unit_test_parameters.cpp index e82694e3..bbb4bc7d 100644 --- a/src/unit_test_parameters.cpp +++ b/src/unit_test_parameters.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/xml_log_formatter.cpp b/src/xml_log_formatter.cpp index ca497a9f..bcb5a114 100644 --- a/src/xml_log_formatter.cpp +++ b/src/xml_log_formatter.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/src/xml_report_formatter.cpp b/src/xml_report_formatter.cpp index 18ff1d86..bd6ef8e3 100644 --- a/src/xml_report_formatter.cpp +++ b/src/xml_report_formatter.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2005-2010. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : forwarding source +/// @file +/// @brief forwarding source // *************************************************************************** #define BOOST_TEST_SOURCE diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9ca41053..e935cf80 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2015. +# (C) Copyright Gennadiy Rozental 2001. # 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) diff --git a/test/execution_monitor-ts/custom-exception-test.cpp b/test/execution_monitor-ts/custom-exception-test.cpp index ee389fc6..53d7ec85 100644 --- a/test/execution_monitor-ts/custom-exception-test.cpp +++ b/test/execution_monitor-ts/custom-exception-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for custon user exception translator registry +/// @file +/// @brief unit test for custon user exception translator registry // *************************************************************************** // Boost.Test diff --git a/test/execution_monitor-ts/errors-handling-test.cpp b/test/execution_monitor-ts/errors-handling-test.cpp index 0f8b60c3..706d1a49 100644 --- a/test/execution_monitor-ts/errors-handling-test.cpp +++ b/test/execution_monitor-ts/errors-handling-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -7,12 +7,8 @@ // See http://www.boost.org/libs/test for the library home page. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests an ability of Unit Test Framework to catch all kinds -// of test errors in a user code and properly report it. +/// @file +/// @brief tests an ability of Unit Test Framework to catch all kinds of test errors in a user code and properly report it. // *************************************************************************** // Boost.Test diff --git a/test/framework-ts/result-report-test.cpp b/test/framework-ts/result-report-test.cpp index 790b65d6..397718d2 100644 --- a/test/framework-ts/result-report-test.cpp +++ b/test/framework-ts/result-report-test.cpp @@ -1,16 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests Unit Test Framework reporting facilities against -// pattern file +/// @file +/// @brief tests Unit Test Framework reporting facilities against pattern file // *************************************************************************** // Boost.Test diff --git a/test/framework-ts/run-by-name-or-label-test.cpp b/test/framework-ts/run-by-name-or-label-test.cpp index c7a60a55..0493a7ce 100644 --- a/test/framework-ts/run-by-name-or-label-test.cpp +++ b/test/framework-ts/run-by-name-or-label-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision: 62023 $ -// -// Description : unit test for class properties facility +/// @file +/// @brief unit test for class properties facility // *************************************************************************** // Boost.Test diff --git a/test/inputs/cfg_file_tst1.cfg b/test/inputs/cfg_file_tst1.cfg deleted file mode 100644 index 1e97c293..00000000 --- a/test/inputs/cfg_file_tst1.cfg +++ /dev/null @@ -1,5 +0,0 @@ -par1 = "ABC " -NS1::par1 = 12 -NS2::NS3::par1 = OFF -NS2::NS4::par1 = ON -NS2::NS4::NS5::par1 = 1 2 3 diff --git a/test/inputs/cfg_file_tst2.cfg b/test/inputs/cfg_file_tst2.cfg deleted file mode 100644 index 530eff22..00000000 --- a/test/inputs/cfg_file_tst2.cfg +++ /dev/null @@ -1 +0,0 @@ -par1 = |"Simple text "| diff --git a/test/inputs/cfg_file_tst3.cfg b/test/inputs/cfg_file_tst3.cfg deleted file mode 100644 index d526d26f..00000000 --- a/test/inputs/cfg_file_tst3.cfg +++ /dev/null @@ -1 +0,0 @@ -par1 = 1 diff --git a/test/inputs/cfg_file_tst4.cfg b/test/inputs/cfg_file_tst4.cfg deleted file mode 100644 index ee182937..00000000 --- a/test/inputs/cfg_file_tst4.cfg +++ /dev/null @@ -1 +0,0 @@ -NS::par2 = 1 2 diff --git a/test/inputs/cfg_file_tst5.cfg b/test/inputs/cfg_file_tst5.cfg deleted file mode 100644 index 31ae1072..00000000 --- a/test/inputs/cfg_file_tst5.cfg +++ /dev/null @@ -1 +0,0 @@ -NS::par2 => 2 diff --git a/test/inputs/cfg_file_tst6.cfg b/test/inputs/cfg_file_tst6.cfg deleted file mode 100644 index cbfea511..00000000 --- a/test/inputs/cfg_file_tst6.cfg +++ /dev/null @@ -1 +0,0 @@ -par1 1 diff --git a/test/inputs/cfg_file_tst7.cfg b/test/inputs/cfg_file_tst7.cfg deleted file mode 100644 index 5d39393c..00000000 --- a/test/inputs/cfg_file_tst7.cfg +++ /dev/null @@ -1 +0,0 @@ -NS1/NS2/par 1 diff --git a/test/inputs/par_alias1.cfg b/test/inputs/par_alias1.cfg deleted file mode 100644 index 47fb489b..00000000 --- a/test/inputs/par_alias1.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -par2 NS1::par1 -par3 NS2::NS3::par1 - -par5 NS2::NS3::par1 - -par4 NS2::NS4::par1 - - diff --git a/test/inputs/par_alias2.cfg b/test/inputs/par_alias2.cfg deleted file mode 100644 index abd024b9..00000000 --- a/test/inputs/par_alias2.cfg +++ /dev/null @@ -1,4 +0,0 @@ -#not exitent parameter -par1 BLA::bla - - diff --git a/test/inputs/par_alias3.cfg b/test/inputs/par_alias3.cfg deleted file mode 100644 index bb318192..00000000 --- a/test/inputs/par_alias3.cfg +++ /dev/null @@ -1,4 +0,0 @@ -# unexpected token -par1 NS1::par1 par2 - - diff --git a/test/inputs/test_broken_line.cfg b/test/inputs/test_broken_line.cfg deleted file mode 100644 index 16ae1eaf..00000000 --- a/test/inputs/test_broken_line.cfg +++ /dev/null @@ -1,33 +0,0 @@ -qwer\ -ty - -123 \\ -11 - -# ery \ - 23 - -xcv \ dfgsd -qwe - -1 \ - - 23 - -34 \ -34 - -a \ -b \ -c \ -d \ -e \ -f - -as \ -# test -sa - -as\ - -we diff --git a/test/inputs/test_comments_and_blanks.cfg b/test/inputs/test_comments_and_blanks.cfg deleted file mode 100644 index f4caa7cb..00000000 --- a/test/inputs/test_comments_and_blanks.cfg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - # 000 -1 -2 # 2 -# 1111 -# 234 -#rtyet -#erty\ -4 -3 - - - - - - - - -##################### ######################### 4444 - - - - - - - diff --git a/test/inputs/test_constructor.cfg b/test/inputs/test_constructor.cfg deleted file mode 100644 index ce33489b..00000000 --- a/test/inputs/test_constructor.cfg +++ /dev/null @@ -1,4 +0,0 @@ -{ abc d } -{ d - dsfg -} diff --git a/test/inputs/test_define.cfg b/test/inputs/test_define.cfg deleted file mode 100644 index 5bc14654..00000000 --- a/test/inputs/test_define.cfg +++ /dev/null @@ -1,13 +0,0 @@ -$define AAA 123 -$define BBB $AAA$$AAA$ - -a$BBB$ -1$AAA$2 - -$define V $TEST_\ -MACRO$=11 -a $V$ - -$define AAA abc - -1$AAA$2 \ No newline at end of file diff --git a/test/inputs/test_ifdef.cfg b/test/inputs/test_ifdef.cfg deleted file mode 100644 index 0e1f520f..00000000 --- a/test/inputs/test_ifdef.cfg +++ /dev/null @@ -1,37 +0,0 @@ -$define a aa -$ifdef a -1 -$else -2 -$endif - -$ifdef A -1 -$else -2 -$endif - -$ifndef A -1 -$else -2 -$endif - -$ifdef a -$define V abc -$else -$define V cba -$endif - -1$V$ - -$ifdef a -$ifdef V -a -$else -b -$endif -$else -c -$endif - diff --git a/test/inputs/test_ifdef1.cfg b/test/inputs/test_ifdef1.cfg deleted file mode 100644 index c8871a3f..00000000 --- a/test/inputs/test_ifdef1.cfg +++ /dev/null @@ -1 +0,0 @@ -$ifdef \ No newline at end of file diff --git a/test/inputs/test_ifdef2.cfg b/test/inputs/test_ifdef2.cfg deleted file mode 100644 index 699aed53..00000000 --- a/test/inputs/test_ifdef2.cfg +++ /dev/null @@ -1,2 +0,0 @@ -$ifdef -$else diff --git a/test/inputs/test_ifdef3.cfg b/test/inputs/test_ifdef3.cfg deleted file mode 100644 index f5e780f9..00000000 --- a/test/inputs/test_ifdef3.cfg +++ /dev/null @@ -1,3 +0,0 @@ -$else -$endif - diff --git a/test/inputs/test_ifdef4.cfg b/test/inputs/test_ifdef4.cfg deleted file mode 100644 index 79fe513d..00000000 --- a/test/inputs/test_ifdef4.cfg +++ /dev/null @@ -1,2 +0,0 @@ -$endif - diff --git a/test/inputs/test_include1.cfg b/test/inputs/test_include1.cfg deleted file mode 100644 index a3a86d9e..00000000 --- a/test/inputs/test_include1.cfg +++ /dev/null @@ -1,4 +0,0 @@ -a -$include test_include1_include1.cfg - -b \ No newline at end of file diff --git a/test/inputs/test_include1_include1.cfg b/test/inputs/test_include1_include1.cfg deleted file mode 100644 index f2ad6c76..00000000 --- a/test/inputs/test_include1_include1.cfg +++ /dev/null @@ -1 +0,0 @@ -c diff --git a/test/inputs/test_include2.cfg b/test/inputs/test_include2.cfg deleted file mode 100644 index f0637498..00000000 --- a/test/inputs/test_include2.cfg +++ /dev/null @@ -1,4 +0,0 @@ -1 -$include test_include1.cfg# again - -2 \ No newline at end of file diff --git a/test/inputs/test_include3.cfg b/test/inputs/test_include3.cfg deleted file mode 100644 index 0ff24286..00000000 --- a/test/inputs/test_include3.cfg +++ /dev/null @@ -1,3 +0,0 @@ -$include \# broken -test_include1_include1.cfg -$include test_include1_include1.cfg# again diff --git a/test/inputs/test_incomplete_broken_line.cfg b/test/inputs/test_incomplete_broken_line.cfg deleted file mode 100644 index 6bc83a6c..00000000 --- a/test/inputs/test_incomplete_broken_line.cfg +++ /dev/null @@ -1 +0,0 @@ -a\ diff --git a/test/inputs/test_macro_def1.cfg b/test/inputs/test_macro_def1.cfg deleted file mode 100644 index 5aa9e80b..00000000 --- a/test/inputs/test_macro_def1.cfg +++ /dev/null @@ -1,9 +0,0 @@ -$define AAA 123 -$define BBB $AAA$$AAA$ - -a$BBB$ -1$AAA$2 - -$define V $TEST_\ -MACRO$=11 -a $V$ \ No newline at end of file diff --git a/test/inputs/test_macro_subst1.cfg b/test/inputs/test_macro_subst1.cfg deleted file mode 100644 index 52e74341..00000000 --- a/test/inputs/test_macro_subst1.cfg +++ /dev/null @@ -1 +0,0 @@ -a$aa$ \ No newline at end of file diff --git a/test/inputs/test_macro_subst2.cfg b/test/inputs/test_macro_subst2.cfg deleted file mode 100644 index ddf94b5d..00000000 --- a/test/inputs/test_macro_subst2.cfg +++ /dev/null @@ -1 +0,0 @@ -a$TEST_MACRO$ \ No newline at end of file diff --git a/test/inputs/test_macro_subst3.cfg b/test/inputs/test_macro_subst3.cfg deleted file mode 100644 index d9e8fbf7..00000000 --- a/test/inputs/test_macro_subst3.cfg +++ /dev/null @@ -1 +0,0 @@ -a$1a$ \ No newline at end of file diff --git a/test/inputs/test_macro_subst4.cfg b/test/inputs/test_macro_subst4.cfg deleted file mode 100644 index d398e566..00000000 --- a/test/inputs/test_macro_subst4.cfg +++ /dev/null @@ -1,2 +0,0 @@ -$define AA bb -a$AA$ \ No newline at end of file diff --git a/test/inputs/test_multipart_value1.cfg b/test/inputs/test_multipart_value1.cfg deleted file mode 100644 index 75a89923..00000000 --- a/test/inputs/test_multipart_value1.cfg +++ /dev/null @@ -1 +0,0 @@ -a " diff --git a/test/inputs/test_multipart_value10.cfg b/test/inputs/test_multipart_value10.cfg deleted file mode 100644 index d3d80ec6..00000000 --- a/test/inputs/test_multipart_value10.cfg +++ /dev/null @@ -1 +0,0 @@ -a abc"def diff --git a/test/inputs/test_multipart_value11.cfg b/test/inputs/test_multipart_value11.cfg deleted file mode 100644 index 8f65a6a0..00000000 --- a/test/inputs/test_multipart_value11.cfg +++ /dev/null @@ -1 +0,0 @@ -a "abc" 123 "def" diff --git a/test/inputs/test_multipart_value12.cfg b/test/inputs/test_multipart_value12.cfg deleted file mode 100644 index bf35c17c..00000000 --- a/test/inputs/test_multipart_value12.cfg +++ /dev/null @@ -1 +0,0 @@ -a abc " 123 " def diff --git a/test/inputs/test_multipart_value13.cfg b/test/inputs/test_multipart_value13.cfg deleted file mode 100644 index b8bb66de..00000000 --- a/test/inputs/test_multipart_value13.cfg +++ /dev/null @@ -1 +0,0 @@ -a \"abc\" diff --git a/test/inputs/test_multipart_value2.cfg b/test/inputs/test_multipart_value2.cfg deleted file mode 100644 index 4456e2a4..00000000 --- a/test/inputs/test_multipart_value2.cfg +++ /dev/null @@ -1 +0,0 @@ -a "" diff --git a/test/inputs/test_multipart_value3.cfg b/test/inputs/test_multipart_value3.cfg deleted file mode 100644 index 5ff7eebe..00000000 --- a/test/inputs/test_multipart_value3.cfg +++ /dev/null @@ -1 +0,0 @@ -a """ diff --git a/test/inputs/test_multipart_value4.cfg b/test/inputs/test_multipart_value4.cfg deleted file mode 100644 index a80d109e..00000000 --- a/test/inputs/test_multipart_value4.cfg +++ /dev/null @@ -1 +0,0 @@ -a "\"" diff --git a/test/inputs/test_multipart_value5.cfg b/test/inputs/test_multipart_value5.cfg deleted file mode 100644 index 1b8938a1..00000000 --- a/test/inputs/test_multipart_value5.cfg +++ /dev/null @@ -1 +0,0 @@ -a abc"" diff --git a/test/inputs/test_multipart_value6.cfg b/test/inputs/test_multipart_value6.cfg deleted file mode 100644 index be04b55e..00000000 --- a/test/inputs/test_multipart_value6.cfg +++ /dev/null @@ -1 +0,0 @@ -a abc" diff --git a/test/inputs/test_multipart_value7.cfg b/test/inputs/test_multipart_value7.cfg deleted file mode 100644 index 94f1faa5..00000000 --- a/test/inputs/test_multipart_value7.cfg +++ /dev/null @@ -1 +0,0 @@ -a "abc diff --git a/test/inputs/test_multipart_value8.cfg b/test/inputs/test_multipart_value8.cfg deleted file mode 100644 index dfca7751..00000000 --- a/test/inputs/test_multipart_value8.cfg +++ /dev/null @@ -1 +0,0 @@ -a "abc" "def" diff --git a/test/inputs/test_multipart_value9.cfg b/test/inputs/test_multipart_value9.cfg deleted file mode 100644 index 3d43260d..00000000 --- a/test/inputs/test_multipart_value9.cfg +++ /dev/null @@ -1,3 +0,0 @@ -a "abc" \ - "def" \ - "123" diff --git a/test/inputs/test_undef.cfg b/test/inputs/test_undef.cfg deleted file mode 100644 index 64b71a0f..00000000 --- a/test/inputs/test_undef.cfg +++ /dev/null @@ -1,9 +0,0 @@ -$undef AAA - -$define AAA 123 - -1$AAA$ - -$undef AAA - -1$AAA$ \ No newline at end of file diff --git a/test/multithreading-ts/sync-access-test.cpp b/test/multithreading-ts/sync-access-test.cpp index c03f393c..bdec498c 100644 --- a/test/multithreading-ts/sync-access-test.cpp +++ b/test/multithreading-ts/sync-access-test.cpp @@ -1,16 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2008-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests Unit Test Framework usability in MT environment with -// Boost.Test calls externally synchronized +/// @file +/// @brief tests Unit Test Framework usability in MT environment with Boost.Test calls externally synchronized. // *************************************************************************** #define BOOST_TEST_MODULE sync_access_test diff --git a/test/prg_exec_monitor-ts/result-code-test.cpp b/test/prg_exec_monitor-ts/result-code-test.cpp index 9bd57a75..f7b693d1 100644 --- a/test/prg_exec_monitor-ts/result-code-test.cpp +++ b/test/prg_exec_monitor-ts/result-code-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : test the Execution Monitor logic regards cpp_main return value +/// @file +/// @brief test the Execution Monitor logic regards cpp_main return value // *************************************************************************** #include diff --git a/test/prg_exec_monitor-ts/system-exception-test.cpp b/test/prg_exec_monitor-ts/system-exception-test.cpp index 623e3f4a..202ff778 100644 --- a/test/prg_exec_monitor-ts/system-exception-test.cpp +++ b/test/prg_exec_monitor-ts/system-exception-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -6,12 +6,8 @@ // See http://www.boost.org/libs/test for the library home page. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests an ability of Program Execution Monitor to catch -// system exceptions. Should fail during run. +/// @file +/// @brief tests an ability of Program Execution Monitor to catch system exceptions. Should fail during run. // *************************************************************************** #ifdef __MWERKS__ diff --git a/test/prg_exec_monitor-ts/uncatched-exception-test.cpp b/test/prg_exec_monitor-ts/uncatched-exception-test.cpp index 0e1ec271..9ecdf4bf 100644 --- a/test/prg_exec_monitor-ts/uncatched-exception-test.cpp +++ b/test/prg_exec_monitor-ts/uncatched-exception-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -6,12 +6,8 @@ // See http://www.boost.org/libs/test for the library home page. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests an ability of Program Execution Monitor to catch -// uncatched exceptions. Should fail during run. +/// @file +/// @brief tests an ability of Program Execution Monitor to catch uncatched exceptions. Should fail during run. // *************************************************************************** #ifdef __MWERKS__ diff --git a/test/prg_exec_monitor-ts/user-fatal-exception-test.cpp b/test/prg_exec_monitor-ts/user-fatal-exception-test.cpp index dc244625..11cd2d3a 100644 --- a/test/prg_exec_monitor-ts/user-fatal-exception-test.cpp +++ b/test/prg_exec_monitor-ts/user-fatal-exception-test.cpp @@ -1,16 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2002-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests an ability of the Program Execution Monitor to catch -// user fatal exceptions. Should fail during run. But not crash. +/// @file +/// @brief tests an ability of the Program Execution Monitor to catch user fatal exceptions. Should fail during run. But not crash. // *************************************************************************** #include diff --git a/test/test-organization-ts/datasets-test/array-test.cpp b/test/test-organization-ts/datasets-test/array-test.cpp index 997176f3..c465307a 100644 --- a/test/test-organization-ts/datasets-test/array-test.cpp +++ b/test/test-organization-ts/datasets-test/array-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) @@ -6,7 +6,7 @@ // See http://www.boost.org/libs/test for the library home page. // /// @file -/// Tests C array based dataset +/// @brief Tests C array based dataset // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/collection-test.cpp b/test/test-organization-ts/datasets-test/collection-test.cpp index 557a1cca..f0e37099 100644 --- a/test/test-organization-ts/datasets-test/collection-test.cpp +++ b/test/test-organization-ts/datasets-test/collection-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests stl collection based dataset +/// @file +/// @brief tests stl collection based dataset // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/datasets-test.hpp b/test/test-organization-ts/datasets-test/datasets-test.hpp index 3be15ce9..1e553b3c 100644 --- a/test/test-organization-ts/datasets-test/datasets-test.hpp +++ b/test/test-organization-ts/datasets-test/datasets-test.hpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : datasets test helpers +/// @file +/// @brief datasets test helpers // *************************************************************************** #ifndef BOOST_TEST_TEST_DATASETS_HPP diff --git a/test/test-organization-ts/datasets-test/implicit-test.cpp b/test/test-organization-ts/datasets-test/implicit-test.cpp index 99215850..0c789fee 100644 --- a/test/test-organization-ts/datasets-test/implicit-test.cpp +++ b/test/test-organization-ts/datasets-test/implicit-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests implicit interfaces +/// @file +/// @brief tests implicit interfaces // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/initializer_list-test.cpp b/test/test-organization-ts/datasets-test/initializer_list-test.cpp index 8f4ba81b..a1147f77 100644 --- a/test/test-organization-ts/datasets-test/initializer_list-test.cpp +++ b/test/test-organization-ts/datasets-test/initializer_list-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) @@ -6,7 +6,7 @@ // See http://www.boost.org/libs/test for the library home page. // /// @file -/// Tests C array based dataset +/// @brief Tests C array based dataset // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/mono-grid-test.cpp b/test/test-organization-ts/datasets-test/mono-grid-test.cpp index 360b873a..e9b1502d 100644 --- a/test/test-organization-ts/datasets-test/mono-grid-test.cpp +++ b/test/test-organization-ts/datasets-test/mono-grid-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/test/test-organization-ts/datasets-test/mono-join-test.cpp b/test/test-organization-ts/datasets-test/mono-join-test.cpp index 1b344603..ffb9c484 100644 --- a/test/test-organization-ts/datasets-test/mono-join-test.cpp +++ b/test/test-organization-ts/datasets-test/mono-join-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/test/test-organization-ts/datasets-test/mono-zip-test.cpp b/test/test-organization-ts/datasets-test/mono-zip-test.cpp index 72df5a04..9ca6ba8d 100644 --- a/test/test-organization-ts/datasets-test/mono-zip-test.cpp +++ b/test/test-organization-ts/datasets-test/mono-zip-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests monomorphic zip +/// @file +/// @brief tests monomorphic zip // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/random-test.cpp b/test/test-organization-ts/datasets-test/random-test.cpp index 1cacecf3..30822128 100644 --- a/test/test-organization-ts/datasets-test/random-test.cpp +++ b/test/test-organization-ts/datasets-test/random-test.cpp @@ -1,12 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -//! @file -//! @brief tests random dataset +/// @file +/// @brief tests random dataset // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/seed-test.cpp b/test/test-organization-ts/datasets-test/seed-test.cpp index 3386e0f0..bbd749b2 100644 --- a/test/test-organization-ts/datasets-test/seed-test.cpp +++ b/test/test-organization-ts/datasets-test/seed-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) @@ -6,7 +6,7 @@ // See http://www.boost.org/libs/test for the library home page. // /// @file -/// Tests C array based dataset +/// @brief Tests C array based dataset // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/singleton-test.cpp b/test/test-organization-ts/datasets-test/singleton-test.cpp index a2c3d2cf..c8cb7a13 100644 --- a/test/test-organization-ts/datasets-test/singleton-test.cpp +++ b/test/test-organization-ts/datasets-test/singleton-test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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) diff --git a/test/test-organization-ts/datasets-test/test_case_interface-test.cpp b/test/test-organization-ts/datasets-test/test_case_interface-test.cpp index 56b9a0b2..0ee5d4c4 100644 --- a/test/test-organization-ts/datasets-test/test_case_interface-test.cpp +++ b/test/test-organization-ts/datasets-test/test_case_interface-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests singleton dataset +/// @file +/// @brief BOOST_DATA_TEST_CASE unit test // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/datasets-test/xrange-test.cpp b/test/test-organization-ts/datasets-test/xrange-test.cpp index a68da994..0d77925b 100644 --- a/test/test-organization-ts/datasets-test/xrange-test.cpp +++ b/test/test-organization-ts/datasets-test/xrange-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests singleton dataset +/// @file +/// @brief unit test for xrange // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/parameterized_test-test.cpp b/test/test-organization-ts/parameterized_test-test.cpp index 5d0095a4..667492e6 100644 --- a/test/test-organization-ts/parameterized_test-test.cpp +++ b/test/test-organization-ts/parameterized_test-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2002-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests parameterized tests +/// @file +/// @brief tests parameterized tests // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/test-tree-management-test.cpp b/test/test-organization-ts/test-tree-management-test.cpp index 4a85dab0..17091132 100644 --- a/test/test-organization-ts/test-tree-management-test.cpp +++ b/test/test-organization-ts/test-tree-management-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2007-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : test tree management unit test +/// @file +/// @brief test tree management unit test // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/test_case_template-test.cpp b/test/test-organization-ts/test_case_template-test.cpp index acd875a3..0da570d6 100644 --- a/test/test-organization-ts/test_case_template-test.cpp +++ b/test/test-organization-ts/test_case_template-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests function template test case +/// @file +/// @brief tests function template test case // *************************************************************************** // Boost.Test diff --git a/test/test-organization-ts/test_unit-order-test.cpp b/test/test-organization-ts/test_unit-order-test.cpp index a1631593..4fd2e156 100644 --- a/test/test-organization-ts/test_unit-order-test.cpp +++ b/test/test-organization-ts/test_unit-order-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests proper order of test unis in case of various dependencies specifications +/// @file +/// @brief tests proper order of test unis in case of various dependencies specifications // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/shared-library-custom-init-test.cpp b/test/usage-variants-ts/shared-library-custom-init-test.cpp index 28250515..e34134dd 100644 --- a/test/usage-variants-ts/shared-library-custom-init-test.cpp +++ b/test/usage-variants-ts/shared-library-custom-init-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : shared library usage variant with custom init test +/// @file +/// @brief shared library usage variant with custom init test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/shared-library-custom-main-test.cpp b/test/usage-variants-ts/shared-library-custom-main-test.cpp index eecd0066..473d88fd 100644 --- a/test/usage-variants-ts/shared-library-custom-main-test.cpp +++ b/test/usage-variants-ts/shared-library-custom-main-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : shared library usage variant with custom main test +/// @file +/// @brief shared library usage variant with custom main test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/shared-library-test.cpp b/test/usage-variants-ts/shared-library-test.cpp index 39c79445..53675ef8 100644 --- a/test/usage-variants-ts/shared-library-test.cpp +++ b/test/usage-variants-ts/shared-library-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : shared library usage variant test +/// @file +/// @brief shared library usage variant test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/single-header-custom-init-test.cpp b/test/usage-variants-ts/single-header-custom-init-test.cpp index 8b3edfc3..cb4c6682 100644 --- a/test/usage-variants-ts/single-header-custom-init-test.cpp +++ b/test/usage-variants-ts/single-header-custom-init-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : single header usage variant with custom init test +/// @file +/// @brief single header usage variant with custom init test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/single-header-custom-main-test.cpp b/test/usage-variants-ts/single-header-custom-main-test.cpp index 50c99013..9080b0b3 100644 --- a/test/usage-variants-ts/single-header-custom-main-test.cpp +++ b/test/usage-variants-ts/single-header-custom-main-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : single header usage variant with custom main test +/// @file +/// @brief single header usage variant with custom main test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/single-header-test.cpp b/test/usage-variants-ts/single-header-test.cpp index 2e9dfaeb..38509913 100644 --- a/test/usage-variants-ts/single-header-test.cpp +++ b/test/usage-variants-ts/single-header-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : single header usage variant test +/// @file +/// @brief single header usage variant test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/static-library-custom-init-test.cpp b/test/usage-variants-ts/static-library-custom-init-test.cpp index 210f5f8b..f12c3395 100644 --- a/test/usage-variants-ts/static-library-custom-init-test.cpp +++ b/test/usage-variants-ts/static-library-custom-init-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : static library usage variant with custom init test +/// @file +/// @brief static library usage variant with custom init test // *************************************************************************** // Boost.Test diff --git a/test/usage-variants-ts/static-library-test.cpp b/test/usage-variants-ts/static-library-test.cpp index e487d2b9..2568e183 100644 --- a/test/usage-variants-ts/static-library-test.cpp +++ b/test/usage-variants-ts/static-library-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : static library usage variant test +/// @file +/// @brief static library usage variant test // *************************************************************************** // Boost.Test diff --git a/test/utils-ts/algorithm-test.cpp b/test/utils-ts/algorithm-test.cpp index f52f85a4..b285a4d9 100644 --- a/test/utils-ts/algorithm-test.cpp +++ b/test/utils-ts/algorithm-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for class properties facility +/// @file +/// @brief unit test for class properties facility // *************************************************************************** // Boost.Test diff --git a/test/utils-ts/basic_cstring-test.cpp b/test/utils-ts/basic_cstring-test.cpp index f6e619b9..c65000ec 100644 --- a/test/utils-ts/basic_cstring-test.cpp +++ b/test/utils-ts/basic_cstring-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : basic_cstring unit test +/// @file +/// @brief basic_cstring unit test // ***************************************************************************** #ifdef _MSC_VER diff --git a/test/utils-ts/class_properties-test.cpp b/test/utils-ts/class_properties-test.cpp index 04f1e440..b6b51ff8 100644 --- a/test/utils-ts/class_properties-test.cpp +++ b/test/utils-ts/class_properties-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2003-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for class properties facility +/// @file +/// @brief unit test for class properties facility // *************************************************************************** // Boost.Test diff --git a/test/utils-ts/foreach-test.cpp b/test/utils-ts/foreach-test.cpp index d481cb39..e17e3360 100644 --- a/test/utils-ts/foreach-test.cpp +++ b/test/utils-ts/foreach-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : BOOST_TEST_FOREACH compile only test +/// @file +/// @brief BOOST_TEST_FOREACH compile only test // ***************************************************************************** // STL diff --git a/test/utils-ts/named_params-test.cpp b/test/utils-ts/named_params-test.cpp index af8e71ca..34fda622 100644 --- a/test/utils-ts/named_params-test.cpp +++ b/test/utils-ts/named_params-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for named function parameters framework +/// @file +/// @brief unit test for named function parameters framework // ***************************************************************************** // Boost.Test diff --git a/test/utils-ts/runtime-param-test.cpp b/test/utils-ts/runtime-param-test.cpp index 0ced633e..058f7725 100644 --- a/test/utils-ts/runtime-param-test.cpp +++ b/test/utils-ts/runtime-param-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for runtime parameter framework +/// @file +/// @brief unit test for runtime parameter framework // *************************************************************************** // Boost.Test diff --git a/test/utils-ts/token_iterator-test.cpp b/test/utils-ts/token_iterator-test.cpp index 4f2b62c6..2a31f281 100644 --- a/test/utils-ts/token_iterator-test.cpp +++ b/test/utils-ts/token_iterator-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : string_token_iterator unit test +/// @file +/// @brief string_token_iterator unit test // ***************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/assertion-construction-test.cpp b/test/writing-test-ts/assertion-construction-test.cpp index 041b7b24..bbe31bb9 100644 --- a/test/writing-test-ts/assertion-construction-test.cpp +++ b/test/writing-test-ts/assertion-construction-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2011-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision: 62023 $ -// -// Description : unit test for new assertion construction based on input expression +/// @file +/// @brief unit test for new assertion construction based on input expression // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/boost_check_equal-str-test.cpp b/test/writing-test-ts/boost_check_equal-str-test.cpp index 2759b8a1..64bf6633 100644 --- a/test/writing-test-ts/boost_check_equal-str-test.cpp +++ b/test/writing-test-ts/boost_check_equal-str-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : unit test for string comparison specializations +/// @file +/// @brief unit test for string comparison specializations // ***************************************************************************** #define BOOST_TEST_MAIN diff --git a/test/writing-test-ts/collection-comparison-test.cpp b/test/writing-test-ts/collection-comparison-test.cpp index e1b7d7c0..6f7439e2 100644 --- a/test/writing-test-ts/collection-comparison-test.cpp +++ b/test/writing-test-ts/collection-comparison-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests collection comparison implementation +/// @file +/// @brief tests collection comparison implementation // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/dont_print_log_value-test.cpp b/test/writing-test-ts/dont_print_log_value-test.cpp index 905165f5..ce68cea5 100644 --- a/test/writing-test-ts/dont_print_log_value-test.cpp +++ b/test/writing-test-ts/dont_print_log_value-test.cpp @@ -1,12 +1,12 @@ -// (C) Copyright Marek Kurdej 2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -//! @file -//! BOOST_TEST_DONT_PRINT_LOG_VALUE unit test +/// @file +/// @brief BOOST_TEST_DONT_PRINT_LOG_VALUE unit test // ***************************************************************************** #define BOOST_TEST_MODULE BOOST_TEST_DONT_PRINT_LOG_VALUE unit test diff --git a/test/writing-test-ts/fp-comparisons-test.cpp b/test/writing-test-ts/fp-comparisons-test.cpp index 843ea0e9..c1a6f685 100644 --- a/test/writing-test-ts/fp-comparisons-test.cpp +++ b/test/writing-test-ts/fp-comparisons-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests floating point comparison algorithms +/// @file +/// @brief tests floating point comparison algorithms // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/output_test_stream-test.cpp b/test/writing-test-ts/output_test_stream-test.cpp index c0921a7c..56a53405 100644 --- a/test/writing-test-ts/output_test_stream-test.cpp +++ b/test/writing-test-ts/output_test_stream-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests output_test_stream test tool functionality +/// @file +/// @brief tests output_test_stream test tool functionality // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/test_tools-test.cpp b/test/writing-test-ts/test_tools-test.cpp index 57bdd25b..ebbc0bc3 100644 --- a/test/writing-test-ts/test_tools-test.cpp +++ b/test/writing-test-ts/test_tools-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2001-2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : tests all Test Tools but output_test_stream +/// @file +/// @brief tests all Test Tools but output_test_stream // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/tools-debuggable-test.cpp b/test/writing-test-ts/tools-debuggable-test.cpp index ec053468..d082fc05 100644 --- a/test/writing-test-ts/tools-debuggable-test.cpp +++ b/test/writing-test-ts/tools-debuggable-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : testing BOOST_TEST_UNDER_DEBUGGER compilation and operation +/// @file +/// @brief testing BOOST_TEST_UNDER_DEBUGGER compilation and operation // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/tools-under-debugger-test.cpp b/test/writing-test-ts/tools-under-debugger-test.cpp index c7dad061..26d23808 100644 --- a/test/writing-test-ts/tools-under-debugger-test.cpp +++ b/test/writing-test-ts/tools-under-debugger-test.cpp @@ -1,15 +1,12 @@ -// (C) Copyright Gennadiy Rozental 2015. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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. // -// File : $RCSfile$ -// -// Version : $Revision$ -// -// Description : testing BOOST_TEST_UNDER_DEBUGGER compilation and operation +/// @file +/// @brief testing BOOST_TEST_UNDER_DEBUGGER compilation and operation // *************************************************************************** // Boost.Test diff --git a/test/writing-test-ts/windows-headers-test.cpp b/test/writing-test-ts/windows-headers-test.cpp index c91c3a87..3adfe61e 100644 --- a/test/writing-test-ts/windows-headers-test.cpp +++ b/test/writing-test-ts/windows-headers-test.cpp @@ -1,11 +1,12 @@ -// (C) Copyright Raffi Enficiaud 2015 +// (C) Copyright Raffi Enficiaud 2001. // Distributed under 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. // -// Tests some compilation troubleshooting issues with the windows headers (eg min/max macros) +/// @file +/// @brief Tests some compilation troubleshooting issues with the windows headers (eg min/max macros) // *************************************************************************** #define BOOST_TEST_MODULE test_windows_headers diff --git a/tools/console_test_runner/src/console_test_runner.cpp b/tools/console_test_runner/src/console_test_runner.cpp index f223bf43..8639aa6e 100644 --- a/tools/console_test_runner/src/console_test_runner.cpp +++ b/tools/console_test_runner/src/console_test_runner.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #ifndef BOOST_TEST_DYN_LINK diff --git a/tools/console_test_runner/test/test_runner_test.cpp b/tools/console_test_runner/test/test_runner_test.cpp index b3c40e79..a9e22625 100644 --- a/tools/console_test_runner/test/test_runner_test.cpp +++ b/tools/console_test_runner/test/test_runner_test.cpp @@ -1,9 +1,10 @@ -// (C) Copyright Gennadiy Rozental 2005-2014. +// (C) Copyright Gennadiy Rozental 2001. // Distributed under 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 #ifndef BOOST_TEST_DYN_LINK