1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/testunit/test_redefinition.rb: broken class/method names.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2012-07-25 01:01:59 +00:00
parent ba22341854
commit 970c5ac4ff
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Jul 25 10:00:23 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/testunit/test_redefinition.rb: broken class/method names.
Wed Jul 25 09:26:32 2012 NARUSE, Yui <naruse@ruby-lang.org>
* lib/cgi/html.rb: Use << instead of +=.

View file

@ -1,7 +1,7 @@
require 'test/unit'
class TestHideSkip < Test::Unit::TestCase
def test_hideskip
class TestRedefinition < Test::Unit::TestCase
def test_redefinition
test_out, o = IO.pipe
spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_redefinition.rb", out: File::NULL, err: o)
o.close