diff options
author | Siri Hansen <[email protected]> | 2012-03-19 09:06:38 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-03-19 09:51:44 +0100 |
commit | 20ef6a7d381b37d7c620f303a981a3a8b4e227a8 (patch) | |
tree | e9b1b76f94e8bcc353fbcf651710129b5064e608 /lib/reltool/test/reltool_server_SUITE.erl | |
parent | 8233c6e1787fa8e81f0301f10aea82c695cd322a (diff) | |
download | otp-20ef6a7d381b37d7c620f303a981a3a8b4e227a8.tar.gz otp-20ef6a7d381b37d7c620f303a981a3a8b4e227a8.tar.bz2 otp-20ef6a7d381b37d7c620f303a981a3a8b4e227a8.zip |
[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.
Diffstat (limited to 'lib/reltool/test/reltool_server_SUITE.erl')
-rw-r--r-- | lib/reltool/test/reltool_server_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
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 |