Luis Lavena
2006-May-31 04:57 UTC
[Mongrel] SVN revision 218: errors and failures under win32.
Zed: 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 thrown. 2) Failure: test_num_processors_overload(WebServerTest) [./test/test_ws.rb:101:in `test_num_processors_overload'' ./test/testhelp.rb:8:in `redirect_test_io'' ./test/test_ws.rb:100:in `test_num_processors_overload'']: <[Errno::ECONNRESET, Errno::EPIPE]> exception expected but was Class: <Errno::EINVAL> Message: <"Invalid argument"> -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
zedshaw at zedshaw.com
2006-May-31 07:19 UTC
[Mongrel] SVN revision 218: errors and failures under win32.
Ok, I''ll fix those up tonight when I test on ruby one-click.> Zed: > > 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", >