os/textandloc/charconvfw/charconvplugins/test/rtest/tsrc/main/T_All.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.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
sl@0
    17
PRINT Run All t_charconvpluginserver tests
sl@0
    18
//
sl@0
    19
LOAD_SUITE t_charconvpluginserver
sl@0
    20
RUN_TEST_STEP 200 t_charconvpluginserver T_BIG5
sl@0
    21
RUN_TEST_STEP 200 t_charconvpluginserver T_CP949
sl@0
    22
RUN_TEST_STEP 200 t_charconvpluginserver T_AUTODETECT
sl@0
    23
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1250
sl@0
    24
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1251
sl@0
    25
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1253
sl@0
    26
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1254
sl@0
    27
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1255
sl@0
    28
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1256
sl@0
    29
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1257
sl@0
    30
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN1258
sl@0
    31
RUN_TEST_STEP 200 t_charconvpluginserver T_WIN874
sl@0
    32
RUN_TEST_STEP 200 t_charconvpluginserver T_UCS2
sl@0
    33
RUN_TEST_STEP 200 t_charconvpluginserver T_TURKISHSINGLE
sl@0
    34
RUN_TEST_STEP 200 t_charconvpluginserver T_TURKISHLOCKINGSINGLE
sl@0
    35
RUN_TEST_STEP 200 t_charconvpluginserver T_TURKISHLOCKING
sl@0
    36
RUN_TEST_STEP 200 t_charconvpluginserver T_TIS_620
sl@0
    37
RUN_TEST_STEP 200 t_charconvpluginserver T_SPANISHGSMSINGLE
sl@0
    38
RUN_TEST_STEP 200 t_charconvpluginserver T_SNM
sl@0
    39
RUN_TEST_STEP 200 t_charconvpluginserver T_REPLACEMENT
sl@0
    40
RUN_TEST_STEP 200 t_charconvpluginserver T_PORTUGUESELOCKINGSINGLE
sl@0
    41
RUN_TEST_STEP 200 t_charconvpluginserver T_PORTUGUESELOCKING
sl@0
    42
RUN_TEST_STEP 200 t_charconvpluginserver T_PORTUGUESESINGLE
sl@0
    43
RUN_TEST_STEP 200 t_charconvpluginserver T_ISO8859X
sl@0
    44
RUN_TEST_STEP 200 t_charconvpluginserver T_ISCII
sl@0
    45
RUN_TEST_STEP 200 t_charconvpluginserver T_GB2312
sl@0
    46
RUN_TEST_STEP 200 t_charconvpluginserver T_GBK
sl@0
    47
RUN_TEST_STEP 200 t_charconvpluginserver T_HZ
sl@0
    48
RUN_TEST_STEP 200 t_charconvpluginserver T_EXTENDEDSMS
sl@0
    49
RUN_TEST_STEP 200 t_charconvpluginserver T_KOI8R
sl@0
    50
RUN_TEST_STEP 200 t_charconvpluginserver T_KOI8U
sl@0
    51
RUN_TEST_STEP 200 t_charconvpluginserver T_GB18030
sl@0
    52
RUN_TEST_STEP 200 t_charconvpluginserver T_MULTI_PLUGINS
sl@0
    53
RUN_TEST_STEP 200 t_charconvpluginserver T_JIS
sl@0
    54
RUN_TEST_STEP 200 t_charconvpluginserver T_BUILTIN
sl@0
    55
RUN_TEST_STEP 200 t_charconvpluginserver T_J5_KDDIAU
sl@0
    56
RUN_TEST_STEP 200 t_charconvpluginserver T_J5_DOCOMO
sl@0
    57
//RUN_TEST_STEP 200 t_charconvpluginserver T_EUCJPDIRECTMAP
sl@0
    58
//RUN_TEST_STEP 200 t_charconvpluginserver T_SHIFTJISDIRECTMAP
sl@0
    59
RUN_TEST_STEP 200 t_charconvpluginserver T_EUCJP_PACKED
sl@0
    60
//RUN_TEST_STEP 200 t_charconvpluginserver T_EUCJP_PACKED_2
sl@0
    61
RUN_TEST_STEP 200 t_charconvpluginserver T_ISO2022JP
sl@0
    62
//RUN_TEST_STEP 200 t_charconvpluginserver T_ISO2022JP_2
sl@0
    63
//RUN_TEST_STEP 200 t_charconvpluginserver T_ISO2022JP1_2
sl@0
    64
RUN_TEST_STEP 200 t_charconvpluginserver T_SHIFTJIS_KDDIAU
sl@0
    65
RUN_TEST_STEP 200 t_charconvpluginserver T_SHIFTJIS_DOCOMO
sl@0
    66
sl@0
    67