aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * add test for Encoding#names.naruse2008-10-091-0/+9
* revert previous commit.akr2008-10-081-1/+0
* add an assertion.akr2008-10-081-0/+1
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-071-0/+5
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-062-4/+4
* * test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz2008-10-061-4/+5
* * test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz2008-10-061-0/+4
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+1
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz2008-10-061-3/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-043-7/+7
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-042-5/+5
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-043-0/+1094
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-021-4/+4
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-022-12/+36
* 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