* test/minitest/test_minitest_unit.rb: restore orig_verbose only
if it is set. This broke rdoc's tests. http://u64.rubyci.org/~chkbuild/ruby-trunk/log/20121129T050102Z.diff.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
479e396192
commit
d81b5a4ffb
@ -1,3 +1,9 @@
|
||||
Thu Nov 29 15:10:45 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* test/minitest/test_minitest_unit.rb: restore orig_verbose only
|
||||
if it is set. This broke rdoc's tests.
|
||||
http://u64.rubyci.org/~chkbuild/ruby-trunk/log/20121129T050102Z.diff.html.gz
|
||||
|
||||
Thu Nov 29 14:56:30 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_trace.c (rb_tracepoint_attr_method_id):
|
||||
|
@ -1343,7 +1343,7 @@ class TestMiniTestUnitTestCase < MiniTest::Unit::TestCase
|
||||
assert_equal "hi\n", out
|
||||
assert_equal "bye!\n", err
|
||||
ensure
|
||||
$VERBOSE = orig_verbose
|
||||
$VERBOSE = orig_verbose unless orig_verbose.nil?
|
||||
end
|
||||
|
||||
def test_class_asserts_match_refutes
|
||||
|
Loading…
x
Reference in New Issue
Block a user