diff options
author | Peter Andersson <[email protected]> | 2013-11-14 17:39:23 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-11-19 16:17:01 +0100 |
commit | 093890dc793e85a09b40f1eca878f410c73cf625 (patch) | |
tree | d1a4e8587a000f410fb243a7fffaf356976f18f2 /lib/common_test/doc | |
parent | 98c0e6608100da393df24722afea159a1f5dcc22 (diff) | |
download | otp-093890dc793e85a09b40f1eca878f410c73cf625.tar.gz otp-093890dc793e85a09b40f1eca878f410c73cf625.tar.bz2 otp-093890dc793e85a09b40f1eca878f410c73cf625.zip |
Modify the auto_skip report for group config funcs to include group name
Also correct failing test cases and find and fix remaining bugs.
Diffstat (limited to 'lib/common_test/doc')
-rw-r--r-- | lib/common_test/doc/src/ct_hooks.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/ct_hooks.xml b/lib/common_test/doc/src/ct_hooks.xml index b3e713c77f..859ff9df14 100644 --- a/lib/common_test/doc/src/ct_hooks.xml +++ b/lib/common_test/doc/src/ct_hooks.xml @@ -485,8 +485,9 @@ NewCTHState</name> <fsummary>Called after the CTH scope ends</fsummary> <type> - <v>TestcaseName = end_per_suite | init_per_group | - end_per_group | atom()</v> + <v>TestcaseName = end_per_suite | {init_per_group,GroupName} | + {end_per_group,GroupName} | atom()</v> + <v>GroupName = atom()</v> <v>Reason = {tc_auto_skip | tc_user_skip, term()}</v> <v>CTHState = NewCTHState = term()</v> </type> |