[Tizen] Fixed an issue where the multi-tap did not work properly. 77/267477/1
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 18 May 2021 08:16:25 +0000 (17:16 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 6 Dec 2021 05:45:30 +0000 (14:45 +0900)
(https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/258466/)

Due to this bug, using multi-tap in automated-tests worked fine.

Modify not to be multi-tap.

Change-Id: I459520faf346da7aa380773ebf04c6b85c3e4e87

automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp

index 9d65f2e..2d3cda0 100644 (file)
@@ -1595,7 +1595,7 @@ int utcDaliTextFieldInputStyleChanged02(void)
   DALI_TEST_CHECK( !inputStyleChangedSignal );
 
   // Create a tap event to touch the text field.
-  TestGenerateTap( application, 63.0f, 25.0f, 300 );
+  TestGenerateTap( application, 63.0f, 25.0f, 700 );
 
   // Render and notify
   application.SendNotification();