fix tests for indexed messages and frames

index_length changes index a bit
but from now on changes to layouts should push the index automatically
just have to set the index while calling now
This commit is contained in:
Torsten Ruger
2015-10-27 16:05:50 +02:00
parent 50029711ff
commit bd171d091a
6 changed files with 16 additions and 16 deletions

View File

@ -17,7 +17,7 @@ class TestAttributes < MiniTest::Test
end
def test_message_name_nil
last = @layout.instance_names.last
assert_equal :name , last
assert_equal :indexed_length , last
assert_equal nil , @mess.name
end
def test_message_next_set