os/graphics/windowing/windowserver/test/tscreenconstruct/scripts/graphics-wserv-screenconstruct-screenconstruct.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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-screenconstruct-screenconstruct.script
    18 //
    19 // Tests parameters in wsini.ini and epoc.ini on screen construction
    20 //
    21 // The test is fully automated.
    22 /////////////////////////////////////////////////////////////////////
    23 
    24 LOAD_SUITE	twservscreenconstructserver
    25 DELAY		5000
    26 
    27 START_TESTCASE GRAPHICS-WSERV-0479
    28 //!@SYMTestCaseID			GRAPHICS-WSERV-0479
    29 //!@SYMPREQ				1841
    30 //!@SYMTestCaseDesc			Screen construction from epoc.ini and wsini.ini			
    31 //!@SYMTestActions			Tests parameters in wsini.ini and epoc.ini on screen construction
    32 //!@SYMTestStatus			Implemented
    33 //!@SYMTestPriority			2
    34 //!@SYMTestExpectedResults		Screen is constructed
    35 //!@SYMTestType				CT
    36 
    37 RUN_TEST_STEP 100	twservscreenconstructserver TWServScreenConstructStepLoad
    38 END_TESTCASE GRAPHICS-WSERV-0479
    39