Change-Id: I5aa036911fc39e176807ee4372186c3067998fb5
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
ret = alarm_schedule_with_recurrence_week_flag(app_control, &date, ALARM_WEEK_FLAG_MONDAY, &tid);
+ app_control_destroy(app_control);
alarm_cancel_all();
assert_eq_with_exit(ret, ALARM_ERROR_NOT_PERMITTED_APP);
NOTIFICATION_TEXT_TYPE_TITLE, &text);
assert_with_exit(!strcmp(text, "test"));
+ free(text);
+ notification_free(noti);
+ notification_free(noti_return);
+
normal_exit(0);
return 0;