projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5de0d2
)
tc-e_view: Allow second execution
50/319050/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Mon, 14 Oct 2024 07:31:23 +0000
(16:31 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 14 Oct 2024 08:29:46 +0000
(17:29 +0900)
Change-Id: Ifb59f4346a5a2e55e0d13bc29ca26ba8904b744b
tests/tc-e_view.cpp
patch
|
blob
|
history
diff --git
a/tests/tc-e_view.cpp
b/tests/tc-e_view.cpp
index 5a91d40f4071c213d28ea62a07ec3957e025012b..c29f9cccbf83bf4670558484d2b1472cb8414389 100644
(file)
--- a/
tests/tc-e_view.cpp
+++ b/
tests/tc-e_view.cpp
@@
-376,7
+376,7
@@
TEST_F(EViewTest, Test_E_View_Raise_To_Top)
EXPECT_EQ(sibling_top.link.next, &view.link);
EXPECT_CALL(*evasMock, evas_object_raise(obj_view))
- .Times(
0
);
+ .Times(
1
);
e_view_raise_to_top(&view);
free(obj_sibling_top);
@@
-429,7
+429,7
@@
TEST_F(EViewTest, Test_E_View_Lower_To_Bottom)
EXPECT_EQ(sibling_bottom.link.next, &sibling_mid.link);
EXPECT_CALL(*evasMock, evas_object_lower(obj_view))
- .Times(
0
);
+ .Times(
1
);
e_view_lower_to_bottom(&view);
free(obj_sibling_bottom);