projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af33aac
)
0008_focus: correct typo
52/190452/1
author
JunSeok, Kim
<juns.kim@samsung.com>
Tue, 2 Oct 2018 05:42:37 +0000
(14:42 +0900)
committer
JunSeok, Kim
<juns.kim@samsung.com>
Tue, 2 Oct 2018 05:42:37 +0000
(14:42 +0900)
Change-Id: I45e3cda298598a192ccb91ea66ce1abbf1eaf198
src/testcase/0008_focus.cpp
patch
|
blob
|
history
diff --git
a/src/testcase/0008_focus.cpp
b/src/testcase/0008_focus.cpp
index
09b7e61
..
f9e6ab4
100644
(file)
--- a/
src/testcase/0008_focus.cpp
+++ b/
src/testcase/0008_focus.cpp
@@
-29,7
+29,7
@@
etTestFocus::initTC(Eina_Bool show_win, Eina_Bool usr_geom)
ASSERT_TRUE(tw_blue != NULL) << "failed to initiation window";
tw_blocker = initNotiWin("TCWin_Noti_Blocker", EINA_FALSE, EINA_FALSE, EINA_FALSE);
- ASSERT_TRUE(tw_bl
ue
!= NULL) << "failed to initiation window";
+ ASSERT_TRUE(tw_bl
ocker
!= NULL) << "failed to initiation window";
}
TEST_F(etTestFocus, focus_basic)