aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_ticket_test.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_ticket_test.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_ticket_test.erl')
-rw-r--r--lib/inets/test/ftp_ticket_test.erl12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/inets/test/ftp_ticket_test.erl b/lib/inets/test/ftp_ticket_test.erl
index 3b0163a203..fe4ab35728 100644
--- a/lib/inets/test/ftp_ticket_test.erl
+++ b/lib/inets/test/ftp_ticket_test.erl
@@ -36,26 +36,26 @@ end_per_testcase(Case, Config) ->
all() ->
-tickets().
+ tickets().
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
-init(Config) ->
+init_per_suite(Config) ->
?LIB_MOD:ftpd_init(ticket_test, Config).
tickets() ->
-[ticket_6035].
+ [ticket_6035].
-fin(Config) ->
+end_per_suite(Config) ->
?LIB_MOD:ftpd_fin(Config).
ticket_6035(X) -> ?LIB_MOD:ticket_6035(X).