messagingapp/msgappfw/plugins/msgplugin/tsrc/conf/test_plugin.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:35:48 +0300
changeset 34 84197e66a4bd
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* ==============================================================================
*  Name        : test_plugin.cfg
*  Part of     : plugin / test_plugin
*  Description : plugin related test cases
*  Version:    : % version:1 %
*
*  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.
*
* ============================================================================
*/

[Test]
title 1. CreateCcsPluginL
create test_plugin testplugin
testplugin CreateCcsPluginL 
delete testplugin
[Endtest] 


[Test]
title 2. CreateCCsMsgL
create test_plugin testplugin
testplugin CreateCCsMsgL 
delete testplugin 
[Endtest]


[Test]
title 3. CacheFromCcsPluginL
create  test_plugin testplugin
testplugin CacheFromCcsPluginL
delete testplugin
[Endtest] 

[Test]
title 4. SmsMsgPluginValidationL
create test_plugin testplugin
testplugin SmsMsgPluginValidationL 
delete testplugin 
[Endtest] 


[Test]
title 5. SendCcsMessageL
create test_plugin testplugin
testplugin SendCcsMessageL 
delete testplugin 
[Endtest] 


[Test]
title 6. MmsMsgPluginValidationL 
create test_plugin testplugin
testplugin MmsMsgPluginValidationL 
delete testplugin 
[Endtest] 

[Test]
title 7. BioMsgPluginValidationL
create test_plugin testplugin
testplugin BioMsgPluginValidationL 
delete testplugin 
[Endtest]