0013_iconic_state: fix build break 11/275111/1
authorJunseok Kim <juns.kim@samsung.com>
Tue, 17 May 2022 01:41:53 +0000 (10:41 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Tue, 17 May 2022 01:41:53 +0000 (10:41 +0900)
Change-Id: Iad8e2b41ea9d86bb8e1c9590422b16b3e2ccb7d4

src/testcase/0013_iconic_state.cpp

index 803dda7e71203c94338a5358e48c76971d99fa4d..0bceb42732b29efa6b882e00b78d104689373d39 100644 (file)
@@ -787,7 +787,7 @@ TEST_F(etTestIconicState, iconify_by_transient_for_fully_obscured)
    ASSERT_ICONIFIED_BY_CLIENT(tw_blue);
 
    // maximize and raise tw_green to obscure other windows
-   tw_green->maximize();
+   elm_win_aux_hint_add(tw_green->elm_win, "wm.policy.win.user.geometry", "0");
    res = etRunner::get().setWinStack(tw_green, NULL, EINA_TRUE);
    ASSERT_TRUE(res);
    ASSERT_EVENT(tw_green, E_TC_EVENT_TYPE_STACK_RAISE);
@@ -858,7 +858,7 @@ TEST_F(etTestIconicState, iconify_by_transient_for_unobscured)
    ASSERT_ICONIFIED_BY_CLIENT(tw_blue);
 
    // maximize and raise tw_green to obscure other windows
-   tw_green->maximize();
+   elm_win_aux_hint_add(tw_green->elm_win, "wm.policy.win.user.geometry", "0");
    res = etRunner::get().setWinStack(tw_green, NULL, EINA_TRUE);
    ASSERT_TRUE(res);
    ASSERT_EVENT(tw_green, E_TC_EVENT_TYPE_STACK_RAISE);