Skip to content

Commit

Permalink
remove the skips in test_nsdictionary.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 6, 2012
1 parent 7d8fcb4 commit 234c361
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-mri/test/ruby/test_nsdictionary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ def test_delete
end

def test_delete_if
skip("[BUG : #???]")

base = @cls[ 1 => 'one', 2 => false, true => 'true', 'cat' => 99 ]
h1 = @cls[ 1 => 'one', 2 => false, true => 'true' ]
h2 = @cls[ 2 => false, 'cat' => 99 ]
Expand Down Expand Up @@ -753,8 +751,6 @@ def test_select!
end

def test_clear2
skip("[BUG : #???]")

assert_equal({}, @cls[1=>2,3=>4,5=>6].clear)
h = @cls[1=>2,3=>4,5=>6]
h.each { h.clear }
Expand Down

0 comments on commit 234c361

Please sign in to comment.