fix all tests

some had to be disabled
since stability is coming back more test are coming too
This commit is contained in:
Torsten Ruger
2015-07-02 10:26:48 +03:00
parent 3195d800e9
commit 9ca5ddf7c0
7 changed files with 35 additions and 31 deletions

View File

@ -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