From ea3acc2d51380bd70ebe63cf121bcaa8d423b340 Mon Sep 17 00:00:00 2001 From: "joogab.yun" Date: Fri, 15 Jul 2022 16:03:54 +0900 Subject: [PATCH] Put the time in TestGenerateTap() dependency : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/277923/ Change-Id: I7b2378fa34de4aaa3f43cbfdb58998534308a833 --- automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp b/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp index f24108c..f762e8d 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp @@ -2701,14 +2701,14 @@ int utcDaliTextFieldEvent03(void) application.Render(); // Tap first to get the focus. - TestGenerateTap(application, 3.0f, 25.0f); + TestGenerateTap(application, 3.0f, 25.0f, 100); // Render and notify application.SendNotification(); application.Render(); // Double tap to select a word. - TestGenerateTap(application, 3.0f, 25.0f); + TestGenerateTap(application, 3.0f, 25.0f, 200); // Render and notify application.SendNotification(); -- 2.7.4