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:
102122c
)
mmifw-main-test : remove unnecessary tab
40/264340/1
author
ulgal-park
<ulgal.park@samsung.com>
Thu, 16 Sep 2021 04:05:54 +0000
(13:05 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Thu, 16 Sep 2021 07:36:50 +0000
(16:36 +0900)
Change-Id: I2f1b1f3ec86558826e3ff22be616ccfa4970e01a
tests/mmifw-main-test.cpp
patch
|
blob
|
history
diff --git
a/tests/mmifw-main-test.cpp
b/tests/mmifw-main-test.cpp
index ba309bdff006cdfc026692503101b95bc9ee8491..a4fa74a662573f30a15a40512b959db5bd991077 100644
(file)
--- a/
tests/mmifw-main-test.cpp
+++ b/
tests/mmifw-main-test.cpp
@@
-88,7
+88,7
@@
TEST_F(MMIFWMainTest, MMIFWMainInstanceCreateAndConnectSuccess)
wait_for_connect();
EXPECT_TRUE(mmi_ipc_is_connected());
-
+
if(h){
mmi_instance_destroy(&h);
EXPECT_EQ(h, nullptr);
@@
-297,7
+297,7
@@
TEST_F(MMIFWMainTest, MMIFWMainEventRemoveAllListener)
mmi_event_listener * handler = NULL;
mmi_event_listener * handler2 = NULL;
-
EXPECT_NE(h, nullptr);
+ EXPECT_NE(h, nullptr);
EXPECT_EQ(handler, nullptr);
wait_for_connect();