os/graphics/windowing/windowserver/test/t_ratelimiter/scripts/graphics-wserv-ratelimiter-test.script
Update contrib.
2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
16 /////////////////////////////////////////////////////////////////////
17 // graphics-wserv-ratelimiter-test.script
19 // Tests the rate limiter
21 // The test is fully automated.
22 /////////////////////////////////////////////////////////////////////
24 LOAD_SUITE t_wservratelimitertestserver
27 START_TESTCASE GRAPHICS-WSERV-2095-0014
28 //!@SYMTestCaseID GRAPHICS-WSERV-2095-0014
30 //!@SYMTestCaseDesc Running a CRP animation on both screens both at different rates
31 //!@SYMTestActions Run CRP animation on both screens
32 //!@SYMTestStatus Implemented
34 //!@SYMTestExpectedResults CRP animation occurs at different rates on both screens.
36 RUN_TEST_STEP 100 t_wservratelimitertestserver T_WServRateLimiterTestStep graphics_wserv_ratelimiter.ini graphics-wserv-ratelimiter-0001
37 END_TESTCASE GRAPHICS-WSERV-2095-0014