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

@ -12,7 +12,7 @@ module Parfait
@list.push((@list.data_length + 1).to_s)
end
def test_next
assert_nil @list.next
assert_nil @list.next_list
end
def test_setup_len
assert_equal List.data_length , @list.get_length