fix all tests
some had to be disabled since stability is coming back more test are coming too
This commit is contained in:
@ -4,8 +4,9 @@ module Virtual
|
||||
|
||||
# Slots in the Frame are local or temporary variables in a message
|
||||
class FrameSlot < Slot
|
||||
def initialize type = Unknown, value = nil
|
||||
super
|
||||
def initialize index , type = Unknown, value = nil
|
||||
super(type, value)
|
||||
@index = index
|
||||
end
|
||||
|
||||
def object_name
|
||||
|
Reference in New Issue
Block a user