0009_input: Add ecore_wl2_window_popup_input_get() TC 62/314162/4
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 8 Jul 2024 02:57:31 +0000 (11:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 8 Jul 2024 04:19:59 +0000 (13:19 +0900)
Change-Id: Icc98b4972b1ff01f28613bc057cbf434f6e3dec0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/testcase/0009_input.cpp

index 39bec1ab122f759dd7f8a3b7051c6722ea54e2a2..31b42c661a6206edebe460f6a64abf57895f5279 100644 (file)
@@ -1459,6 +1459,14 @@ TEST_F(etTestInput, window_popup_input_set_null_input)
    ASSERT_EQ(etRunner::get().verifyTC(testCaseName, testName), EINA_TRUE);
 }
 
+TEST_F(etTestInput, window_popup_input_get_null_window)
+{
+   Ecore_Wl2_Input *input;
+
+   input = ecore_wl2_window_popup_input_get(NULL);
+   ASSERT_EQ(input, nullptr);
+}
+
 #ifndef DISABLE_GESTURE_TESTS
 TEST_F(etTestInput, gesture_tap22)
 {