*
* @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
* @}
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__);
}