X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-Button.cpp;h=73067bb638f382c10171ae919276abac4e3edbd3;hb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;hp=e9c092d69d64e497b795dad75d4a3786df50ca3c;hpb=355b07da307ea8864663146b4b0e09dfd04a51c4;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 +}