author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 09 Jun 2010 11:10:19 +0300 | |
branch | RCL_3 |
changeset 36 | bbf8bed59bcb |
parent 2 | 4122176ea935 |
permissions | -rw-r--r-- |
0 | 1 |
// |
2 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
// All rights reserved. |
|
4 |
// This component and the accompanying materials are made available |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
// under the terms of "Eclipse Public License v1.0" |
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 |
// |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
// Description: |
0 | 15 |
// |
16 |
//! @file |
|
17 |
//! @SYMTestSuiteName pbase-f32-sfsrv-publicapi-any |
|
18 |
//! @SYMScriptTestEnvironment This test script requires a basic ROM. |
|
19 |
//! @SYMScriptAuthor Dmitri Trofimov |
|
20 |
//! @SYMScriptCreationDate 17/12/2006 |
|
21 |
//! @SYMScriptDescription The test script contains API tests for the following functions of TVolumeInfo class: |
|
22 |
//! TVolumeInfo(); |
|
23 |
||
24 |
||
25 |
LOAD_SUITE T_SfSrv |
|
26 |
//DELAY 5000 |
|
27 |
||
28 |
||
29 |
START_TESTCASE PBASE-F32-VolumeInfo-PublicApi-0001 |
|
30 |
//! @SYMTestCaseID PBASE-F32-VolumeInfo-PublicApi-0001 |
|
31 |
//! @SYMAPI TVolumeInfo |
|
32 |
//! @SYMTestCaseDesc TVolumeInfo() test. |
|
33 |
//! Uses API elements: TVolumeInfo() |
|
34 |
//! @SYMTestActions 1. Create TVolumeInfo object. |
|
35 |
//! 2. Delete TVolumeInfo object. |
|
36 |
//! |
|
37 |
//! @SYMTestStatus Implemented |
|
38 |
//! @SYMTestPriority Critical |
|
39 |
//! @SYMTestExpectedResults Function does not leave nor panic. |
|
40 |
//! @SYMTestType CIT |
|
41 |
START_TEST_BLOCK 100 T_SfSrv \base\PBASE-F32-VolumeInfo-PublicApi.ini |
|
42 |
CREATE_OBJECT TVolumeInfo TVolumeInfo1 |
|
43 |
COMMAND TVolumeInfo1 new |
|
44 |
COMMAND TVolumeInfo1 ~ |
|
45 |
END_TEST_BLOCK |
|
46 |
END_TESTCASE PBASE-F32-VolumeInfo-PublicApi-0001 |