aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change after miniunit import.knu2008-10-021-12/+12
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-014-5/+5
* * test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame2008-09-301-4/+4
* Temporarily removed test/mini/* because they depend on the minitest versionyugui2008-09-303-1094/+0
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrongmatz2008-09-301-3/+3
* Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan2008-09-301-5/+15
* Remove extra call to setup to fix ENV['HOME'] pollutiondrbrain2008-09-301-1/+0
* Updated to 1.3.0 r4255.ryan2008-09-303-0/+1084
* Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain2008-09-293-0/+16
* delete a meaningless line.tadf2008-09-291-1/+0
* fixed previous commit.tadf2008-09-291-2/+4
* * test/date/*.rb: imported additional tests and some adjustments.tadf2008-09-294-4/+153
* * ext/win32ole/win32ole.c (fev_initialize): initializationsuke2008-09-291-1/+1
* * test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir formame2008-09-281-1/+1
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-0/+11
* add a testxibbar2008-09-281-0/+13
* * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.tadf2008-09-289-0/+3088
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-282-5/+6
* * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bitnobu2008-09-261-1/+2
* * test/pathname/test_pathname.rb: Fix use of deprecated methods.knu2008-09-261-12/+12
* Forgot to remove test/unit testsryan2008-09-2511-1798/+0
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-254-92/+92
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-252-0/+129
* Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain2008-09-253-6/+10
* Update to RubyGems 1.3.0 r1891drbrain2008-09-2528-105/+630
* I finally clued into the fact that test/unit's -x was for file level filterin...ryan2008-09-251-2/+21
* Import RDoc 2.2.1 r185drbrain2008-09-2515-63/+777
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-2459-284/+284
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-243-9/+9
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+38
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* Allow for -v and other flags to be passed through properlyryan2008-09-241-1/+4
* Added ARGV filtering for tests. Allows for multiple valuesryan2008-09-241-4/+11
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-243-8/+8
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-234-2/+20
* * test/ruby/test_rational2.rb: updated.tadf2008-09-233-0/+1168
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-0/+13
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-232-219/+42
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * test/readline/test_readline_history.rbkouji2008-09-221-2/+4
* * math.c (math_log): should check argc.tadf2008-09-211-0/+1
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-212-62/+93
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2111-20/+527
* * complex.c: an instance method image has been removed andtadf2008-09-201-97/+84
* * ext/json: import JSON v 1.1.3.naruse2008-09-207-36/+104
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-191-6/+6
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-197-64/+0
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-181-0/+4
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-181-2/+17