From 0fc91337431e5bb906874c6897945060e03b4eef Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Sat, 8 Oct 2011 04:53:13 +0000 Subject: [PATCH] renamed unit_test_suite.ipp into test_tree.ipp moved unit_test_parameters.hpp from detail into main directory [SVN r74790] --- build/Jamfile.v2 | 4 ++-- src/{unit_test_suite.cpp => test_tree.cpp} | 2 +- test/errors_handling_test.cpp | 2 +- test/result_report_test.cpp | 2 +- test/run_by_name_label_test.cpp | 2 +- test/test_tools_test.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename src/{unit_test_suite.cpp => test_tree.cpp} (91%) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index d327adcc..30a919c5 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -38,11 +38,11 @@ TEST_EXEC_MON_SOURCES = results_reporter test_main test_tools + test_tree unit_test_log unit_test_main unit_test_monitor unit_test_parameters - unit_test_suite xml_log_formatter xml_report_formatter ; @@ -61,11 +61,11 @@ UTF_SOURCES = results_collector results_reporter test_tools + test_tree unit_test_log unit_test_main unit_test_monitor unit_test_parameters - unit_test_suite xml_log_formatter xml_report_formatter ; diff --git a/src/unit_test_suite.cpp b/src/test_tree.cpp similarity index 91% rename from src/unit_test_suite.cpp rename to src/test_tree.cpp index 920da3e3..bc273ed9 100644 --- a/src/unit_test_suite.cpp +++ b/src/test_tree.cpp @@ -13,6 +13,6 @@ // *************************************************************************** #define BOOST_TEST_SOURCE -#include +#include // EOF diff --git a/test/errors_handling_test.cpp b/test/errors_handling_test.cpp index d0ad769a..577040af 100644 --- a/test/errors_handling_test.cpp +++ b/test/errors_handling_test.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include // STL diff --git a/test/result_report_test.cpp b/test/result_report_test.cpp index 4903ff80..67f28321 100644 --- a/test/result_report_test.cpp +++ b/test/result_report_test.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #if BOOST_WORKAROUND( __GNUC__, < 3 ) typedef boost::test_tools::output_test_stream onullstream_type; #else diff --git a/test/run_by_name_label_test.cpp b/test/run_by_name_label_test.cpp index 04dd594c..97601545 100755 --- a/test/run_by_name_label_test.cpp +++ b/test/run_by_name_label_test.cpp @@ -15,7 +15,7 @@ // Boost.Test #define BOOST_TEST_MODULE Boost.Test run by name/label implementation test #include -#include +#include #include #include diff --git a/test/test_tools_test.cpp b/test/test_tools_test.cpp index 76790925..5f8de28d 100644 --- a/test/test_tools_test.cpp +++ b/test/test_tools_test.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include