aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_group_leader_SUITE.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-04-08 11:38:15 +0200
committerSiri Hansen <[email protected]>2013-04-08 11:39:08 +0200
commitd6782afcbcd1658e0ffd86f08057befd4c37edcd (patch)
tree1b4b46f56ecf1e3a8c9c2d69afa1f3b4693b3628 /lib/common_test/test/ct_group_leader_SUITE.erl
parent81d8be0cd132f1b225d01c0f0d5a7a08232e0111 (diff)
downloadotp-d6782afcbcd1658e0ffd86f08057befd4c37edcd.tar.gz
otp-d6782afcbcd1658e0ffd86f08057befd4c37edcd.tar.bz2
otp-d6782afcbcd1658e0ffd86f08057befd4c37edcd.zip
[common_test] Add test for unexpected I/O
Diffstat (limited to 'lib/common_test/test/ct_group_leader_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_group_leader_SUITE.erl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_group_leader_SUITE.erl b/lib/common_test/test/ct_group_leader_SUITE.erl
index cde3061d6a..6d54a4c004 100644
--- a/lib/common_test/test/ct_group_leader_SUITE.erl
+++ b/lib/common_test/test/ct_group_leader_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2012. All Rights Reserved.
+%% Copyright Ericsson AB 2012-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -176,6 +176,10 @@ events_to_check(_Test) ->
{?eh,tc_done,{group_leader_SUITE,cap1,ok}},
{?eh,tc_start,{group_leader_SUITE,cap2}},
{?eh,tc_done,{group_leader_SUITE,cap2,ok}}]},
+ {parallel,[{?eh,tc_start,{group_leader_SUITE,unexp1}},
+ {?eh,tc_done,{group_leader_SUITE,unexp1,ok}},
+ {?eh,tc_start,{group_leader_SUITE,unexp2}},
+ {?eh,tc_done,{group_leader_SUITE,unexp2,ok}}]},
{?eh,test_done,{'DEF','STOP_TIME'}},
{?eh,stop_logging,[]}
].