aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-03-18 10:51:55 +0100
committerPeter Andersson <[email protected]>2015-03-18 10:51:55 +0100
commit3f14d81b883fd5a6d853e2d15537da3bbe6084ff (patch)
tree0a23b3decc595a3b22aab8a49597a40b0d8afb61 /lib/common_test/test
parent0a6d665ebc5d90f81162923d22c967990be8eefb (diff)
parent286fbba4880eb58239e03751f088ebbbf38512cd (diff)
downloadotp-3f14d81b883fd5a6d853e2d15537da3bbe6084ff.tar.gz
otp-3f14d81b883fd5a6d853e2d15537da3bbe6084ff.tar.bz2
otp-3f14d81b883fd5a6d853e2d15537da3bbe6084ff.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/test')
-rw-r--r--lib/common_test/test/ct_event_handler_SUITE.erl8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_event_handler_SUITE.erl b/lib/common_test/test/ct_event_handler_SUITE.erl
index 30a5e650fe..750ccb8659 100644
--- a/lib/common_test/test/ct_event_handler_SUITE.erl
+++ b/lib/common_test/test/ct_event_handler_SUITE.erl
@@ -29,6 +29,7 @@
-compile(export_all).
-include_lib("common_test/include/ct.hrl").
+-include_lib("common_test/src/ct_util.hrl").
%-include_lib("common_test/include/ct_event.hrl").
@@ -59,7 +60,7 @@ end_per_testcase(TestCase, Config) ->
suite() -> [{ct_hooks,[ts_install_cth]}].
all() ->
- [start_stop, results].
+ [start_stop, results, event_mgrs].
groups() ->
[].
@@ -179,5 +180,10 @@ results(Config) when is_list(Config) ->
ok = ct_test_support:verify_events(TestEvents++TestEvents, Events, Config).
+event_mgrs(_) ->
+ ?CT_EVMGR_REF = ct:get_event_mgr_ref(),
+ ?CT_MEVMGR_REF = ct_master:get_event_mgr_ref().
+
+
%%%-----------------------------------------------------------------
%%% HELP FUNCTIONS