aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/test/wx_basic_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-06 10:55:15 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:16:53 +0100
commitd161dc2b44f29f184e60efcd460ed27b1ee0a0e1 (patch)
tree273897a8b38b1cfb07d7833d77f363956e6a524f /lib/wx/test/wx_basic_SUITE.erl
parent62e3328272e3bac139e765e6a5147daca02ec833 (diff)
downloadotp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.gz
otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.bz2
otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.zip
Update tests to work with ts -> ct migrations script.
Diffstat (limited to 'lib/wx/test/wx_basic_SUITE.erl')
-rw-r--r--lib/wx/test/wx_basic_SUITE.erl6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/wx/test/wx_basic_SUITE.erl b/lib/wx/test/wx_basic_SUITE.erl
index 599aa371ba..16fcac66d2 100644
--- a/lib/wx/test/wx_basic_SUITE.erl
+++ b/lib/wx/test/wx_basic_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2009. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2010. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -23,7 +23,7 @@
%%% Created : 3 Nov 2008 by Dan Gudmundsson <[email protected]>
%%%-------------------------------------------------------------------
-module(wx_basic_SUITE).
--export([all/0, init_per_suite/1, end_per_suite/1,
+-export([all/1, init_per_suite/1, end_per_suite/1,
init_per_testcase/2, fin_per_testcase/2, end_per_testcase/2]).
-compile(export_all).
@@ -45,8 +45,6 @@ fin_per_testcase(Func,Config) -> %% For test_server
wx_test_lib:end_per_testcase(Func,Config).
%% SUITE specification
-all() ->
- all(suite).
all(suite) ->
[
create_window,