some test change because of renaming

next is a keyword, can't be used as instance writer
fake_memory gets the pobject for debug
This commit is contained in:
Torsten Ruger
2018-08-11 19:17:20 +03:00
parent b0aefe31fe
commit 84de400529
11 changed files with 150 additions and 146 deletions

View File

@ -68,7 +68,7 @@ module Parfait
end
def test_one_set1
assert_equal 2 , @list.set(0,2)
assert_equal 1 , @list.get_internal_word(List.get_length_index)
assert_equal 1 , @list.get_internal_word(1)
assert_equal 2 , @list.get_internal_word(List.type_length)
end
def test_set1_len