sl@0: // sl@0: // Copyright (c) 2005-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: //! @SYMTestSuiteName pbase-f32-sfsrv-publicapi-any sl@0: //! @SYMScriptTestEnvironment This test script requires a basic ROM. sl@0: //! @SYMScriptAuthor Dmitri Trofimov sl@0: //! @SYMScriptCreationDate 17/12/2006 sl@0: //! @SYMScriptDescription The test script contains API tests for the following functions of TVolumeInfo class: sl@0: //! TVolumeInfo(); sl@0: sl@0: sl@0: LOAD_SUITE T_SfSrv sl@0: //DELAY 5000 sl@0: sl@0: sl@0: START_TESTCASE PBASE-F32-VolumeInfo-PublicApi-0001 sl@0: //! @SYMTestCaseID PBASE-F32-VolumeInfo-PublicApi-0001 sl@0: //! @SYMAPI TVolumeInfo sl@0: //! @SYMTestCaseDesc TVolumeInfo() test. sl@0: //! Uses API elements: TVolumeInfo() sl@0: //! @SYMTestActions 1. Create TVolumeInfo object. sl@0: //! 2. Delete TVolumeInfo object. sl@0: //! sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority Critical sl@0: //! @SYMTestExpectedResults Function does not leave nor panic. sl@0: //! @SYMTestType CIT sl@0: START_TEST_BLOCK 100 T_SfSrv \base\PBASE-F32-VolumeInfo-PublicApi.ini sl@0: CREATE_OBJECT TVolumeInfo TVolumeInfo1 sl@0: COMMAND TVolumeInfo1 new sl@0: COMMAND TVolumeInfo1 ~ sl@0: END_TEST_BLOCK sl@0: END_TESTCASE PBASE-F32-VolumeInfo-PublicApi-0001