projects
/
test
/
tct
/
native
/
efl-test-suite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bda6a
)
eina: add missing eina_init
author
Yeongjong Lee
<yj34.lee@samsung.com>
Mon, 6 Aug 2018 02:58:36 +0000
(11:58 +0900)
committer
Yeongjong Lee
<yj34.lee@samsung.com>
Mon, 6 Aug 2018 03:06:16 +0000
(12:06 +0900)
Change-Id: If255ed0e44e1ce157916cb8f39461f39e384f554
TC/eina/eina_main/utc_eina_shutdown.c
patch
|
blob
|
history
diff --git
a/TC/eina/eina_main/utc_eina_shutdown.c
b/TC/eina/eina_main/utc_eina_shutdown.c
index 9898c7f8de164e3bf1073e8629720e812641f6ee..fe0bbbf44771df693a651e74fd53a002074ae74f 100644
(file)
--- a/
TC/eina/eina_main/utc_eina_shutdown.c
+++ b/
TC/eina/eina_main/utc_eina_shutdown.c
@@
-39,6
+39,8
@@
teardown(void)
*/
START_TEST(utc_eina_shutdown_p)
{
+ eina_init();
+
if (eina_shutdown() != 0)
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..", __FILE__, __LINE__);