diff -r 1972d8c2e329 -r 510c70acdbf6 adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/simatk/testfiles/simatk_displaytext_custom.cfg --- a/adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/simatk/testfiles/simatk_displaytext_custom.cfg Mon Nov 09 10:31:01 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,153 +0,0 @@ -//* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -//* All rights reserved. -//* This component and the accompanying materials are made available -//* under the terms of the License "Eclipse Public License v1.0" -//* which accompanies this distribution, and is available -//* at the URL "http://www.eclipse.org/legal/epl-v10.html". -//* -//* Initial Contributors: -//* Nokia Corporation - initial contribution. -//* -//* Contributors: -//* -//* Description: - - -// -// Precondition: -// - Detailed description can be found from Quality Center's Project: CoreSW_CASW/Module Tests/SIM ATK TSY/SimAtkTSY_testtool -// -// Script description: -// - -// Proactive command // -/////////////////////// - -// Priority (Default 1, Normal) -// 0 NotSet -// 1 Normal -// 2 High - -// ClearScreenTrigger (Default 2, UserClear) -// 0 NotSet -// 1 AfterDelay -// 2 UserClear - -// Text -// Enter the text inside the quotes or as unicode hex digits. Example: Text "abc" or Text 61 62 63 - -// Duration -// TimeUnit, unit used to encode the duration -// 0 TimeUnitNotSet. Initialization value used within constructor(s). -// 1 No duration has been provided. The ME should default to general beep. -// 2 The duration is expressed in minutes. -// 3 The duration is expressed in seconds. -// 4 The duration is expressed in tenths of seconds. -// NumOfUnits -// Valid range is 1 to 255 -// Example 10 minutes: Duration 2 10 - -// IconId -// IconQualifier -// 0 NotSet -// 1 NoIconId -// 2 SelfExplanatory -// 3 NotSelfExplanatory -// IconIdentifier -// Id number -// Example SelfExplanatory ID 5: IconId 2 5 - -// ImmediateRsp (Default 2, NoImmediateRsp) -// 0 NotSet -// 1 ImmediateRsp -// 2 NoImmediateRsp - - -// Terminal Response // -/////////////////////// - -// GeneralResult -// General result of the proactive command. Default command performed successfully. - -// AdditionalInfo -// Enter the text inside the quotes or as unicode hex digits - -// InfoType -// If the value of iGeneralResult requires additional information, -// set this to MeProblem (2). Otherwise set to -// NoAdditionalInfo (1). Default no additional info. - - -[Test] -title MOD_1009.001_SIM_ATK_TSY_[DISPLAY TEXT - With NULL text] - -create SimAtk simatk -create SimAtkNotify notify - -// open all -simatk Connect RTelServer -simatk Load PhoneTsy.tsy -simatk Open DefaultPhone -simatk Open SAT -simatk Open IscControl - -// Load ISC XML -file -simatk LoadIscTests SimAtk_DisplayText_custom.xml - -notify UseObjectAddress simatk ESatNotifyDisplayTextPCmd -simatk RunIscTestCase 1009 101 -waittestclass notify -simatk CheckProactiveCommand Priority 1 ClearScreenTrigger 2 Text "" ImmediateRsp 2 -simatk SendTerminalResponse -simatk WaitForRequest - -// close all -simatk Close IscControl -simatk Close SAT -simatk Unload PhoneTsy.tsy -simatk Close RTelServer -delete simatk -delete notify -[Endtest] - - -[Test] -title MOD_1009.002_SIM_ATK_TSY_[DISPLAY TEXT - With NULL text and not-self or self explanatory icon] - -create SimAtk simatk -create SimAtkNotify notify - -// open all -simatk Connect RTelServer -simatk Load PhoneTsy.tsy -simatk Open DefaultPhone -simatk Open SAT -simatk Open IscControl - -// Load ISC XML -file -simatk LoadIscTests SimAtk_DisplayText_custom.xml - -// With NULL text and not-self explanatory icon -notify UseObjectAddress simatk ESatNotifyDisplayTextPCmd -simatk RunIscTestCase 1009 201 -allownextresult -20 -waittestclass notify -simatk WaitForRequest - -// With NULL text and -self explanatory icon -notify UseObjectAddress simatk ESatNotifyDisplayTextPCmd -simatk RunIscTestCase 1009 202 -allownextresult -20 -waittestclass notify -simatk WaitForRequest - -// close all -simatk Close IscControl -simatk Close SAT -simatk Unload PhoneTsy.tsy -simatk Close RTelServer -delete simatk -delete notify -[Endtest] - -