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:
1d34ab4
)
0009_input: temporary disable relative_motion_grab tests
25/315525/1
author
Junseok Kim
<juns.kim@samsung.com>
Fri, 2 Aug 2024 04:53:45 +0000
(13:53 +0900)
committer
Junseok Kim
<juns.kim@samsung.com>
Fri, 2 Aug 2024 04:53:51 +0000
(13:53 +0900)
Change-Id: Ifd695a11fe1c854a10609b0f5eb094e74ac5145d
src/testcase/0009_input.cpp
patch
|
blob
|
history
diff --git
a/src/testcase/0009_input.cpp
b/src/testcase/0009_input.cpp
index fdd2682d9e531a90a6e42d285071f7654f473168..0df73d0220d6ed7fc51b2557a7ec96ee3a9bcfbb 100644
(file)
--- a/
src/testcase/0009_input.cpp
+++ b/
src/testcase/0009_input.cpp
@@
-1700,6
+1700,7
@@
TEST_F(etTestInput, window_popup_input_get_null_window)
ASSERT_EQ(input, nullptr);
}
+#ifdef RELATIVE_MOTION_GRAB_MERGED
TEST_F(etTestInput, relative_motion_grab)
{
Ecore_Wl2_Window *wlwin = NULL;
@@
-1758,6
+1759,7
@@
TEST_F(etTestInput, relative_motion_grab_invalid_parameter)
ASSERT_EQ(etRunner::get().verifyTC(testCaseName, testName), EINA_TRUE);
}
+#endif //RELATIVE_MOTION_GRAB_MERGED
#ifndef DISABLE_GESTURE_TESTS
TEST_F(etTestInput, gesture_tap22)