X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-Button.cpp;h=73067bb638f382c10171ae919276abac4e3edbd3;hp=e9c092d69d64e497b795dad75d4a3786df50ca3c;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=c295a64b88c2cbbdd30543afe2464060de7816fd diff --git a/automated-tests/src/dali-toolkit/utc-Dali-Button.cpp b/automated-tests/src/dali-toolkit/utc-Dali-Button.cpp index e9c092d..73067bb 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-Button.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-Button.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,8 +48,6 @@ namespace static bool gIsCalledButtonCallback = false; static bool gIsCalledChildButtonCallback = false; -const int RENDER_FRAME_INTERVAL = 16; - static bool ButtonCallback( Button button ) { gIsCalledButtonCallback = true; @@ -1141,4 +1139,4 @@ int UtcDaliButtonMultiTouch(void) DALI_TEST_EQUALS( gIsCalledButtonCallback, true, TEST_LOCATION ); END_TEST; -} \ No newline at end of file +}