elm_map: Update elm_map_overlay_class_append test
authorse.osadchy <se.osadchy@samsung.com>
Thu, 16 Mar 2017 11:51:21 +0000 (13:51 +0200)
committerse.osadchy <se.osadchy@samsung.com>
Thu, 16 Mar 2017 11:52:06 +0000 (13:52 +0200)
Change-Id: I3ca78bf701d99edcf0068b5a10a2aae84f9bbdad
Signed-off-by: Sergey Osadchy <se.osadchy@samsung.com>
TC/elementary/map/utc_elm_map_overlay_class_append.c

index d1a55d52730cd8345bc3c93d348bbba15845929f..52b2b278db27e8b87f43edf0ce550f21e9fc6d4a 100644 (file)
@@ -69,6 +69,7 @@ teardown(void)
  *
  * @procedure
  * @step 1 Add a new overlay member to the class overlay
+ * @step 2 Add already added overlay into class to the class overlay
  *
  * @passcondition There is no segmentation fault
  * @}
@@ -80,6 +81,7 @@ START_TEST(utc_elm_map_overlay_class_append_p)
         ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..", __FILE__, __LINE__);
      }
    elm_map_overlay_class_append(grp, ovl);
+   elm_map_overlay_class_append(grp, ovl);
    /*TODO Write a method that will help to check elm_map_overlay_class_append()*/
    printf("[TEST_PASS]:: %s[%d] : Test has passed..\n", __FILE__, __LINE__);
 }