about summary refs log tree commit homepage
path: root/test/unit/test_upload.rb
DateCommit message (Expand)
2009-05-22test_upload: still uncomfortable with 1.9 IO encoding...
2009-04-23Fix data corruption with small uploads via browsers
2009-04-16test_upload: ensure StringIO objects are binary
2009-04-01test_upload: fix a race condition in unlink test
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-02-20test_upload: trap EPIPE if a connection shuts us down, too
2009-02-20test_upload: close urandom fd at teardown
2009-02-13test_upload: fix rename under 1.8
2009-02-13Remove tempfile reuse from HttpRequest, upload tests