aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_format_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:57:21 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:50 +0100
commite8c4dac89375ed2ed774ef869a86a998c6c50349 (patch)
tree6880e99b224d8fee076c02ae6b8517ac14396665 /lib/inets/test/ftp_format_SUITE.erl
parentb388b422ad85f46594556790b38b21e906f7cd3d (diff)
downloadotp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.gz
otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.tar.bz2
otp-e8c4dac89375ed2ed774ef869a86a998c6c50349.zip
Fix formatting for inets
Diffstat (limited to 'lib/inets/test/ftp_format_SUITE.erl')
-rw-r--r--lib/inets/test/ftp_format_SUITE.erl22
1 files changed, 12 insertions, 10 deletions
diff --git a/lib/inets/test/ftp_format_SUITE.erl b/lib/inets/test/ftp_format_SUITE.erl
index 7efc2816af..488560b266 100644
--- a/lib/inets/test/ftp_format_SUITE.erl
+++ b/lib/inets/test/ftp_format_SUITE.erl
@@ -25,24 +25,26 @@
-include("ftp_internal.hrl").
%% Test server specific exports
--export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2, init_per_testcase/2, end_per_testcase/2]).
+-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
+ init_per_group/2,end_per_group/2,
+ init_per_testcase/2, end_per_testcase/2]).
%% Test cases must be exported.
-export([ ftp_150/1,
- ftp_200/1, ftp_220/1, ftp_226/1, ftp_257/1, ftp_331/1, ftp_425/1,
- ftp_other_status_codes/1, ftp_multiple_lines/1,
- ftp_multipel_ctrl_messages/1, format_error/1]).
+ ftp_200/1, ftp_220/1, ftp_226/1, ftp_257/1, ftp_331/1, ftp_425/1,
+ ftp_other_status_codes/1, ftp_multiple_lines/1,
+ ftp_multipel_ctrl_messages/1, format_error/1]).
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[{group, ftp_response}, format_error].
+ [{group, ftp_response}, format_error].
groups() ->
[{ftp_response, [],
- [ftp_150, ftp_200, ftp_220, ftp_226, ftp_257, ftp_331,
- ftp_425, ftp_other_status_codes, ftp_multiple_lines,
- ftp_multipel_ctrl_messages]}].
+ [ftp_150, ftp_200, ftp_220, ftp_226, ftp_257, ftp_331,
+ ftp_425, ftp_other_status_codes, ftp_multiple_lines,
+ ftp_multipel_ctrl_messages]}].
init_per_suite(Config) ->
Config.
@@ -51,10 +53,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
init_per_testcase(_, Config) ->