Change-Id: I0b5df86ce5801a0b04a508d7c22e4444e38eb412
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
#define FREE_NOTIFICATION(notification) if(notification != NULL) {notification_free(notification);}
#define DELETE_NOTIFICATION(notification) if(notification != NULL) {notification_delete(notification);}
#define START_TEST FPRINTF("[Line No : %d][%s] Starting test : %s\\n",__LINE__, API_NAMESPACE, __FUNCTION__);
-#define NOTIFICATION_FEATURE "http://tizen.org/feature/notification"
#define CHECK_HANDLE_CLEANUP(Handle, API, FreeResource) {\
if ( Handle == NULL )\