aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-055-0/+255
* * lib/soap/mapping/factory.rb: mark marshalled basetype objects whennahi2003-10-312-2/+23
* * lib/soap/generator.rb: better XML pretty printing.nahi2003-10-301-0/+1
* add test Hash#each, and change load_limitseki2003-10-304-5/+19
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-302-64/+79
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-292-7/+33
* * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter tonahi2003-10-291-3/+6
* change yield2 test. [ruby-dev:21739]seki2003-10-281-2/+2
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-282-49/+49
* add yield test for [ruby-dev:21707]seki2003-10-261-0/+5
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
* * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR.nahi2003-10-224-9/+16
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-226-16/+23
* * test/drb/drbtest.rb: import drb common test utilities.matz2003-10-211-0/+298
* * eval.c (ruby_cleanup): call finalizers and exit procs beforematz2003-10-216-394/+83
* * test/soap/calc/*, test/soap/helloworld/*: catch the exception from testnahi2003-10-204-0/+24
* import drb/runit/*.rbseki2003-10-2015-0/+1260
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-201-1/+1
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-201-2/+5
* * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.nahi2003-10-187-11/+19
* * test/ruby/test_range.rb: added.usa2003-10-171-0/+13
* * test/digest/test_digest.rb (test_eq): show failed class.nobu2003-10-152-3/+24
* * test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu2003-10-141-0/+91
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-145-24/+178
* * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban2003-10-131-2/+10
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-1/+4
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-4/+7
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-083-81/+429
* * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi2003-10-072-15/+1
* * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi2003-10-074-19/+110
* * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is nownobu2003-10-071-1/+4
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-061-9/+47
* * test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi2003-10-061-6/+11
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi2003-10-062-1/+19
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-056-167/+72
* * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi2003-10-052-2/+9
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi2003-10-052-3/+43
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-054-5/+33
* * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott2003-10-051-17/+1
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-054-0/+702
* * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott2003-10-051-4/+4
* * lib/test/unit/assertions.rb: made small improvements to assertionntalbott2003-10-042-66/+45
* * test/ruby/test_exception.rb (test_else): added.akira2003-10-041-0/+92
* * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott2003-10-041-25/+31
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-041-1/+1
* * test/uri/* (6 files): added.akira2003-10-046-0/+1074
* * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott2003-10-032-20/+37
* * ext/syck/rubyext.c: default keys handled.why2003-10-031-0/+1155
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-031-0/+5
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-025-25/+128