From 289905c7ee072f85c19572424aee797d4e3949bf Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Mon, 10 Mar 2014 14:16:04 +0100 Subject: [PATCH] new section and cross-ref --- doc/v2/test.qbk | 1 + doc/v2/utf.user-guide.test-organization.qbk | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/v2/test.qbk b/doc/v2/test.qbk index 311a78d5..455ea30f 100644 --- a/doc/v2/test.qbk +++ b/doc/v2/test.qbk @@ -45,6 +45,7 @@ [/ content in the test organization] [def __section_test_organization__ [link boost_test.tests_organization tests organization]] [def __section_expected_failures__ [link boost_test.tests_organization.test_organization_test_suite.test_suite_expected_failure expected failures]] +[def __section_test_suite__ [link boost_test.tests_organization.test_organization_test_suite test suite]] [def __section_master_test_suite__ [link boost_test.tests_organization.test_organization_test_suite.master_test_suite Master Test Suite]] [def __testing_tools__ [link boost_test.testing_tools testing tools]] diff --git a/doc/v2/utf.user-guide.test-organization.qbk b/doc/v2/utf.user-guide.test-organization.qbk index 9ff70245..47b3557a 100644 --- a/doc/v2/utf.user-guide.test-organization.qbk +++ b/doc/v2/utf.user-guide.test-organization.qbk @@ -12,11 +12,10 @@ disadvantages in single test function approach: * No way to perform only checks for a particular subsystem of the tested unit. * No summary of how different subsystems of the tested unit performed under in the test. -The above points should make it clear that it's preferable to split [*test module] into smaller units. +The above points should make it clear that it's preferable to split [link ref_test_module test module] into smaller units. These units are [link boost_test.tests_organization.test_cases test cases]. -To solve test tree creation problem the __UTF__ provides facilities for -[*test suite creation]. +To solve test tree creation problem the __UTF__ provides facilities for __section_test_suite__ creation.