Fix elm_entry_selection_cut test 02/132502/1
authorse.osadchy <se.osadchy@samsung.com>
Tue, 6 Jun 2017 09:11:25 +0000 (12:11 +0300)
committerse.osadchy <se.osadchy@samsung.com>
Tue, 6 Jun 2017 09:11:25 +0000 (12:11 +0300)
Change-Id: I8de1ce0107168dff4c06061bfb1522b0fd4a46bf

TC/elementary/entry/utc_elm_entry_selection_cut.c

index 3c03a5fbdeb82e9b2e90a48fc6fd628d46583e15..bf27c8f679c17563f66b6ae5e5232fa3614f98ed 100644 (file)
@@ -101,10 +101,10 @@ START_TEST(utc_elm_entry_selection_cut_p)
      {
         ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed.. Unable to create an box object..", __FILE__, __LINE__);
      }
-#endif
    evas_object_size_hint_weight_set(box, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_win_resize_object_add(main_win, box);
    evas_object_show(box);
+#endif
 
    entry = elm_entry_add(main_win);
    if (entry == NULL)