From 20ef6a7d381b37d7c620f303a981a3a8b4e227a8 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 19 Mar 2012 09:06:38 +0100 Subject: [reltool] Remove skip statement for test that failed due to stdlib error The stdlib error has been corrected in a previous commit so the failing test (reltool_server_SUITE:create_script_sort) can be un-skipped. --- lib/reltool/test/reltool_server_SUITE.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/reltool/test/reltool_server_SUITE.erl b/lib/reltool/test/reltool_server_SUITE.erl index 122880fca9..4e24a2fb55 100644 --- a/lib/reltool/test/reltool_server_SUITE.erl +++ b/lib/reltool/test/reltool_server_SUITE.erl @@ -454,7 +454,6 @@ create_script(_Config) -> %% Test creation of .script with different sorting of applications and %% included applications. %% Test that result is equal to what systools produces -create_script_sort(_Config) -> {skip, "OTP-9984 - stdlib sort problem"}; create_script_sort(Config) -> DataDir = ?config(data_dir,Config), %% Configure the server -- cgit v1.2.3