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