summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2015-01-08 14:05:13 +0200
committerDaniel Zaoui <daniel.zaoui@samsung.com>2015-01-08 14:27:57 +0200
commit72ef635ff3b8939509ecfb29ecf19e465b40e652 (patch)
tree097ae2845d13610746065752bb7038065dd24476
parentc33826fa785c4fe73ddd310cd50becc3a91efd4d (diff)
downloadelementary-72ef635ff3b8939509ecfb29ecf19e465b40e652.tar.gz
Revert "win INLINE_IMAGE test now crashes as expected when trying to use it in a non-useless manner"
This reverts commit fd71874024d14e5374aef93eae7d4cfbc0ea4521. As the commit message says, the test crashes now. The ticket 1973 is related to that issue. Now, I understand there could be a bug inside inline stuff but it doesn't mean that you have to push it and screw up all the test. You could just attach a patch to the ticket and that's all folks!
-rw-r--r--src/bin/test_win_inline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/test_win_inline.c b/src/bin/test_win_inline.c
index 80608ecc2..b9e08ef73 100644
--- a/src/bin/test_win_inline.c
+++ b/src/bin/test_win_inline.c
@@ -228,7 +228,6 @@ test_win_inline(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *even
win2 = elm_win_add(win, "inlined", ELM_WIN_INLINED_IMAGE);
evas_object_event_callback_add(elm_win_inlined_image_object_get(win2), EVAS_CALLBACK_MOUSE_DOWN, cb_mouse_down, NULL);
fill(win2, EINA_TRUE);
- elm_win_resize_object_add(win, win2);
evas_object_move(win2, 20, 60);
evas_object_resize(win2, 300, 200);