os/ossrv/genericservices/mimerecognitionfw/tef/scripts/emimetest_T_Mstr.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description:
sl@0
    15
//
sl@0
    16
//! @file
sl@0
    17
//! @SYMTestCaseID		API-APPFWK-T_MstrStep_doMenuL-0001
sl@0
    18
//! @SYMTestCaseDesc 		Tests data type storage
sl@0
    19
//! @SYMTestPriority 		High
sl@0
    20
//! @SYMTestStatus 		3. Released
sl@0
    21
//! @SYMTestActions  		The test creates a storage manager object, which is filled with some mapings.
sl@0
    22
//!				The first thing to verify is the correct insertion of these mappings, checking the type, uid
sl@0
    23
//!				and priority. Then the mappings are stored in an INI file, and restored from there to a new 
sl@0
    24
//!				storage manager object. The test checks that this new object is correct and equal to the
sl@0
    25
//!				previous one. The test also tries to find a non-existing app mapping, which gives a 0 Uid.
sl@0
    26
//!				API Calls:	
sl@0
    27
//!				CTypeStoreManager::NewL(RFs& aFs);
sl@0
    28
//!				CTypeStoreManager::InsertDataMappingL(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid);
sl@0
    29
//!				CTypeStoreManager::DeleteDataMapping(const TDataType& aDataType);
sl@0
    30
//!				CTypeStoreManager::GetAppByDataType(const TDataType& aDataType, TUid& aUid) const;
sl@0
    31
//!				CTypeStoreManager::StoreL();
sl@0
    32
//!				CTypeStoreManager::ReStoreL();
sl@0
    33
//! @SYMTestExpectedResults 	Test should complete without any panic.
sl@0
    34
sl@0
    35
START_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001
sl@0
    36
sl@0
    37
PRINT Run T_Mstr Emime test
sl@0
    38
//
sl@0
    39
LOAD_SUITE TEmimeTestServer
sl@0
    40
RUN_TEST_STEP 100 TEmimeTestServer T_Mstr
sl@0
    41
sl@0
    42
END_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001