if date/time/timezone are not set properly on target, this API might
fail. To debug, print the buffer message.
Change-Id: I30e141401578252d8c21c4acf4e1d9abb8be2a21
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
(cherry picked from commit
26e41bfc904151c1e2a20a05a4ed9c49efb37225)
if (strcmp(buffer, "20140311T21:20:30"))
{
eina_value_free(value_type);
- ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..", __FILE__, __LINE__);
+ ck_abort_msg("[TEST_FAIL]:: buffer: %s, %s[%d] : Test has failed..", buffer, __FILE__, __LINE__);
}
eina_value_free(value_type);