Displaying 1 result from an estimated 1 matches for "test_more_web_server".
2006 May 31
1
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(WebServ...