summaryrefslogtreecommitdiff
path: root/test/cgi/test_cgi_multipart.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14test: use String#b instead of dup.force_encodingnobu
2015-03-12fix env leaksnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-08-09* test/cgi/test_cgi_core.rb: removed obsoleted condition for Ruby 1.8.hsbt
2014-06-10* lib/cgi/core.rb: Provide a mechanism to specify thexibbar
2014-05-27Use Tempfile#close!.akr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2012-11-05* lib/cgi/core.rb: check if Tempfile is defined before use it.naruse
2012-11-05Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-08-14Suppress warnings.naruse
2011-07-09* lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar
2009-12-23* test/cgi: check by Encoding.nobu
2009-12-23* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu
2009-11-12* test/cgi/test_cgi_multipart.rb (_read):xibbar
2009-07-14Set tempfile name with literal.naruse
2008-11-11* lib/rubygems/timer.rb: removed svn:executable.yugui
2008-11-08fix test for 1.8xibbar
2008-10-28* test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa
2008-10-24fix test for 1.8xibbar
2008-10-24* lib/cgi/core.rb (read_multipart): change field value as Stringxibbar
2008-10-20fix test of multipartxibbar
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-10-02* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-08-28* test/cgi/test_cgi_multipart.rb: add test for multipart.naruse