Displaying 2 results from an estimated 2 matches for "test_header_is_too_long".
2006 May 31
1
SVN revision 218: errors and failures under win32.
...1) Error:
test_more_web_server(HandlersTest):
EOFError: end of file reached
I solved this changing the following lines in test_handlers.rb:75-76
res = hit([ "http://127.0.0.1:9998/",
"http://127.0.0.1:9998/test",
I cannot solve the other failures:
1) Failure:
test_header_is_too_long(WebServerTest)
[./test/test_ws.rb:93:in `test_header_is_too_long''
./test/testhelp.rb:8:in `redirect_test_io''
./test/test_ws.rb:91:in `test_header_is_too_long'']:
<[Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED]> exception
expected but none was th...
2006 Jul 01
0
Fun with Mongrel and cygwin.
...e.org/forum/forum.php?thread_id=6978&forum_id=5450
Due that, I manage to install cygwin, ruby and rails on my humble
little computer, it compiled worked ok (taste like *nix, so I felt a
bit off-road running this).
Anyway, tried to pass test for mongrel, and still get 1 failure:
1) Failure:
test_header_is_too_long(WebServerTest)
[./test/test_ws.rb:81:in `test_header_is_too_long''
./test/testhelp.rb:14:in `redirect_test_io''
./test/test_ws.rb:79:in `test_header_is_too_long'']:
<[Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED,
Errno::EINVAL]> exception expected...