messagingapp/msgutils/convergedmessageutils/tsrc/testconvergedmessageutils/inc/testconvergedmessageutils.ini
changeset 44 36f374c67aa8
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
       
     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 TestConvergedMessageUtils test cases
       
    15  */
       
    16 
       
    17 const char TEST_MSG_BODY[]        = "TestTextE_1_2";
       
    18 const char TEST_MSG_SUBJECT[]     = "Message Subject";
       
    19 const char TEST_SENDER[]			= "+919860479112";
       
    20 const char TEST_ATTACHMENT[]		= "c:\\sample.txt";
       
    21 const char TEST_CC[]			= "DummyCCAddress";
       
    22 const char TEST_BCC[]			= "DummyBCCAddress";
       
    23 const char TEST_ALIAS[]			= "DummySenderAlias";
       
    24 
       
    25 //out put directory for test results.
       
    26 QString OUTPUTDIRECTORY = "c:/logs/TestConvergedMessageUtils";
       
    27 //o/p directory for data to be written on temp file.
       
    28 QString TEMPDIR = "c:/logs/TestConvergedMessageUtils/testdata";
       
    29 //test result O/P file name.
       
    30 QString RESULTFILE = "c:/logs/TestConvergedMessageUtils/result_%1.txt";
       
    31 // folder named UID3 of msgapptestsuite inside private folder.
       
    32 const QString PRIVATE_DIR("C:/private/E39cd515");