diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index 22cad6b3..2a2671e6 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -1,4 +1,4 @@
-# (C) Copyright Gennadiy Rozental 2001-2010.
+# (C) Copyright Gennadiy Rozental 2001-2012.
# 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)
@@ -66,30 +66,31 @@ test-suite "prg_exec_monitor_test"
test-suite "unit_test_framework_test"
:
- [ test-btl-lib run : errors_handling_test : boost_unit_test_framework : test_files/errors_handling_test.pattern ]
+ [ test-btl-lib run : errors_handling_test : boost_unit_test_framework : test_files/errors_handling_test.pattern ]
[ test-btl-lib run : single_header_test ]
[ test-btl-lib run-fail : minimal_test ]
[ test-btl-lib run : foreach_test ]
- [ test-btl-lib run : output_test_stream_test : boost_unit_test_framework ]
- [ test-btl-lib run : result_report_test : boost_unit_test_framework : test_files/result_report_test.pattern ]
- [ test-btl-lib run : parameterized_test_test : boost_unit_test_framework ]
- [ test-btl-lib run : test_fp_comparisons : boost_unit_test_framework ]
- [ test-btl-lib run : test_tools_test : boost_unit_test_framework : test_files/test_tools_test.pattern ]
- [ test-btl-lib run : test_case_template_test : boost_unit_test_framework ]
- [ test-btl-lib run : custom_exception_test : boost_unit_test_framework/static ]
- [ test-btl-lib run : fixed_mapping_test : boost_unit_test_framework ]
- [ test-btl-lib run : ifstream_line_iterator_test : boost_unit_test_framework : test_files/ifstream_line_iterator.tst1 test_files/ifstream_line_iterator.tst2 ]
- [ test-btl-lib run : algorithms_test : boost_unit_test_framework/static ]
- [ test-btl-lib run : token_iterator_test : boost_unit_test_framework ]
- [ test-btl-lib run : boost_check_equal_str : boost_unit_test_framework ]
- [ test-btl-lib run : test_tree_management_test : boost_unit_test_framework ]
- [ test-btl-lib run : run_by_name_label_test : boost_unit_test_framework/static ]
- [ test-btl-lib run : test_assertion_construction : boost_unit_test_framework/static ]
+ [ test-btl-lib run : output_test_stream_test : boost_unit_test_framework ]
+ [ test-btl-lib run : result_report_test : boost_unit_test_framework : test_files/result_report_test.pattern ]
+ [ test-btl-lib run : parameterized_test_test : boost_unit_test_framework ]
+ [ test-btl-lib run : test_fp_comparisons : boost_unit_test_framework ]
+ [ test-btl-lib run : test_tools_test : boost_unit_test_framework : test_files/test_tools_test.pattern ]
+ [ test-btl-lib run : test_case_template_test : boost_unit_test_framework ]
+ [ test-btl-lib run : custom_exception_test : boost_unit_test_framework/static ]
+ [ test-btl-lib run : fixed_mapping_test : boost_unit_test_framework ]
+ [ test-btl-lib run : ifstream_line_iterator_test : boost_unit_test_framework : test_files/ifstream_line_iterator.tst1 test_files/ifstream_line_iterator.tst2 ]
+ [ test-btl-lib run : algorithms_test : boost_unit_test_framework/static ]
+ [ test-btl-lib run : token_iterator_test : boost_unit_test_framework ]
+ [ test-btl-lib run : boost_check_equal_str : boost_unit_test_framework ]
+ [ test-btl-lib run : test_tree_management_test : boost_unit_test_framework ]
+ [ test-btl-lib run : run_by_name_label_test : boost_unit_test_framework/static ]
+ [ test-btl-lib run : test_assertion_construction : boost_unit_test_framework/static ]
+ [ test-btl-lib run : test_datasets : boost_unit_test_framework/static : : [ glob test_datasets/*.cpp ] ]
;
test-suite "multithreaded_test"
:
- [ test-btl-lib-mt run : sync_access_test : boost_unit_test_framework/static : : : /boost/thread//boost_thread ]
+ [ test-btl-lib-mt run : sync_access_test : boost_unit_test_framework/static : : : /boost/thread//boost_thread ]
;
# A target that runs all the tests
diff --git a/test/algorithms_test.cpp b/test/algorithms_test.cpp
index dec66418..90ceed36 100644
--- a/test/algorithms_test.cpp
+++ b/test/algorithms_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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/basic_cstring_test.cpp b/test/basic_cstring_test.cpp
index a70cc834..5ec91b9c 100644
--- a/test/basic_cstring_test.cpp
+++ b/test/basic_cstring_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/boost_check_equal_str.cpp b/test/boost_check_equal_str.cpp
index 434d0e83..2a0478e8 100644
--- a/test/boost_check_equal_str.cpp
+++ b/test/boost_check_equal_str.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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 f9719a23..a3a06829 100644
--- a/test/class_properties_test.cpp
+++ b/test/class_properties_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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/config_file_iterator_test.cpp b/test/config_file_iterator_test.cpp
index 01b22e70..5eb6d1c1 100644
--- a/test/config_file_iterator_test.cpp
+++ b/test/config_file_iterator_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/config_file_test.cpp b/test/config_file_test.cpp
index e33cf5ec..bbdf2ada 100644
--- a/test/config_file_test.cpp
+++ b/test/config_file_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/custom_exception_test.cpp b/test/custom_exception_test.cpp
index e0a81811..4a45ff09 100644
--- a/test/custom_exception_test.cpp
+++ b/test/custom_exception_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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/errors_handling_test.cpp b/test/errors_handling_test.cpp
index 577040af..93071abe 100644
--- a/test/errors_handling_test.cpp
+++ b/test/errors_handling_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
diff --git a/test/fixed_mapping_test.cpp b/test/fixed_mapping_test.cpp
index cfcfc197..2645a9d0 100644
--- a/test/fixed_mapping_test.cpp
+++ b/test/fixed_mapping_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/foreach_test.cpp b/test/foreach_test.cpp
index 8ca4a435..0e58a51d 100644
--- a/test/foreach_test.cpp
+++ b/test/foreach_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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 7d12d75c..a92168d4 100644
--- a/test/ifstream_line_iterator_test.cpp
+++ b/test/ifstream_line_iterator_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/minimal_test.cpp b/test/minimal_test.cpp
index ae5b6b83..fb5f122d 100644
--- a/test/minimal_test.cpp
+++ b/test/minimal_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/output_test_stream_test.cpp b/test/output_test_stream_test.cpp
index c2fe5d97..709be41b 100644
--- a/test/output_test_stream_test.cpp
+++ b/test/output_test_stream_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/parameterized_test_test.cpp b/test/parameterized_test_test.cpp
index d9fab98e..26357262 100644
--- a/test/parameterized_test_test.cpp
+++ b/test/parameterized_test_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2002-2010.
+// (C) Copyright Gennadiy Rozental 2002-2012.
// 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/prg_exec_fail1.cpp b/test/prg_exec_fail1.cpp
index e2885a21..a8ac6d2d 100644
--- a/test/prg_exec_fail1.cpp
+++ b/test/prg_exec_fail1.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
diff --git a/test/prg_exec_fail2.cpp b/test/prg_exec_fail2.cpp
index 5b54e3e2..54790ee7 100644
--- a/test/prg_exec_fail2.cpp
+++ b/test/prg_exec_fail2.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
diff --git a/test/prg_exec_fail3.cpp b/test/prg_exec_fail3.cpp
index dba918cc..789bd1ca 100644
--- a/test/prg_exec_fail3.cpp
+++ b/test/prg_exec_fail3.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2002-2010.
+// (C) Copyright Gennadiy Rozental 2002-2012.
// 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/prg_exec_fail4.cpp b/test/prg_exec_fail4.cpp
index 51165c52..ca191a37 100644
--- a/test/prg_exec_fail4.cpp
+++ b/test/prg_exec_fail4.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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/result_report_test.cpp b/test/result_report_test.cpp
index 67f28321..5bedb14a 100644
--- a/test/result_report_test.cpp
+++ b/test/result_report_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/run_by_name_label_test.cpp b/test/run_by_name_label_test.cpp
index 49c002e8..cb11b9d1 100755
--- a/test/run_by_name_label_test.cpp
+++ b/test/run_by_name_label_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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/single_header_test.cpp b/test/single_header_test.cpp
index 54ee65ac..f07f26b0 100644
--- a/test/single_header_test.cpp
+++ b/test/single_header_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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/sync_access_test.cpp b/test/sync_access_test.cpp
index d410a541..628ac4cd 100644
--- a/test/sync_access_test.cpp
+++ b/test/sync_access_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2008-2010.
+// (C) Copyright Gennadiy Rozental 2008-2012.
// 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_case_template_test.cpp b/test/test_case_template_test.cpp
index dc1866a3..d7237e4e 100644
--- a/test/test_case_template_test.cpp
+++ b/test/test_case_template_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2003-2010.
+// (C) Copyright Gennadiy Rozental 2003-2012.
// 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_fp_comparisons.cpp b/test/test_fp_comparisons.cpp
index e622d700..284bfb28 100644
--- a/test/test_fp_comparisons.cpp
+++ b/test/test_fp_comparisons.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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_tools_test.cpp b/test/test_tools_test.cpp
index 24ad6f45..a11000ed 100644
--- a/test/test_tools_test.cpp
+++ b/test/test_tools_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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_tree_management_test.cpp b/test/test_tree_management_test.cpp
index f9567f10..0145aa6e 100644
--- a/test/test_tree_management_test.cpp
+++ b/test/test_tree_management_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2007-2010.
+// (C) Copyright Gennadiy Rozental 2007-2012.
// 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/token_iterator_test.cpp b/test/token_iterator_test.cpp
index 23674efb..1f5fe859 100644
--- a/test/token_iterator_test.cpp
+++ b/test/token_iterator_test.cpp
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2010.
+// (C) Copyright Gennadiy Rozental 2001-2012.
// 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)