0010_splash: Remove ASSERT_VIS_ON 41/321641/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 26 Mar 2025 04:07:47 +0000 (13:07 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 26 Mar 2025 04:11:00 +0000 (13:11 +0900)
ASSERT_VIS_ON was accidentally added by the following commit.

commit d8625836fb8bb5fa32a375f29631f8a19f888857
Author: Junseok, Kim <juns.kim@samsung.com>
Date:   Fri Jan 4 16:29:32 2019 +0900

 e_test_event: supporting multiple event

Change-Id: Ief590eef9e381abf32152fe25f62caa020fc20af

src/testcase/0010_splash.cpp

index 1b8ffbcac498952130015254e5d201cbd5360d66..d68059a61f74022f998edac39ce44e02828e9c06 100644 (file)
@@ -48,7 +48,6 @@ TEST_F(etTestSplash, splash_edc)
 
    etTCResult initRes = initTC((char*)path_edc, SPLASH_TYPE_EDC);
    ASSERT_TRUE(initRes.result()) << initRes.description();
-   ASSERT_VIS_ON(tw);
 
    // find Launchscreen from toplv windows
    list = etRunner::get().getWinInfoList();
@@ -75,7 +74,6 @@ TEST_F(etTestSplash, splash_img)
 
    etTCResult initRes = initTC((char*)path_img, SPLASH_TYPE_IMG);
    ASSERT_TRUE(initRes.result()) << initRes.description();
-   ASSERT_VIS_ON(tw);
 
    // find Launchscreen from toplv windows
    list = etRunner::get().getWinInfoList();