diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:29:53 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:18:44 +0100 |
commit | 95f687c351e8d01cb41700649e89799192edc0dc (patch) | |
tree | 825425fe30646cbd44d45a50ba2b40763615e419 /lib/wx/test/wx_test_lib.erl | |
parent | aed82e4ccb6d22ec3ec99aa7f4497881fcbec5e3 (diff) | |
download | otp-95f687c351e8d01cb41700649e89799192edc0dc.tar.gz otp-95f687c351e8d01cb41700649e89799192edc0dc.tar.bz2 otp-95f687c351e8d01cb41700649e89799192edc0dc.zip |
Update wx tests to conform with common_test standard
Diffstat (limited to 'lib/wx/test/wx_test_lib.erl')
-rw-r--r-- | lib/wx/test/wx_test_lib.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/wx_test_lib.erl b/lib/wx/test/wx_test_lib.erl index 550369794a..8509d6be6f 100644 --- a/lib/wx/test/wx_test_lib.erl +++ b/lib/wx/test/wx_test_lib.erl @@ -35,7 +35,7 @@ init_per_suite(Config) -> exit("Can not test on MacOSX"); {unix, _} -> io:format("DISPLAY ~s~n", [os:getenv("DISPLAY")]), - case proplists:get_value(xserver, Config, none) of + case ct:get_config(xserver, none) of none -> ignore; Server -> os:putenv("DISPLAY", Server) |