all green

That fixes all existing tests. Operation successful

Off course there is tests missing :-(
This commit is contained in:
Torsten Ruger
2015-05-20 17:29:08 +03:00
parent 2ec9ee90f9
commit 422ec64105
9 changed files with 34 additions and 30 deletions

View File

@ -19,7 +19,7 @@ module Parfait
def self.new_object *args
object = self.new(*args)
puts "NEW #{object.class}"
#puts "NEW #{object.class}"
object
end
@ -42,7 +42,7 @@ module Parfait
end
def get_layout()
puts "ME #{self.class}"
#puts "ME #{self.class}"
return internal_object_get(LAYOUT_INDEX)
end