test/activity/call_super_activity.rb in ruboto-0.15.0 vs test/activity/call_super_activity.rb in ruboto-0.16.0
- old
+ new
@@ -18,10 +18,10 @@
def setTitle(title, call_super = true)
super(title) if call_super
end
# FIXME(uwe): We should test that super is not called implicitly
- # def on_resume
+ # def onResume
# super
# end
end