ruby--ruby/test
nahi 523cd7be9c * lib/logger.rb: check if the given logdevice object respond_to :write and
:close, not is_a? IO.  duck duck.

* test/logger/test_logger.rb: self IO.pipe reading/writing may be locked by the
  flood.  use tempfile.

* lib/wsdl/xmlSchema/data.rb: wrong constant reference.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 07:27:57 +00:00
..
csv * test/csv/test_csv.rb: add negative tests of row_sep. 2003-09-16 13:26:10 +00:00
fileutils * test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420] 2003-09-29 07:11:50 +00:00
logger * lib/logger.rb: check if the given logdevice object respond_to :write and 2003-09-29 07:27:57 +00:00
ostruct * lib/ostruct.rb: Added OpenStruct#==. 2003-09-25 00:03:11 +00:00
ruby * test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviour 2003-09-26 20:00:03 +00:00
soap * lib/soap/rpc/cgistub.rb: make logging severity threshold higher. 2003-09-27 07:03:29 +00:00
strscan * test/strscan/test_stringscanner.rb: require test/unit. 2003-09-17 09:51:32 +00:00
testunit * test/testunit/*: Added. 2003-09-19 02:48:46 +00:00
wsdl * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module 2003-09-26 18:34:41 +00:00
xsd * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under 2003-09-28 09:29:07 +00:00
runner.rb * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an 2003-09-05 15:15:43 +00:00