summaryrefslogtreecommitdiffstats
path: root/test/tests/test_bg.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-23 11:42:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-23 11:42:31 +0100
commit0bef1f8b9034d664bfaa5c04b904ba4a0afa5e97 (patch)
treedf688035e3b17a8d5633c5fe5ceb7dfb6dca33e1 /test/tests/test_bg.rb
parent28698bffd2b8f3a255ac97f4c0860ae4cbf732b9 (diff)
downloadffi-efl-0bef1f8b9034d664bfaa5c04b904ba4a0afa5e97.zip
ffi-efl-0bef1f8b9034d664bfaa5c04b904ba4a0afa5e97.tar.gz
fix tests
Diffstat (limited to 'test/tests/test_bg.rb')
-rw-r--r--test/tests/test_bg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests/test_bg.rb b/test/tests/test_bg.rb
index 363f7db..2739bdf 100644
--- a/test/tests/test_bg.rb
+++ b/test/tests/test_bg.rb
@@ -116,9 +116,9 @@ module Tests
if Elm::ElmCheck.new(evas_obj).state
over = @o_bg.parent_widget.evas.edje_object_add
over.file = "#{PACKAGE_DATA_DIR}/objects/test.edj", "bg_overlay"
- @o_bg.overlay = over
+ @o_bg.content = over
else
- @o_bg.overlay = FFI::Pointer::NULL
+ @o_bg.content = FFI::Pointer::NULL
end
end
def cb_color_changed data, evas_obj, event_info