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.
     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:
    15 //
    16 //! @file
    17 //! @SYMTestCaseID		API-APPFWK-T_MstrStep_doMenuL-0001
    18 //! @SYMTestCaseDesc 		Tests data type storage
    19 //! @SYMTestPriority 		High
    20 //! @SYMTestStatus 		3. Released
    21 //! @SYMTestActions  		The test creates a storage manager object, which is filled with some mapings.
    22 //!				The first thing to verify is the correct insertion of these mappings, checking the type, uid
    23 //!				and priority. Then the mappings are stored in an INI file, and restored from there to a new 
    24 //!				storage manager object. The test checks that this new object is correct and equal to the
    25 //!				previous one. The test also tries to find a non-existing app mapping, which gives a 0 Uid.
    26 //!				API Calls:	
    27 //!				CTypeStoreManager::NewL(RFs& aFs);
    28 //!				CTypeStoreManager::InsertDataMappingL(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid);
    29 //!				CTypeStoreManager::DeleteDataMapping(const TDataType& aDataType);
    30 //!				CTypeStoreManager::GetAppByDataType(const TDataType& aDataType, TUid& aUid) const;
    31 //!				CTypeStoreManager::StoreL();
    32 //!				CTypeStoreManager::ReStoreL();
    33 //! @SYMTestExpectedResults 	Test should complete without any panic.
    34 
    35 START_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001
    36 
    37 PRINT Run T_Mstr Emime test
    38 //
    39 LOAD_SUITE TEmimeTestServer
    40 RUN_TEST_STEP 100 TEmimeTestServer T_Mstr
    41 
    42 END_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001