testexecfw/tef/test/regressiontest/testblock/testdata/scripts/te_regblocktestsuite.script
author Johnson Ma <johnson.ma@nokia.com>
Mon, 08 Mar 2010 15:03:44 +0800
changeset 0 3e07fef1e154
permissions -rw-r--r--
Initial EPL Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     1
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     2
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     3
// All rights reserved.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     4
// This component and the accompanying materials are made available
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     5
// under the terms of "Eclipse Public License v1.0"
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     6
// which accompanies this distribution, and is available
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     8
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     9
// Initial Contributors:
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    10
// Nokia Corporation - initial contribution.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    11
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    12
// Contributors:
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    13
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    14
// Description: 
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    15
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    16
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    17
PREFIX RUN_UTILS
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    18
MkDir ${SYSDRIVE}\testdata\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    19
MkDir ${SYSDRIVE}\testdata\scripts\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    20
MkDir ${SYSDRIVE}\testdata\configs\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    21
CopyFile z:\testdata\scripts\dt-tef-testblock-*.script	${SYSDRIVE}\testdata\scripts\dt-tef-testblock-*.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    22
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    23
CopyFile z:\testdata\configs\te_RegBlockTestSuite.ini	${SYSDRIVE}\testdata\configs\te_regblocktestsuite.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    24
CopyFile z:\testdata\configs\file.txt	${SYSDRIVE}\testdata\configs\file.txt
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    25
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    26
MakeReadWrite ${SYSDRIVE}\testdata\configs\te_RegBlockTestSuite.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    27
REMOVE_PREFIX 
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    28
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    29
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0001.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    30
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0002.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    31
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0003.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    32
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0004.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    33
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0005.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    34
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0006.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    35
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0007.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    36
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0008.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    37
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0009.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    38
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0010.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    39
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0011.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    40
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0012.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    41
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0013.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    42
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0014.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    43
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0015.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    44
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0016.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    45
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0017.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    46
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0018.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    47
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0019.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    48
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0020.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    49
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0021.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    50
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0022.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    51
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0023.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    52
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0024.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    53
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0025.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    54
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0026.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    55
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0027.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    56
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0028.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    57
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0029.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    58
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0030.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    59
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0031.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    60
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0032.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    61
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0033.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    62
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0034.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    63
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0035.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    64
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0036.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    65
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0037.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    66
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0038.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    67
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0039.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    68
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0040.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    69
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0041.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    70
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0042.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    71
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0043.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    72
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0044.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    73
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0045.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    74
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0046.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    75
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0047.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    76
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0048.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    77
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0049.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    78
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0050.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    79
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0051.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    80
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0052.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    81
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0053.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    82
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0054.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    83
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0055.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    84
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0056.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    85
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0057.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    86
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0058.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    87
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0059.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    88
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0060.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    89
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0061.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    90
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0062.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    91
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0063.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    92
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0064.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    93
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0065.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    94
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0066.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    95
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0067.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    96
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0068.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    97
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0069.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    98
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0070.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    99
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0071.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   100
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0072.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   101
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0073.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   102
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0074.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   103
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0075.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   104
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0076.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   105
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0077.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   106
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0078.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   107
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0079.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   108
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0080.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   109
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0081.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   110
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0082.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   111
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0083.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   112
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0084.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   113
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0085.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   114
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0086.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   115
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0087.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   116
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0088.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   117
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0089.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   118
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0090.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   119
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0091.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   120
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0092.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   121
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0093.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   122
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0094.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   123
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0095.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   124
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0096.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   125
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0097.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   126
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0098.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   127
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0099.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   128
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0100.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   129
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0101.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   130
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0102.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   131
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0103.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   132
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0104.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   133
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0105.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   134
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0106.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   135
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0107.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   136
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0108.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   137
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0109.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   138
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0110.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   139
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0111.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   140
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0112.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   141
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0113.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   142
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0114.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   143
RUN_SCRIPT ${SYSDRIVE}\testdata\scripts\dt-tef-testblock-0115.script