appfw/apparchitecture/tef/scripts/apparctest_t_mimecontentpolicy.script
changeset 29 6a787171e1de
parent 0 2e3d3ce01487
equal deleted inserted replaced
28:b0b858956ed5 29:6a787171e1de
     1 //
     1 //
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     4 // This component and the accompanying materials are made available
     5 // under the terms of "Eclipse Public License v1.0"
     5 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 //! @SYMTestCaseID 		API-APPFWK-APPARC-0077
    17 //! @SYMTestCaseID 		API-APPFWK-APPARC-0077
    18 //! @SYMREQ 			REQ7736
    18 //! @SYMREQ 			REQ7736
    19 //! @SYMTestCaseDesc 		Tests IsClosedType() method for different mime types
    19 //! @SYMTestCaseDesc 		Tests IsClosedType() method for different mime types
    20 //! @SYMTestPriority 		High
    20 //! @SYMTestPriority 		High
    21 //! @SYMTestStatus 		3. Released
    21 //! @SYMTestStatus 		3. Released
    22 //! @SYMTestActions 		Closed types are the mime types which are listed in the ApfMimeContentPolicy.rss file.
    22 //! @SYMTestActions 		Closed types are the mime types which are listed in the 10003a3f repository.
    23 //!				Calls CApfMimeContentPolicy::IsClosedType(const TDesC& aMimeType); for different closed and non-closed mime types.
    23 //!				Calls CApfMimeContentPolicy::IsClosedType(const TDesC& aMimeType); for different closed and non-closed mime types.
    24 //! @SYMTestExpectedResults 	The test checks whether IsClosedType returns ETrue for the Closed Mime types and EFalse for non-closed Mime types
    24 //! @SYMTestExpectedResults 	The test checks whether IsClosedType returns ETrue for the Closed Mime types and EFalse for non-closed Mime types
    25 
    25 
    26 START_TESTCASE API-APPFWK-APPARC-0077
    26 START_TESTCASE API-APPFWK-APPARC-0077
    27 
    27