diff -r 000000000000 -r 8e480a14352b messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.script Mon Jan 18 20:36:02 2010 +0200 @@ -0,0 +1,48 @@ +// +// 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 "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: +// + + +//! @file +//! @SYMTestCaseID CM-SENDAS-CIT-0010-HP +//! @SYMTestCaseDesc Check SendAs API to set the subject field for SMS, where the subject field is not supported by the message type +//! @SYMFssID +//! @SYMTestStatus Defined +//! @SYMTestPriority High +//! @SYMTestActions +//! @SYMTestExpectedResults An SMS message is created in the Drafts folder. Setting of subject field fails with KErrNotSupported +//! @SYMTestType CIT + +RUN_UTILS DeleteFile c:\messaging.db +LOAD_SUITE MessagingTestServer -SharedData + +PREFIX RUN_TEST_STEP 1000 MessagingTestServer +BEGIN_TEST_CASE +SETUP_TEST_CASE +GetBaseConstants c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini GetBaseConstants +CreateSession c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini CreateSession +ResetMessageStore c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini ResetMessageStore +CreateRegistry c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini CreateRegistry +CreateSmsService c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini CreateSmsService +CheckChildrenCount c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini ChkChildrenCountDraft0 +EXECUTE_TEST_CASE +ConnectSendAsServer c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini ConnectSendAsServer +GetSmsConstants c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini GetSmsConstants +SendAsCreateMessageofType c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini CreateMessageofType +SendAsSetSubject c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini SendAsSetSubject +SendAsSaveMessageAndClose c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini SendAsSaveMessageAndClose +CloseSendAsServerConnection c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0010-SetSubjectNotSupported.ini CloseSvrConnection +CHECK_POSTCONDITIONS +END_TEST_CASE \ No newline at end of file