1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Restore a broken test for Windows.

It works now under 1.8.7 and JRuby.
This commit is contained in:
Luis Lavena 2010-04-28 02:37:30 -03:00
parent c3d8b189d3
commit 04188375a3

View file

@ -93,8 +93,6 @@ class WebServerTest < Test::Unit::TestCase
end end
def test_num_processors_overload def test_num_processors_overload
# Skipped this for Windows until further investigation
return if RUBY_PLATFORM =~ /mingw|mswin/
redirect_test_io do redirect_test_io do
assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL, IOError do assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL, IOError do
tests = [ tests = [