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
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();
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();