diff options
author | Peter Andersson <[email protected]> | 2016-03-01 16:51:33 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-03-03 14:32:46 +0100 |
commit | 3e720193641aa92d0082586ba64fc75cda32103c (patch) | |
tree | 6e34eac007e910ae22de3ee8b33cbd06a0a8c382 /lib/common_test/test/ct_hooks_SUITE.erl | |
parent | a99c84bf251e21f23c77f1026e32e63cf552143e (diff) | |
download | otp-3e720193641aa92d0082586ba64fc75cda32103c.tar.gz otp-3e720193641aa92d0082586ba64fc75cda32103c.tar.bz2 otp-3e720193641aa92d0082586ba64fc75cda32103c.zip |
Fix remaining issues
Diffstat (limited to 'lib/common_test/test/ct_hooks_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_hooks_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_hooks_SUITE.erl b/lib/common_test/test/ct_hooks_SUITE.erl index f00b2bbb43..8353f5936c 100644 --- a/lib/common_test/test/ct_hooks_SUITE.erl +++ b/lib/common_test/test/ct_hooks_SUITE.erl @@ -324,6 +324,8 @@ test_events(one_empty_cth) -> {?eh,tc_start,{ct_cth_empty_SUITE,test_case}}, {?eh,cth,{empty_cth,pre_init_per_testcase,[test_case,'$proplist',[]]}}, + {?eh,cth,{empty_cth,post_init_per_testcase,[test_case,'$proplist','_',[]]}}, + {?eh,cth,{empty_cth,pre_end_per_testcase,[test_case,'$proplist',[]]}}, {?eh,cth,{empty_cth,post_end_per_testcase,[test_case,'$proplist','_',[]]}}, {?eh,tc_done,{ct_cth_empty_SUITE,test_case,ok}}, |