diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 17:53:33 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:36:39 +0100 |
commit | 14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870 (patch) | |
tree | cb25306c14c20e9a97b2f5d5988cabbc8bca2ff1 /lib/wx/test/wx_opengl_SUITE.erl | |
parent | 307dc266144daa134fc37495362af55a95c06f74 (diff) | |
download | otp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.tar.gz otp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.tar.bz2 otp-14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870.zip |
Fix formatting for wx
Diffstat (limited to 'lib/wx/test/wx_opengl_SUITE.erl')
-rw-r--r-- | lib/wx/test/wx_opengl_SUITE.erl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/wx/test/wx_opengl_SUITE.erl b/lib/wx/test/wx_opengl_SUITE.erl index 87de58bfa8..03fe291577 100644 --- a/lib/wx/test/wx_opengl_SUITE.erl +++ b/lib/wx/test/wx_opengl_SUITE.erl @@ -22,7 +22,8 @@ %%% Created : 3 Nov 2008 by Dan Gudmundsson <[email protected]> %%%------------------------------------------------------------------- -module(wx_opengl_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). @@ -53,18 +54,18 @@ end_per_testcase(Func,Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[canvas, glu_tesselation]. + [canvas, glu_tesselation]. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. + - %% The test cases -define(VS, {{ 0.5, 0.5, -0.5}, %1 |