Update contrib.
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".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
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.
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.
35 START_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001
37 PRINT Run T_Mstr Emime test
39 LOAD_SUITE TEmimeTestServer
40 RUN_TEST_STEP 100 TEmimeTestServer T_Mstr
42 END_TESTCASE API-APPFWK-T_MstrStep_doMenuL-0001