os/persistentdata/persistentstorage/sql/TEST/testexecute/SQLite/scripts/collation.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sql/TEST/testexecute/SQLite/scripts/collation.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// @file
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +//! @SYMTestSuiteName PDS-TEF-SQL-SUITE
    1.22 +//! @SYMScriptTestEnvironment TEF
    1.23 +//! @internalComponent
    1.24 +//! @test
    1.25 +
    1.26 +PRINT Run SQL Tests
    1.27 +
    1.28 +LOAD_SUITE te_SQL_Suite
    1.29 +
    1.30 +RUN_UTILS MkDir c:\private\
    1.31 +RUN_UTILS MkDir c:\private\102827c7\
    1.32 +RUN_UTILS MkDir c:\private\10281e17\
    1.33 +
    1.34 +RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    1.35 +
    1.36 +START_TESTCASE SYSLIB-SQL-CIT-1833
    1.37 +//! @SYMTestCaseID    SYSLIB-SQL-CIT-1833
    1.38 +//! @SYMTestCaseDesc  Manual test that checks that when the locale is changed the collation changes
    1.39 +//! @SYMTestPriority  High
    1.40 +//! @SYMTestActions   See description and the config file.
    1.41 +//! @SYMTestExpectedResults
    1.42 +//!                  The test looks for errors and content
    1.43 +//!                  within the database. If these are not seen test errors
    1.44 +//!                  will be generated.
    1.45 +//!                  
    1.46 +//! @SYMREQ           REQ5907
    1.47 +
    1.48 +	RUN_TEST_STEP 100 te_SQL_Suite CSQLDDT z:\TEF_SQL\collation.ini collation1
    1.49 +	RUN_TEST_STEP 100 te_SQL_Suite CSQLDDT z:\TEF_SQL\collation.ini collation2
    1.50 +	RUN_TEST_STEP 100 te_SQL_Suite CSQLCDT z:\TEF_SQL\collation.ini collation3
    1.51 +
    1.52 +	RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    1.53 +END_TESTCASE SYSLIB-SQL-CIT-1833
    1.54 +
    1.55 +RUN_UTILS DeleteFile c:\private\10281e17\[102827c7]coll.db
    1.56 +
    1.57 +//cleanup
    1.58 +RUN_UTILS DeleteDirectory c:\private\102827c7\
    1.59 +
    1.60 +
    1.61 +
    1.62 +
    1.63 +
    1.64 +