Changeset 981
- Timestamp:
- 02/23/08 15:16:17 (7 months ago)
- Files:
-
- branches/stable_1-1/test/test_ws.rb (modified) (1 diff)
- branches/stable_1-2/test/unit/test_ws.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-1/test/test_ws.rb
r794 r981 95 95 def test_num_processors_overload 96 96 redirect_test_io do 97 assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL do97 assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL, IOError do 98 98 tests = [ 99 99 Thread.new { do_test(@valid_request, 1) }, branches/stable_1-2/test/unit/test_ws.rb
r973 r981 5 5 # for more information. 6 6 7 require 'test/test _helper'7 require 'test/testhelp' 8 8 9 9 include Mongrel … … 95 95 def test_num_processors_overload 96 96 redirect_test_io do 97 assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL do97 assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL, IOError do 98 98 tests = [ 99 99 Thread.new { do_test(@valid_request, 1) },
