testexecfw/tef/test/regressiontest/testblock/testdata/scripts/dt-tef-testblock-0066.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
LOAD_SERVER te_RegBlockTestSuite 
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    18
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    19
START_TESTCASE DT-TEF-TestBlock-0066
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    20
//! @SYMTestCaseID          DT-TEF-TestBlock-0066
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    21
//! @SYMCreationDate        03-07-2008
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    22
//! @SYMAuthor              DavidZhang
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    23
//! @SYMTestType            CT
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    24
//! @SYMTestPriority        Medium
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    25
//! @SYMTestCaseDesc        Test that has a test block that calls a big number of commands.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    26
//! @SYMTestExpectedResults The test completes without errors.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    27
//! @SYMTestActions         Create a valid START_TEST_BLOCK with appropriate parameters, and a
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    28
//!                         corresponding END_TEST_BLOCK keyword. Enter a lot of valid commands into the
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    29
//!                         block, i.e. attempt to create 200 objects and to perform 200 commands. The
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    30
//!                         contents of the block should be valid.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    31
	START_TEST_BLOCK	te_RegBlockTestSuite 100 ${SYSDRIVE}\testdata\configs\te_RegBlockTestSuite.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    32
		CREATE_OBJECT	te_RegBlockTestWrapper	TestCase014_obj
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    33
		COMMAND		TestCase014_obj			New				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    34
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    35
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    36
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    37
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    38
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    39
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    40
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    41
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    42
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    43
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    44
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    45
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    46
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    47
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    48
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    49
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    50
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    51
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    52
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    53
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    54
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    55
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    56
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    57
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    58
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    59
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    60
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    61
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    62
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    63
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    64
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    65
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    66
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    67
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    68
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    69
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    70
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    71
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    72
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    73
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    74
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    75
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    76
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    77
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    78
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    79
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    80
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    81
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    82
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    83
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    84
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    85
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    86
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    87
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    88
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    89
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    90
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    91
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    92
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    93
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    94
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    95
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    96
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    97
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    98
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    99
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   100
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   101
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   102
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   103
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   104
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   105
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   106
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   107
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   108
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   109
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   110
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   111
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   112
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   113
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   114
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   115
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   116
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   117
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   118
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   119
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   120
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   121
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   122
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   123
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   124
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   125
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   126
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   127
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   128
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   129
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   130
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   131
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   132
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   133
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   134
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   135
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   136
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   137
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   138
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   139
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   140
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   141
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   142
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   143
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   144
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   145
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   146
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   147
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   148
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   149
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   150
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   151
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   152
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   153
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   154
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   155
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   156
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   157
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   158
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   159
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   160
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   161
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   162
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   163
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   164
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   165
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   166
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   167
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   168
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   169
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   170
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   171
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   172
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   173
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   174
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   175
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   176
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   177
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   178
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   179
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   180
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   181
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   182
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   183
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   184
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   185
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   186
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   187
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   188
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   189
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   190
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   191
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   192
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   193
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   194
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   195
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   196
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   197
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   198
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   199
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   200
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   201
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   202
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   203
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   204
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   205
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   206
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   207
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   208
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   209
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   210
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   211
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   212
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   213
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   214
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   215
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   216
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   217
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   218
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   219
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   220
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   221
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   222
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   223
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   224
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   225
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   226
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   227
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   228
		COMMAND		TestCase014_obj			GetDataObject			TestCase014_obj_value2
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   229
		COMMAND		TestCase014_obj			Modify				TestCase014_obj_value1
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   230
	END_TEST_BLOCK
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
   231
END_TESTCASE DT-TEF-TestBlock-0066