Change-Id: Iaf25c13e7092a75ce65677435144085f572ebbe3
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
<privilege>http://tizen.org/privilege/message.read</privilege>
<privilege>http://tizen.org/privilege/display</privilege>
<privilege>http://tizen.org/privilege/network.get</privilege>
+ <privilege>http://tizen.org/privilege/appdir.shareddata</privilege>
</privileges>
</manifest>
}
/**
- * @deprecated Deprecated since 3.0.
* @testcase utc_application_app_get_shared_data_path_p
* @since_tizen 2.3
* @type Positive
int utc_application_app_get_shared_data_path_p(void)
{
char *path = app_get_shared_data_path();
- assert_with_exit(path == NULL);
- assert_with_exit(get_last_result() == APP_ERROR_NOT_SUPPORTED);
+ assert_with_exit(path != NULL);
+ assert_with_exit(get_last_result() == APP_ERROR_NONE);
free(path);
normal_exit(0);