aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_sprintf.rb: added tests.usa2004-02-181-0/+77
* * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi2004-02-172-3/+16
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-174-917/+501
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-0/+2
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-132-5/+73
* * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....aamine2004-02-131-1/+1
* * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine2004-02-121-2/+2
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+6
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-081-0/+6
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+17
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-061-3/+6
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-061-0/+17
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-036-6/+4
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-313-33/+10
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-2922-56/+5
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-2913-6/+27
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-0/+36
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-289-8/+26
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2811-0/+1350
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-0/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-0/+1
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-191-5/+8
* * test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira2004-01-191-0/+2
* * failed to add in the previous commit.nahi2004-01-182-0/+189
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-141-2/+1
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-141-8/+15
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-138-16/+16
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-131-5/+3
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-121-0/+8
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-093-14/+39
* * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase whichnahi2004-01-081-17/+19
* * test/net/test_httpheader.rb: new file.aamine2004-01-071-0/+137
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-061-1/+1
* * test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,nahi2004-01-069-0/+84
* * import soap4r/1.5.2;nahi2004-01-066-44/+54
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-041-0/+10
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-283-6/+10
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-261-0/+12
* * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi2003-12-243-5/+9
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-242-5/+15
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-241-1/+13
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * test/soap/test_streamhandler.rb (test_basic_auth): removed.nahi2003-12-231-10/+3
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-232-2/+8
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-0/+16
* * test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.nahi2003-12-231-1/+6
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-0/+3