sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: //! @file sl@0: //! @SYMTestCaseID API-APPFWK-T_MstrStep_doMenuL-0001 sl@0: //! @SYMTestCaseDesc Tests data type storage sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestStatus 3. Released sl@0: //! @SYMTestActions The test creates a storage manager object, which is filled with some mapings. sl@0: //! The first thing to verify is the correct insertion of these mappings, checking the type, uid sl@0: //! and priority. Then the mappings are stored in an INI file, and restored from there to a new sl@0: //! storage manager object. The test checks that this new object is correct and equal to the sl@0: //! previous one. The test also tries to find a non-existing app mapping, which gives a 0 Uid. sl@0: //! API Calls: sl@0: //! CTypeStoreManager::NewL(RFs& aFs); sl@0: //! CTypeStoreManager::InsertDataMappingL(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid); sl@0: //! CTypeStoreManager::DeleteDataMapping(const TDataType& aDataType); sl@0: //! CTypeStoreManager::GetAppByDataType(const TDataType& aDataType, TUid& aUid) const; sl@0: //! CTypeStoreManager::StoreL(); sl@0: //! CTypeStoreManager::ReStoreL(); sl@0: //! @SYMTestExpectedResults Test should complete without any panic. sl@0: sl@0: START_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001 sl@0: sl@0: PRINT Run T_Mstr Emime test sl@0: // sl@0: LOAD_SUITE TEmimeTestServer sl@0: RUN_TEST_STEP 100 TEmimeTestServer T_Mstr sl@0: sl@0: END_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001