about summary refs log tree commit homepage
path: root/test/test_ws.rb
DateCommit message (Expand)
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2007-10-27yet another possible exception class for test_header_is_too_long
2007-10-27let's say that a minor thread contention issue in the test suite is not a fai...
2007-10-26move socket close into ensure
2007-10-22do_test needs to be threadsafe
2007-10-21jruby socket problem test
2007-10-21don't use #close_write anymore
2007-10-20set up load path properly for tests even when rubygems is enabled
2007-10-20use synchronous stop everywhere; clean up test helpers
2007-10-19minimal jruby socket test; restore some output redirection; echoe trunk suppo...
2007-10-19clean up variable names in do_test
2007-10-18test
2007-10-18move synchronousness back to HS
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-07-01Let Mongrel compile and test ok under cygwin (don't know who would think use ...
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-02Fixed tests for Win32. Included a nasty hack due sockets not raising the expe...
2006-05-30Win32 test and install fix-ups (cygwin)
2006-05-24Improved test coverage of the Command system and a simple method of stuffing ...
2006-05-23Improved tests increasing test coverage.
2006-05-21LGPL preamble on all source files.
2006-05-16resolv-replace causes problems on everything except Linux. Win32 seems to ha...
2006-05-04Conditional response code from Dan Kubb.
2006-01-28initial import into trunk