small refactor and rename

This commit is contained in:
Torsten Ruger
2016-12-28 18:16:39 +02:00
parent 184f129107
commit 4412eda105
8 changed files with 25 additions and 28 deletions

View File

@ -51,7 +51,7 @@ class BasicType < MiniTest::Test
# not really parfait test, but related and no other place currently
def test_reg_index
message_ind = Register.resolve_index( :message , :receiver )
message_ind = Register.resolve_to_index( :message , :receiver )
assert_equal 3 , message_ind
@mess.receiver = 55
assert_equal 55 , @mess.get_internal_word(message_ind)