summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2003-10-20* test/soap/calc/*, test/soap/helloworld/*: catch the exception from testnahi
2003-10-20import drb/runit/*.rbseki
2003-10-20* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz
2003-10-20* test/ruby/test_signal.rb (test_signal): restore old trap.nobu
2003-10-18* test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.nahi
2003-10-17* test/ruby/test_range.rb: added.usa
2003-10-15* test/digest/test_digest.rb (test_eq): show failed class.nobu
2003-10-14* test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu
2003-10-14* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi
2003-10-13* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban
2003-10-13* eval.c (rb_feature_p): match by classified suffix.nobu
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
2003-10-07* test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi
2003-10-07* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi
2003-10-07* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is nownobu
2003-10-06* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi
2003-10-06* test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi
2003-10-06* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi
2003-10-05* test/uri/*: translated RUNIT to Test::Unit.akira
2003-10-05* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi
2003-10-05* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi
2003-10-05* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi
2003-10-05 * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott
2003-10-05 * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott
2003-10-05 * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott
2003-10-04 * lib/test/unit/assertions.rb: made small improvements to assertionntalbott
2003-10-04* test/ruby/test_exception.rb (test_else): added.akira
2003-10-04 * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott
2003-10-04* lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi
2003-10-04* test/uri/* (6 files): added.akira
2003-10-03 * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott
2003-10-03* ext/syck/rubyext.c: default keys handled.why
2003-10-03 * lib/test/unit.rb: refactored to use optparse.ntalbott
2003-10-02 * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott
2003-10-02* variable.c (rb_const_defined_0): look up constants in Object asnobu
2003-10-02 * lib/test/unit/assertions.rb: should not capture anntalbott
2003-10-01* test/logger/test_logger.rb: unlinking file before close causes problem undernahi
2003-09-30* test/runner.rb: glob for directories.nobu
2003-09-29* test/ruby/test_iterator.rb: new test test_break__nested_loop[123].aamine
2003-09-29* lib/logger.rb: check if the given logdevice object respond_to :write andnahi
2003-09-29* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]aamine
2003-09-28* lib/xsd/charset.rb: XSD::Charset.is_ces did return always true undernahi
2003-09-27* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.nahi
2003-09-27* test/fileutils/test_fileutils.rb: clear all errors on Windows.aamine
2003-09-26* test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviournahi
2003-09-26* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each modulenahi
2003-09-26* test_soapelement.rb: Illegal require path.nahi
2003-09-26* test/ruby/test_marshal.rb: add test for ruby's objects.nahi
2003-09-25 * lib/ostruct.rb: Added OpenStruct#==.ntalbott