Revert "Revert "win INLINE_IMAGE test now crashes as expected when trying to use it in a non-useless manner""

This reverts commit 72ef635ff3b8939509ecfb29ecf19e465b40e652.

changing a test so that it will not crash in a valid use case is not an appropriate fix.

ref T1973
This commit is contained in:
Mike Blumenkrantz 2015-02-17 17:11:49 -05:00
parent 7a8942f74a
commit 061f783923
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ 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);