os/persistentdata/persistentstorage/sql/TEST/testexecute/SQLite/scripts/collation.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2006-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 // @file
    15 // 
    16 //
    17 
    18 //! @SYMTestSuiteName PDS-TEF-SQL-SUITE
    19 //! @SYMScriptTestEnvironment TEF
    20 //! @internalComponent
    21 //! @test
    22 
    23 PRINT Run SQL Tests
    24 
    25 LOAD_SUITE te_SQL_Suite
    26 
    27 RUN_UTILS MkDir c:\private\
    28 RUN_UTILS MkDir c:\private\102827c7\
    29 RUN_UTILS MkDir c:\private\10281e17\
    30 
    31 RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    32 
    33 START_TESTCASE SYSLIB-SQL-CIT-1833
    34 //! @SYMTestCaseID    SYSLIB-SQL-CIT-1833
    35 //! @SYMTestCaseDesc  Manual test that checks that when the locale is changed the collation changes
    36 //! @SYMTestPriority  High
    37 //! @SYMTestActions   See description and the config file.
    38 //! @SYMTestExpectedResults
    39 //!                  The test looks for errors and content
    40 //!                  within the database. If these are not seen test errors
    41 //!                  will be generated.
    42 //!                  
    43 //! @SYMREQ           REQ5907
    44 
    45 	RUN_TEST_STEP 100 te_SQL_Suite CSQLDDT z:\TEF_SQL\collation.ini collation1
    46 	RUN_TEST_STEP 100 te_SQL_Suite CSQLDDT z:\TEF_SQL\collation.ini collation2
    47 	RUN_TEST_STEP 100 te_SQL_Suite CSQLCDT z:\TEF_SQL\collation.ini collation3
    48 
    49 	RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    50 END_TESTCASE SYSLIB-SQL-CIT-1833
    51 
    52 RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    53 
    54 //cleanup
    55 RUN_UTILS DeleteDirectory c:\private\102827c7\
    56 
    57 
    58 
    59 
    60 
    61