ruby-changes:2002
From: ko1@a...
Date: 23 Sep 2007 08:49:26 +0900
Subject: [ruby-changes:2002] akr - Ruby:r13493 (trunk): merge tests for and .
akr 2007-09-23 08:49:08 +0900 (Sun, 23 Sep 2007)
New Revision: 13493
Modified files:
trunk/bootstraptest/test_knownbug.rb
Log:
merge tests for [ruby-dev:31816] and [ruby-dev:31817].
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=13493&r2=13492
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 13492)
+++ bootstraptest/test_knownbug.rb (revision 13493)
@@ -17,17 +17,6 @@
}, 'rename test/ruby/test_io.rb#_test_ungetc if fixed'
assert_equal 'ok', %q{
- class C
- undef display
- begin
- remove_method :display
- rescue NameError
- end
- end
- :ok
-}, '[ruby-dev:31816]'
-
-assert_equal 'ok', %q{
class B
def m() :fail end
end
@@ -43,7 +32,7 @@
rescue NameError
:ok
end
-}, '[ruby-dev:31817]'
+}, '[ruby-dev:31816], [ruby-dev:31817]'
assert_equal 'ok', %q{
Process.setrlimit(Process::RLIMIT_STACK, 1024*1024)
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml