mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/testunit: add skip messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be4623525f
commit
c95cbe809e
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ require 'test/unit'
|
|||
|
||||
class TestForTestHideSkip < Test::Unit::TestCase
|
||||
def test_skip
|
||||
skip
|
||||
skip "do nothing"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -7,7 +7,7 @@ class TestE < TestCaseForParallelTest
|
|||
end
|
||||
|
||||
def ptest_always_skip
|
||||
skip
|
||||
skip "always"
|
||||
end
|
||||
|
||||
def ptest_always_fail
|
||||
|
|
Loading…
Reference in a new issue