internally objects stop changing size

This commit is contained in:
Torsten Ruger
2015-10-25 20:43:13 +02:00
parent 92fe12a0d1
commit c1ee67038c
2 changed files with 1 additions and 35 deletions

View File

@ -10,11 +10,6 @@ class TestObject < MiniTest::Test
assert_equal 1 , @object.internal_object_length
end
def test_object_grow
@object.internal_object_grow( 2 )
assert_equal 2 , @object.internal_object_length
end
def test_empty_object_doesnt_return
assert_equal nil , @object.internal_object_get(3)
end