1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/test/unit
matz 7b48490222 * eval.c (Init_eval): add aliases invoke_method and
invoke_functional_method corresponding send and funcall
  respectively.  [ruby-talk:197512]

* parse.y (parser_yylex): returns the most typical keyword token
  on EXPR_FNAME.  [ruby-core:7995]

* ext/socket/socket.c: protoize.

* parse.y (then): remove ':' from 'then' and 'do' rules.

* hash.c (env_aset): raise TypeError on nil with more descriptive
  message.  [ruby-core:07990]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-06-17 14:50:04 +00:00
..
collector * eval.c (ev_const_get): simplified using rb_const_get_fallback(). 2006-02-17 08:40:52 +00:00
ui * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 2004-04-21 06:56:48 +00:00
util * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred 2003-11-21 22:36:13 +00:00
assertionfailederror.rb * lib/test/unit.rb: do not run tests if $! is set. 2003-11-18 23:00:29 +00:00
assertions.rb * eval.c (Init_eval): add aliases invoke_method and 2006-06-17 14:50:04 +00:00
autorunner.rb * lib/test/unit/autorunner.rb (process_args): ignore arguments after 2006-01-22 14:28:02 +00:00
collector.rb * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
testcase.rb * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, 2004-04-18 23:19:47 +00:00
testresult.rb Initial revision 2003-02-12 03:12:14 +00:00
testsuite.rb * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, 2004-04-18 23:19:47 +00:00