aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_misc_1_SUITE.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2010-06-05 20:57:10 +0200
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:24 +0200
commit331bb449c72078c315eff558158478445c4cb888 (patch)
tree8eb6ac24286612ed075a68faa299764cb92197c4 /lib/common_test/test/ct_misc_1_SUITE.erl
parentd3a6ecb105706b66f1c0c6b8a515370df5e29bd3 (diff)
downloadotp-331bb449c72078c315eff558158478445c4cb888.tar.gz
otp-331bb449c72078c315eff558158478445c4cb888.tar.bz2
otp-331bb449c72078c315eff558158478445c4cb888.zip
Minor fixes in code and test suites
Diffstat (limited to 'lib/common_test/test/ct_misc_1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_misc_1_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_misc_1_SUITE.erl b/lib/common_test/test/ct_misc_1_SUITE.erl
index e311876fb1..94865b68f0 100644
--- a/lib/common_test/test/ct_misc_1_SUITE.erl
+++ b/lib/common_test/test/ct_misc_1_SUITE.erl
@@ -103,7 +103,7 @@ beam_me_up(Config) when is_list(Config) ->
reformat(Events, ?eh),
?config(priv_dir, Config)),
- TestEvents = events_to_check(beam_me_up),
+ TestEvents = events_to_check(beam_me_up, 1),
ok = ct_test_support:verify_events(TestEvents, Events, Config).
%%%-----------------------------------------------------------------