summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-10-06* test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz
2008-10-06* test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-06* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-10-04* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui
2008-10-02* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-10-02Back out the previous change after miniunit import.knu
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2008-09-30* test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame
2008-09-30Temporarily removed test/mini/* because they depend on the minitest versionyugui
2008-09-30* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrongmatz
2008-09-30Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan
2008-09-30Remove extra call to setup to fix ENV['HOME'] pollutiondrbrain
2008-09-30Updated to 1.3.0 r4255.ryan
2008-09-29Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain
2008-09-29delete a meaningless line.tadf
2008-09-29fixed previous commit.tadf
2008-09-29 * test/date/*.rb: imported additional tests and some adjustments.tadf
2008-09-29* ext/win32ole/win32ole.c (fev_initialize): initializationsuke
2008-09-28* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir formame
2008-09-28* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar
2008-09-28add a testxibbar
2008-09-28 * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.tadf
2008-09-28* lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg2
2008-09-26* test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bitnobu
2008-09-26* test/pathname/test_pathname.rb: Fix use of deprecated methods.knu
2008-09-25Forgot to remove test/unit testsryan
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-25* pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame
2008-09-25Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain
2008-09-25Update to RubyGems 1.3.0 r1891drbrain
2008-09-25I finally clued into the fact that test/unit's -x was for file level filterin...ryan
2008-09-25Import RDoc 2.2.1 r185drbrain
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-24Allow for -v and other flags to be passed through properlyryan
2008-09-24Added ARGV filtering for tests. Allows for multiple valuesryan
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-09-23Added changes needed for miniunit. usually from using internal calls that are...ryan
2008-09-23 * test/ruby/test_rational2.rb: updated.tadf
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-23* lib/pathname.rb (each_filename): return Enumerator if no blockmame