aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et/test/et_test_lib.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-10-12 11:00:23 +0200
committerLukas Larsson <[email protected]>2011-02-17 17:28:29 +0100
commitba5a2a41565e994ffff087f918133688775f1943 (patch)
tree79f9cd1b478d0f35b646f925703137007c8b27f6 /lib/et/test/et_test_lib.erl
parent663982e3e8d2dc34353e342240fa80aca25a8923 (diff)
downloadotp-ba5a2a41565e994ffff087f918133688775f1943.tar.gz
otp-ba5a2a41565e994ffff087f918133688775f1943.tar.bz2
otp-ba5a2a41565e994ffff087f918133688775f1943.zip
Update et tests to conform with common_test standard
Diffstat (limited to 'lib/et/test/et_test_lib.erl')
-rw-r--r--lib/et/test/et_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/test/et_test_lib.erl b/lib/et/test/et_test_lib.erl
index 084e1de03b..c1bfeb9fc0 100644
--- a/lib/et/test/et_test_lib.erl
+++ b/lib/et/test/et_test_lib.erl
@@ -95,7 +95,7 @@ wx_init_per_suite(Config) ->
exit({skipped, "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)
end;