diff options
author | Gustav Simonsson <[email protected]> | 2012-03-28 17:18:28 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-28 17:18:28 +0200 |
commit | 0e47db505096527155e9693f1d1e1014d55770e6 (patch) | |
tree | b1b63103065104bbbcdf5a03a6df6b35d77a3139 /lib | |
parent | 5d2052684da2c36bc6101b3992d2feee42ac7282 (diff) | |
download | otp-0e47db505096527155e9693f1d1e1014d55770e6.tar.gz otp-0e47db505096527155e9693f1d1e1014d55770e6.tar.bz2 otp-0e47db505096527155e9693f1d1e1014d55770e6.zip |
Moved test case to avoid a conflict between test cases.
This is a temporarily fix for R15B01.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sasl/test/release_handler_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/test/release_handler_SUITE.erl b/lib/sasl/test/release_handler_SUITE.erl index 467d1226b3..e605a60957 100644 --- a/lib/sasl/test/release_handler_SUITE.erl +++ b/lib/sasl/test/release_handler_SUITE.erl @@ -59,11 +59,11 @@ win32_cases() -> cases() -> [otp_2740, otp_2760, otp_5761, otp_9402, otp_9417, otp_9395_check_old_code, otp_9395_check_and_purge, - otp_9395_update_many_mods, otp_9395_rm_many_mods, otp_9864, + otp_9395_update_many_mods, otp_9395_rm_many_mods, instructions, eval_appup, eval_appup_with_restart, supervisor_which_children_timeout, release_handler_which_releases, install_release_syntax_check, - upgrade_supervisor, upgrade_supervisor_fail]. + upgrade_supervisor, upgrade_supervisor_fail, otp_9864]. groups() -> [{release,[], |