Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / test_organization / test_organization.qbk
index 3826502..199817e 100644 (file)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2003 Boost.Test contributors 
+ / Copyright (c) 2003 Boost.Test contributors
  /
  / 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)
@@ -32,9 +32,9 @@ These units are the *test cases*, the *test suites* and the *fixtures*.
   [
     [Organization]
     [The __UTF__ provides facilities to group several test cases into [link boost_test.tests_organization.test_tree.test_suite test suites].
-    The test suites can be nested, and the set of test suites and test cases defines the [link boost_test.tests_organization.test_tree test tree], 
+    The test suites can be nested, and the set of test suites and test cases defines the [link boost_test.tests_organization.test_tree test tree],
     where the leaves are the test cases.
-    Besides hierarchical structure the __UTF__ allows you to organize the test tree using [link boost_test.tests_organization.tests_grouping logical grouping] 
+    Besides hierarchical structure the __UTF__ allows you to organize the test tree using [link boost_test.tests_organization.tests_grouping logical grouping]
     and [link boost_test.tests_organization.tests_dependencies dependencies]
     and provides you with controls to utilize the defined test tree organization the way you want (eg. from command line).
     ]