messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testunieditorsmsplugin/inc/testunieditorsmsplugin.ini
changeset 70 a15d9966050f
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
       
     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: Input data Set File for TestUnieditorSMSPlugin test cases
       
    15  */
       
    16 
       
    17 const char TEST_MSG_BODY[]        = "TestTextE_1_1";
       
    18 const char TEST_MSG_FROM1[]       = "+44111111111";
       
    19 const char SERVICE_CENTER_01[]    = "+447802000332";
       
    20 const char SERVICE_CENTER_02[]    = "+919845087001";
       
    21 const char TEST_MSG_ALIAS1[]      = "Javaid Nabi";
       
    22 const char TEST_MSG_SUBJECT[]     = "Message Subject";
       
    23 const char TEST_TEXT_ATTACHMENT[]		= "c:\\data\\TestUnieditorSMSPluginSample.txt";
       
    24 const char TEST_VCAL_ATTACHMENT[]		= "c:\\data\\TestUnieditorSMSPluginSample.vcs";
       
    25 const char TEST_VCARD_ATTACHMENT[]		= "c:\\data\\TestUnieditorSMSPluginSample.vcf";
       
    26 const char TEST_MSG_TO1[]       = "SS<+44111111111>";
       
    27 const char TEST_MSG_TO2[]       = "+44111111111";
       
    28 const char TEST_MSG_TO3[]       = "test@test.com";
       
    29 
       
    30 const TInt KDefDeliveryReport = 1;
       
    31 const TInt KDefValidityPeriod = 1440;
       
    32 const TInt KDefMessageConversion = 0;
       
    33 const TInt KDefPreferredConnection = 3;
       
    34 const TInt KDefReplyViaSameCentre = 0;
       
    35 
       
    36 _LIT( KSmsService,         "Sms Service" );