aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_wx_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 17:07:44 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:51 +0100
commitfa7fe1234c3eb2c27509222d2c012dce58530108 (patch)
tree8be9d586f813de946feac4c0632c90f43922692c /lib/reltool/test/reltool_wx_SUITE.erl
parenta65afc5fd99abc80d8f4b574ef524c5177f14bfb (diff)
downloadotp-fa7fe1234c3eb2c27509222d2c012dce58530108.tar.gz
otp-fa7fe1234c3eb2c27509222d2c012dce58530108.tar.bz2
otp-fa7fe1234c3eb2c27509222d2c012dce58530108.zip
Fix formatting for reltool
Diffstat (limited to 'lib/reltool/test/reltool_wx_SUITE.erl')
-rw-r--r--lib/reltool/test/reltool_wx_SUITE.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/reltool/test/reltool_wx_SUITE.erl b/lib/reltool/test/reltool_wx_SUITE.erl
index a5e33dd6a7..f34df78fc0 100644
--- a/lib/reltool/test/reltool_wx_SUITE.erl
+++ b/lib/reltool/test/reltool_wx_SUITE.erl
@@ -18,7 +18,8 @@
-module(reltool_wx_SUITE).
--export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2, init_per_suite/1, end_per_suite/1,
+-export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2,
+ init_per_suite/1, end_per_suite/1,
init_per_testcase/2, end_per_testcase/2]).
-compile(export_all).
@@ -41,16 +42,16 @@ end_per_testcase(Func,Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[start_all_windows].
+ [start_all_windows].
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%% The test cases