windowing/windowserver/test/t_ratelimiter/scripts/graphics-wserv-ratelimiter-test.script
equal
deleted
inserted
replaced
|
1 // |
|
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". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // |
|
16 ///////////////////////////////////////////////////////////////////// |
|
17 // graphics-wserv-ratelimiter-test.script |
|
18 // |
|
19 // Tests the rate limiter |
|
20 // |
|
21 // The test is fully automated. |
|
22 ///////////////////////////////////////////////////////////////////// |
|
23 |
|
24 LOAD_SUITE t_wservratelimitertestserver |
|
25 DELAY 5000 |
|
26 |
|
27 START_TESTCASE GRAPHICS-WSERV-2095-0014 |
|
28 //!@SYMTestCaseID GRAPHICS-WSERV-2095-0014 |
|
29 //!@SYMPREQ 2095 |
|
30 //!@SYMTestCaseDesc Running a CRP animation on both screens both at different rates |
|
31 //!@SYMTestActions Run CRP animation on both screens |
|
32 //!@SYMTestStatus Implemented |
|
33 //!@SYMTestPriority 2 |
|
34 //!@SYMTestExpectedResults CRP animation occurs at different rates on both screens. |
|
35 //!@SYMTestType CT |
|
36 RUN_TEST_STEP 100 t_wservratelimitertestserver T_WServRateLimiterTestStep graphics_wserv_ratelimiter.ini graphics-wserv-ratelimiter-0001 |
|
37 END_TESTCASE GRAPHICS-WSERV-2095-0014 |