diff options
author | Niklas Johansson <[email protected]> | 2019-02-25 11:40:50 +0100 |
---|---|---|
committer | Niklas Johansson <[email protected]> | 2019-02-25 11:40:50 +0100 |
commit | e7ae4d0b69ad4a71d64091da65fc754065a460aa (patch) | |
tree | 133692b9ee28a0047c252065c213db377282beae /lib | |
parent | 2c06e174d6515b6a842906de9e6ebc70bd2f2ec0 (diff) | |
download | otp-e7ae4d0b69ad4a71d64091da65fc754065a460aa.tar.gz otp-e7ae4d0b69ad4a71d64091da65fc754065a460aa.tar.bz2 otp-e7ae4d0b69ad4a71d64091da65fc754065a460aa.zip |
Rewords one sentence in common_test documentation
Clarify and avoid misunderstandings. In the previous sentence,
it is written that "the test case is the smallest unit...". To me
it was confusing when I read the following sentence: "Subsets of
test cases, ...". The key part of the paragraph is that test cases
can be grouped, not that they are subsets.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/basics_chapter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/basics_chapter.xml b/lib/common_test/doc/src/basics_chapter.xml index 95599ca1f1..899a52fa31 100644 --- a/lib/common_test/doc/src/basics_chapter.xml +++ b/lib/common_test/doc/src/basics_chapter.xml @@ -125,7 +125,7 @@ The test case is the smallest unit that the <c>Common Test</c> test server deals with. </p> <p> - Subsets of test cases, called test case groups, can also be defined. A test case + Sets of test cases, called test case groups, can also be defined. A test case group can have execution properties associated with it. Execution properties specify if the test cases in the group are to be executed in random order, in parallel, or in sequence, and if the execution of the group |