secureswitools/swisistools/test/tinterpretsisinteg/scripts/api-inst-testcase-interpretsis-05.script
changeset 25 98b66e4fb0be
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 //
       
    16 PRINT Device supported language tests
       
    17 
       
    18 // Load Suite
       
    19 LOAD_SUITE tscr -SharedData
       
    20 SHARED_DATA z:\tusif\tscr\tscr.ini shared_data
       
    21 LOAD_SUITE tSisRegistryTest
       
    22 LOAD_SUITE tscrapparc
       
    23 
       
    24 
       
    25 //////////////////////////////////////////////////////////////////////////////////////////////
       
    26 //! @SYMTestCaseID 		API-INST-testcase-InterpretSIS-05
       
    27 //! @SYMTestCaseDesc 		Verify SCR for All positive scenario.
       
    28 //! @SYMPREQ  			PREQ1835
       
    29 //! @SYMTestStatus		Released
       
    30 //! @SYMTestPriority 		High
       
    31 //! @SYMTestActions 		Check SCR for All positive scenario.
       
    32 //! @SYMTestExpectedResults 	App info should be as expected in the database.
       
    33 //! @SYMTestType		CIT
       
    34 //////////////////////////////////////////////////////////////////////////////////////////////
       
    35 
       
    36 
       
    37 
       
    38 START_TESTCASE API-INST-testcase-InterpretSIS-05
       
    39 
       
    40 RUN_TEST_STEP 100 tSisRegistryTest ChangeLocale c:\tswi\tinterpretsisinteg\scripts\ini.ini langauge_to_english
       
    41 RUN_TEST_STEP 100 tscrapparc ScrGetApplicationRegistrationView c:\tswi\tinterpretsisinteg\scripts\ini.ini ApplicationRegistrationData_MultipleApp_Locale
       
    42 
       
    43 // Delete the SCR Database file
       
    44 RUN_TEST_STEP 100 tscr SCRDeleteDbFile c:\tswi\tinterpretsisinteg\scripts\ini.ini db_file 
       
    45 
       
    46 END_TESTCASE API-INST-testcase-InterpretSIS-05