projects
/
platform
/
core
/
uifw
/
mmi-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c28e0fe
)
mmifw-ipc-test : remove unnacessary tab
44/264344/1
accepted/tizen/unified/20210916.123513
submit/tizen/20210916.075802
author
ulgal-park
<ulgal.park@samsung.com>
Thu, 16 Sep 2021 06:24:00 +0000
(15:24 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Thu, 16 Sep 2021 07:37:54 +0000
(16:37 +0900)
Change-Id: I892247156220e7658e36192687b6fe75bb616566
tests/mmifw-ipc-test.cpp
patch
|
blob
|
history
diff --git
a/tests/mmifw-ipc-test.cpp
b/tests/mmifw-ipc-test.cpp
index 6573978374ec49bfb4d475ac94229f616ddc632e..cf52486b12131208394eb22ad59ce6ec4857504f 100644
(file)
--- a/
tests/mmifw-ipc-test.cpp
+++ b/
tests/mmifw-ipc-test.cpp
@@
-45,7
+45,7
@@
TEST_F(MMIFWIpcTest, MMIFWIpcInitSuccess)
int res = mmi_init();
const char *app_id = "org.tizen.mmi-system-ux-test";
int ipc_init_res = mmi_ipc_init(app_id);
-
+
EXPECT_EQ(ipc_init_res, 0);
if(ipc_init_res == 0)
@@
-69,7
+69,7
@@
TEST_F(MMIFWIpcTest, MMIFWIpcInitFail)
{
mmi_ipc_shutdown();
}
-
+
if(res)
mmi_shutdown();
}
@@
-91,7
+91,7
@@
TEST_F(MMIFWIpcTest, MMIFWIpcGetVariableBeforeInit)
EXPECT_EQ(uid_res, -1);
EXPECT_NE(mmi_ipc_get_appid(), app_id);
-
+
if(res)
mmi_shutdown();
}