messagingapp/msgutils/unieditorutils/unieditorpluginloader/tsrc/testunieditorpluginloader/inc/testunieditorpluginloader.ini
author hgs
Tue, 31 Aug 2010 18:53:38 +0530
changeset 56 f42d9a78f435
permissions -rw-r--r--
201033_02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     1
/*
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     2
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     3
 * All rights reserved.
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     4
 * This component and the accompanying materials are made available
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     5
 * under the terms of "Eclipse Public License v1.0"
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     6
 * which accompanies this distribution, and is available
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     7
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     8
 *
f42d9a78f435 201033_02
hgs
parents:
diff changeset
     9
 * Initial Contributors:
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    10
 * Nokia Corporation - initial contribution.
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    11
 *
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    12
 * Contributors:
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    13
 * 
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    14
 * Description: Input data Set File for TestUnieditorPluginLoader test cases
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    15
 */
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    16
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    17
const char TEST_MSG_BODY[]        = "TestTextE_1_2";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    18
const char TEST_MSG_SUBJECT[]     = "Message Subject";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    19
const char TEST_SENDER[]			= "+919860479112";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    20
const char TEST_ATTACHMENT[]		= "c:\\data\\TestUnieditorPluginLoaderSample.txt";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    21
const char TEST_CC[]			= "DummyCCAddress";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    22
const char TEST_BCC[]			= "DummyBCCAddress";
f42d9a78f435 201033_02
hgs
parents:
diff changeset
    23
const char TEST_ALIAS[]			= "DummySenderAlias";