summaryrefslogtreecommitdiffstats
path: root/test/test_elm_win-native.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/test_elm_win-native.rb
parent28698bffd2b8f3a255ac97f4c0860ae4cbf732b9 (diff)
downloadffi-efl-0bef1f8b9034d664bfaa5c04b904ba4a0afa5e97.zip
ffi-efl-0bef1f8b9034d664bfaa5c04b904ba4a0afa5e97.tar.gz
fix tests
Diffstat (limited to 'test/test_elm_win-native.rb')
-rw-r--r--test/test_elm_win-native.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win-native.rb b/test/test_elm_win-native.rb
index 099e26a..318c3cd 100644
--- a/test/test_elm_win-native.rb
+++ b/test/test_elm_win-native.rb
@@ -22,7 +22,7 @@ elm_win_resize_object_add win, bg
evas_object_show bg
#
lb = elm_label_add win
-elm_object_text_part_set lb, nil, "Hello World"
+elm_object_part_text_set lb, nil, "Hello World"
evas_object_size_hint_weight_set lb, 1.0, 1.0
elm_win_resize_object_add win, lb
evas_object_show lb