From 55e6d6ed0859d9b48b3b8cc0b57a604a1f1d02b6 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Sun, 19 Mar 2006 11:49:04 +0000 Subject: [PATCH] *** empty log message *** [SVN r33384] --- test/Jamfile | 4 ++-- test/Jamfile.v2 | 2 +- test/algorithms_test.cpp | 5 ++++- test/auto-link-test/Jamfile | 2 +- test/basic_cstring_test.cpp | 5 ++++- test/boost_check_equal_str.cpp | 2 +- test/class_properties_test.cpp | 5 ++++- test/config_file_iterator_test.cpp | 5 ++++- test/config_file_test.cpp | 5 ++++- test/custom_exception_test.cpp | 5 ++++- test/errors_handling_test.cpp | 5 ++++- test/fixed_mapping_test.cpp | 5 ++++- test/foreach_test.cpp | 2 +- test/ifstream_line_iterator_test.cpp | 5 ++++- test/minimal_test.cpp | 5 ++++- test/online_test.cpp | 5 ++++- test/output_test_stream_test.cpp | 5 ++++- test/parameterized_test_test.cpp | 5 ++++- test/prg_exec_fail1.cpp | 7 +++++-- test/prg_exec_fail2.cpp | 5 ++++- test/prg_exec_fail3.cpp | 5 ++++- test/prg_exec_fail4.cpp | 5 ++++- test/result_report_test.cpp | 5 ++++- test/test_case_template_test.cpp | 5 ++++- test/test_fp_comparisons.cpp | 5 ++++- test/test_tools_test.cpp | 5 ++++- test/token_iterator_test.cpp | 5 ++++- 27 files changed, 95 insertions(+), 29 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index ca7fdd15..545a11d1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2005. +# (C) Copyright Gennadiy Rozental 2001-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) @@ -35,7 +35,7 @@ test-suite "basics_test" ; test-suite "prg_exec_monitor_test" - : [ test-btl-lib run-fail : prg_exec_fail1 : boost_prg_exec_monitor ] + : [ test-btl-lib run-fail : prg_exec_fail1 ] [ test-btl-lib run-fail : prg_exec_fail2 : boost_prg_exec_monitor ] [ test-btl-lib run-fail : prg_exec_fail3 : boost_prg_exec_monitor ] [ test-btl-lib run-fail : prg_exec_fail4 : boost_prg_exec_monitor ] diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c8115495..95087eef 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2005. +# (C) Copyright Gennadiy Rozental 2001-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/test/algorithms_test.cpp b/test/algorithms_test.cpp index a911d2ee..ec86b894 100755 --- a/test/algorithms_test.cpp +++ b/test/algorithms_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2005. +// (C) Copyright Gennadiy Rozental 2003-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) @@ -131,6 +131,9 @@ init_unit_test_suite( int /* argc */, char* /* argv */ [] ) // History : // // $Log$ +// Revision 1.6 2006/03/19 11:49:03 rogeeff +// *** empty log message *** +// // Revision 1.5 2005/05/11 05:07:56 rogeeff // licence update // diff --git a/test/auto-link-test/Jamfile b/test/auto-link-test/Jamfile index b2e3e9aa..94068f9d 100644 --- a/test/auto-link-test/Jamfile +++ b/test/auto-link-test/Jamfile @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2005. +# (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 www.boost.org/LICENSE_1_0.txt) # diff --git a/test/basic_cstring_test.cpp b/test/basic_cstring_test.cpp index c78f7233..a78d7e74 100644 --- a/test/basic_cstring_test.cpp +++ b/test/basic_cstring_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -469,6 +469,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) // History : // // $Log$ +// Revision 1.15 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.14 2005/08/12 14:15:13 schoepflin // Fixed dependent name lookup issue. // diff --git a/test/boost_check_equal_str.cpp b/test/boost_check_equal_str.cpp index b5bcb0e9..c0c1eb4b 100644 --- a/test/boost_check_equal_str.cpp +++ b/test/boost_check_equal_str.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) diff --git a/test/class_properties_test.cpp b/test/class_properties_test.cpp index b7b417fa..277cab60 100644 --- a/test/class_properties_test.cpp +++ b/test/class_properties_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2005. +// (C) Copyright Gennadiy Rozental 2003-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) @@ -197,6 +197,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.8 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.7 2005/06/11 19:20:58 rogeeff // *** empty log message *** // diff --git a/test/config_file_iterator_test.cpp b/test/config_file_iterator_test.cpp index 0031fe99..d278c8c4 100755 --- a/test/config_file_iterator_test.cpp +++ b/test/config_file_iterator_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -315,6 +315,9 @@ BOOST_AUTO_TEST_CASE( test_ifdef ) // History : // // $Log$ +// Revision 1.4 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.3 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/config_file_test.cpp b/test/config_file_test.cpp index 4a27a91a..27ec5a9f 100755 --- a/test/config_file_test.cpp +++ b/test/config_file_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -258,6 +258,9 @@ test_multipart_value() // History : // // $Log$ +// Revision 1.5 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.4 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/custom_exception_test.cpp b/test/custom_exception_test.cpp index 21807150..0c62ff41 100644 --- a/test/custom_exception_test.cpp +++ b/test/custom_exception_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2005. +// (C) Copyright Gennadiy Rozental 2003-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) @@ -78,6 +78,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.9 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.8 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/errors_handling_test.cpp b/test/errors_handling_test.cpp index 0d7cc2f2..97c6b736 100644 --- a/test/errors_handling_test.cpp +++ b/test/errors_handling_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (C) Copyright Gennadiy Rozental 2001-2006. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -198,6 +198,9 @@ BOOST_AUTO_TEST_CASE( test_errors_handling ) // Revision History : // // $Log$ +// Revision 1.38 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.37 2006/02/01 08:00:15 rogeeff // *** empty log message *** // diff --git a/test/fixed_mapping_test.cpp b/test/fixed_mapping_test.cpp index 0d71d542..72f52609 100644 --- a/test/fixed_mapping_test.cpp +++ b/test/fixed_mapping_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -82,6 +82,9 @@ BOOST_AUTO_TEST_CASE( test_custom_compare ) // History : // // $Log$ +// Revision 1.9 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.8 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/foreach_test.cpp b/test/foreach_test.cpp index 8c4d1ab6..c8dc17a8 100755 --- a/test/foreach_test.cpp +++ b/test/foreach_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) diff --git a/test/ifstream_line_iterator_test.cpp b/test/ifstream_line_iterator_test.cpp index 92aad38d..dccb31d3 100644 --- a/test/ifstream_line_iterator_test.cpp +++ b/test/ifstream_line_iterator_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -76,6 +76,9 @@ BOOST_AUTO_TEST_CASE( test_custom_delimeter ) // History : // // $Log$ +// Revision 1.9 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.8 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/minimal_test.cpp b/test/minimal_test.cpp index 792b2b29..7bade9e0 100644 --- a/test/minimal_test.cpp +++ b/test/minimal_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -76,6 +76,9 @@ test_main( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ +// Revision 1.11 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.10 2005/05/11 05:07:57 rogeeff // licence update // diff --git a/test/online_test.cpp b/test/online_test.cpp index 731d67c5..2c124e01 100644 --- a/test/online_test.cpp +++ b/test/online_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -26,6 +26,9 @@ BOOST_AUTO_TEST_CASE( test ) // Revision History : // // $Log$ +// Revision 1.16 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.15 2006/02/01 08:00:15 rogeeff // *** empty log message *** // diff --git a/test/output_test_stream_test.cpp b/test/output_test_stream_test.cpp index b5fb84ec..a71cc5b8 100644 --- a/test/output_test_stream_test.cpp +++ b/test/output_test_stream_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -194,6 +194,9 @@ BOOST_AUTO_TEST_CASE( test_match_pattern ) // Revision History : // // $Log$ +// Revision 1.22 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.21 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/parameterized_test_test.cpp b/test/parameterized_test_test.cpp index 089b5757..e8296405 100644 --- a/test/parameterized_test_test.cpp +++ b/test/parameterized_test_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2005. +// (C) Copyright Gennadiy Rozental 2002-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) @@ -211,6 +211,9 @@ BOOST_AUTO_TEST_CASE( test_case8 ) // Revision History : // // $Log$ +// Revision 1.23 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.22 2006/02/01 08:00:15 rogeeff // *** empty log message *** // diff --git a/test/prg_exec_fail1.cpp b/test/prg_exec_fail1.cpp index 8ddb1ca4..871a47b2 100644 --- a/test/prg_exec_fail1.cpp +++ b/test/prg_exec_fail1.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (C) Copyright Gennadiy Rozental 2001-2006. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -26,7 +26,7 @@ #include //Metrowerks linker needs at least one standard library #endif -#include +#include int cpp_main( int argc, char *[] ) // note the name @@ -43,6 +43,9 @@ cpp_main( int argc, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.16 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.15 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/prg_exec_fail2.cpp b/test/prg_exec_fail2.cpp index abb99b95..bfb7e2fe 100644 --- a/test/prg_exec_fail2.cpp +++ b/test/prg_exec_fail2.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (C) Copyright Gennadiy Rozental 2001-2006. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -39,6 +39,9 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.15 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.14 2005/05/11 05:07:57 rogeeff // licence update // diff --git a/test/prg_exec_fail3.cpp b/test/prg_exec_fail3.cpp index d1309df3..763a5fc5 100644 --- a/test/prg_exec_fail3.cpp +++ b/test/prg_exec_fail3.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2005. +// (C) Copyright Gennadiy Rozental 2002-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) @@ -30,6 +30,9 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ +// Revision 1.8 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.7 2005/05/11 05:07:57 rogeeff // licence update // diff --git a/test/prg_exec_fail4.cpp b/test/prg_exec_fail4.cpp index 527384b9..67d780c0 100644 --- a/test/prg_exec_fail4.cpp +++ b/test/prg_exec_fail4.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2005. +// (C) Copyright Gennadiy Rozental 2003-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) @@ -24,6 +24,9 @@ int cpp_main( int, char* [] ) // note the name // Revision History : // // $Log$ +// Revision 1.7 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.6 2005/05/11 05:07:57 rogeeff // licence update // diff --git a/test/result_report_test.cpp b/test/result_report_test.cpp index 71d1e1c3..dd873325 100644 --- a/test/result_report_test.cpp +++ b/test/result_report_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -168,6 +168,9 @@ BOOST_AUTO_TEST_CASE( test_result_reports ) // Revision History : // // $Log$ +// Revision 1.25 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.24 2006/02/01 08:00:15 rogeeff // *** empty log message *** // diff --git a/test/test_case_template_test.cpp b/test/test_case_template_test.cpp index 0f049397..84e8a501 100644 --- a/test/test_case_template_test.cpp +++ b/test/test_case_template_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2005. +// (C) Copyright Gennadiy Rozental 2003-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) @@ -146,6 +146,9 @@ BOOST_AUTO_TEST_CASE( test2_one_to_three ) // Revision History : // // $Log$ +// Revision 1.17 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.16 2006/01/29 20:22:59 rogeeff // *** empty log message *** // diff --git a/test/test_fp_comparisons.cpp b/test/test_fp_comparisons.cpp index b2c30080..63686202 100644 --- a/test/test_fp_comparisons.cpp +++ b/test/test_fp_comparisons.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -171,6 +171,9 @@ BOOST_AUTO_TEST_CASE( test_close_at_tolerance ) // Revision History : // // $Log$ +// Revision 1.24 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.23 2005/12/14 06:01:02 rogeeff // *** empty log message *** // diff --git a/test/test_tools_test.cpp b/test/test_tools_test.cpp index 88c8a2c0..56c9c0c1 100644 --- a/test/test_tools_test.cpp +++ b/test/test_tools_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -531,6 +531,9 @@ TEST_CASE( test_BOOST_IS_DEFINED ) // Revision History : // // $Log$ +// Revision 1.47 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.46 2006/01/28 07:05:27 rogeeff // mark unreachable intentionally statements // diff --git a/test/token_iterator_test.cpp b/test/token_iterator_test.cpp index 5723d377..1d5dfb98 100644 --- a/test/token_iterator_test.cpp +++ b/test/token_iterator_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2005. +// (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) @@ -191,6 +191,9 @@ BOOST_AUTO_TEST_CASE( test_istream_token_iterator ) // History : // // $Log$ +// Revision 1.14 2006/03/19 11:49:04 rogeeff +// *** empty log message *** +// // Revision 1.13 2005/12/14 06:01:02 rogeeff // *** empty log message *** //