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!
This commit is contained in:
Daniel Zaoui 2015-01-08 14:05:13 +02:00
parent 59b32785e1
commit e281a68932
1 changed files with 0 additions and 1 deletions

View File

@ -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);