|
1 // |
|
2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 // All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // |
|
16 |
|
17 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_1_1_SendSingleSMS.script |
|
18 // Establishes that the TSY can send a straight SMS. |
|
19 // Ensures that the current SMS code has not been broken, with the addition of the EMAIL over SMS code. |
|
20 |
|
21 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_1_2_ReceiveSingleSMS.script |
|
22 // Establishes that the TSY can receive a straight SMS. |
|
23 // Ensures that the current SMS code has not been broken, with the addition of the EMAIL over SMS code. |
|
24 |
|
25 |
|
26 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_2_1_SendMOTestAddressForm1.script |
|
27 // Send an email of the form "user@domain1.domain2" |
|
28 |
|
29 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_2_2_SendMOTestAddressForm2.script |
|
30 // Send an email of the form "User name<user@domain1.domain2>" |
|
31 |
|
32 |
|
33 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_3_1_ReceiveMTTestAddressForm1.script |
|
34 // Receive an email off the form "user@domain1.domain2" |
|
35 // Checks that the code breaks down correctly the header into the email addess and messages. |
|
36 |
|
37 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_3_2_ReceiveMTTestAddressForm2.script |
|
38 // Receive an email off the form "User name<user@domain1.domain2>" |
|
39 // Checks that the code breaks down correctly the header into the email addess and messages. |
|
40 |
|
41 |
|
42 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_4_1_SubjectForm1.script |
|
43 // Check that the subject is broken out correcty from |
|
44 // "User Name<user@domain1.domain2> (Subject)message" |
|
45 |
|
46 RUN_SCRIPT c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSMS\EOS_4_2_SubjectForm2.script |
|
47 // Check that the subject is broken out correcty from |
|
48 // "user@domain1.domain2 ##Subject#message" |