switch to 0 based indexing
the world rocked for a moment (and more fixes to follow) also the crumbling of idealism was heard
This commit is contained in:
@ -13,7 +13,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def test_one_set1
|
||||
assert_equal @object.get_type , @object.set_internal_word(1, @object.get_type)
|
||||
assert_equal @object.get_type , @object.set_internal_word(0, @object.get_type)
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user