aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_repeat_1_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 10:58:34 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:48 +0100
commit7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8 (patch)
treea378d43627ed25e648a4ed736e783d3a3571db6b /lib/common_test/test/ct_repeat_1_SUITE.erl
parent0a0332c09f3cda72deecc39f01b967a62023e585 (diff)
downloadotp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.gz
otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.bz2
otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.zip
Fix formatting for common test testcases
Diffstat (limited to 'lib/common_test/test/ct_repeat_1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_repeat_1_SUITE.erl14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/common_test/test/ct_repeat_1_SUITE.erl b/lib/common_test/test/ct_repeat_1_SUITE.erl
index 60d40e05a4..52ef5cba4b 100644
--- a/lib/common_test/test/ct_repeat_1_SUITE.erl
+++ b/lib/common_test/test/ct_repeat_1_SUITE.erl
@@ -59,13 +59,13 @@ end_per_testcase(TestCase, Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[repeat_cs, repeat_cs_and_grs, repeat_seq,
- repeat_cs_until_any_ok, repeat_gr_until_any_ok,
- repeat_cs_until_any_fail, repeat_gr_until_any_fail,
- repeat_cs_until_all_ok, repeat_gr_until_all_ok,
- repeat_cs_until_all_fail, repeat_gr_until_all_fail,
- repeat_seq_until_any_fail,
- repeat_shuffled_seq_until_any_fail].
+ [repeat_cs, repeat_cs_and_grs, repeat_seq,
+ repeat_cs_until_any_ok, repeat_gr_until_any_ok,
+ repeat_cs_until_any_fail, repeat_gr_until_any_fail,
+ repeat_cs_until_all_ok, repeat_gr_until_all_ok,
+ repeat_cs_until_all_fail, repeat_gr_until_all_fail,
+ repeat_seq_until_any_fail,
+ repeat_shuffled_seq_until_any_fail].
groups() ->
[].