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:
42e2fe2
)
e_test_efl_util: fix typo, now pass gesture TCs
93/285893/2
author
duna.oh
<duna.oh@samsung.com>
Thu, 22 Dec 2022 05:32:21 +0000
(14:32 +0900)
committer
duna.oh
<duna.oh@samsung.com>
Thu, 22 Dec 2022 06:29:28 +0000
(15:29 +0900)
Change-Id: Ia112434ced45ca788858da090212913638f56b93
src/e_test_efl_util.cpp
patch
|
blob
|
history
diff --git
a/src/e_test_efl_util.cpp
b/src/e_test_efl_util.cpp
index f5fdb89d8f79d5fb48abbd2779b42a5dd6d4370c..f1209e8752ceedb1c4fefa9de4eb50ff6691436c 100644
(file)
--- a/
src/e_test_efl_util.cpp
+++ b/
src/e_test_efl_util.cpp
@@
-281,6
+281,6
@@
etGestureHandler::ungrabGesture(efl_util_gesture_data data)
if (handler == nullptr)
return EFL_UTIL_ERROR_INVALID_PARAMETER;
- return efl_util_gesture_grab(handler, data);
+ return efl_util_gesture_
un
grab(handler, data);
}
-#endif
\ No newline at end of file
+#endif