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:
be7a3c9
)
mmifw-ipc-test : fix checking initial value
42/264342/1
author
ulgal-park
<ulgal.park@samsung.com>
Thu, 16 Sep 2021 06:16:31 +0000
(15:16 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Thu, 16 Sep 2021 07:37:25 +0000
(16:37 +0900)
Change-Id: I108c4ca35902fc06c275073705dd9414078b3840
tests/mmifw-ipc-test.cpp
patch
|
blob
|
history
diff --git
a/tests/mmifw-ipc-test.cpp
b/tests/mmifw-ipc-test.cpp
index
5befc0d
..
6573978
100644
(file)
--- a/
tests/mmifw-ipc-test.cpp
+++ b/
tests/mmifw-ipc-test.cpp
@@
-88,7
+88,7
@@
TEST_F(MMIFWIpcTest, MMIFWIpcGetVariableBeforeInit)
EXPECT_EQ(state_res, MMI_STATE_NONE);
int uid_res = mmi_ipc_get_uid();
- EXPECT_
NE
(uid_res, -1);
+ EXPECT_
EQ
(uid_res, -1);
EXPECT_NE(mmi_ipc_get_appid(), app_id);