aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-01-28 15:21:24 +0100
committerPeter Andersson <[email protected]>2015-01-28 15:21:24 +0100
commiteb8b95db65b701ceed13d34350fe2f635d7d9eb5 (patch)
tree699c6626e34d5674ae8251ec13134a34a8e26ec2 /lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1
parente820478a5b2cf33a7535113b3ba5218e2f0c4598 (diff)
downloadotp-eb8b95db65b701ceed13d34350fe2f635d7d9eb5.tar.gz
otp-eb8b95db65b701ceed13d34350fe2f635d7d9eb5.tar.bz2
otp-eb8b95db65b701ceed13d34350fe2f635d7d9eb5.zip
Add tests
Diffstat (limited to 'lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1')
-rw-r--r--lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1/test/eh_11_SUITE.erl9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1/test/eh_11_SUITE.erl b/lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1/test/eh_11_SUITE.erl
index 16b7129993..a52fe96f30 100644
--- a/lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1/test/eh_11_SUITE.erl
+++ b/lib/common_test/test/ct_event_handler_SUITE_data/event_handling_1/test/eh_11_SUITE.erl
@@ -124,7 +124,7 @@ end_per_testcase(_TestCase, _Config) ->
%% Description: Returns the list of test cases that are to be executed.
%%--------------------------------------------------------------------
all() ->
- [tc1, tc2, tc3].
+ [tc1, tc2, tc3, tc4].
%%--------------------------------------------------------------------
@@ -135,7 +135,10 @@ tc1(_Config) ->
ok.
tc2(_Config) ->
- {skip,"Skipped"}.
+ {skip,"Skip"}.
-tc3(_Config) ->
+tc3(_Config) ->
+ {skipped,"Skipped"}.
+
+tc4(_Config) ->
exit('Failing').