os/kernelhwsrv/baseapitest/basesvs/validation/f32/sfsrv/scripts/PBASE-F32-RFS-Drives-PublicApi-ANY.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
//! @file
sl@0
    17
//! @SYMTestSuiteName		PBASE-F32-RFS-Drives-PublicApi-ANY
sl@0
    18
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    19
//! @SYMScriptAuthor 		Anton Grober
sl@0
    20
//! @SYMScriptDescription	The test script contains API drives & volumes related tests for RFs functions that don't depend on any special type of test drive.
sl@0
    21
sl@0
    22
LOAD_SUITE	T_Sfsrv
sl@0
    23
sl@0
    24
sl@0
    25
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1001
sl@0
    26
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1001
sl@0
    27
//! @SYMAPI			RFs
sl@0
    28
//! @SYMAuthor			Anton Grober
sl@0
    29
//! @SYMCreationDate		21/08/2006
sl@0
    30
//! @SYMTestCaseDesc		DriveList() test.
sl@0
    31
//!				Uses API elements: DriveList().
sl@0
    32
//! @SYMTestActions		1. Call Connect().
sl@0
    33
//!				2. Call DriveList() passing TDriveList as a reference.
sl@0
    34
//!				3. Call Close().
sl@0
    35
//! @SYMTestStatus		Implemented
sl@0
    36
//! @SYMTestPriority		Critical
sl@0
    37
//! @SYMTestExpectedResults	DriveList() completes with KErrNone and returns at least C and Z drives.
sl@0
    38
//! @SYMTestType		CIT
sl@0
    39
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
    40
		CREATE_OBJECT	RFs	RFs1
sl@0
    41
		COMMAND		RFs1	new
sl@0
    42
		COMMAND		RFs1	Connect
sl@0
    43
		COMMAND		RFs1	DriveList		PBASE-F32-RFS-PublicApi-1001-001-DriveList_command03
sl@0
    44
		COMMAND		RFs1	Close
sl@0
    45
		COMMAND		RFs1	~
sl@0
    46
	END_TEST_BLOCK
sl@0
    47
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1001
sl@0
    48
sl@0
    49
sl@0
    50
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1007
sl@0
    51
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1007
sl@0
    52
//! @SYMAPI			RFs
sl@0
    53
//! @SYMAuthor			Anton Grober
sl@0
    54
//! @SYMCreationDate		22/08/2006
sl@0
    55
//! @SYMTestCaseDesc		CharToDrive() and DriveToChar() tests. Passing exisiting drive and character representing that drive in both cases.
sl@0
    56
//!				Uses API elements: CharToDrive(), DriveToChar()
sl@0
    57
//! @SYMTestActions		1. Call CharToDrive() passing 'X' as first parameter and TInt reference as second parameter.
sl@0
    58
//!				2. Call DriveToChar() passing EdriveX as first parameter and TChar reference as second parameter.
sl@0
    59
//! @SYMTestStatus		Implemented
sl@0
    60
//! @SYMTestPriority		Critical
sl@0
    61
//! @SYMTestExpectedResults	Function CharToDrive() returns EDriveX through reference parameter and returns KErrNone. Fucntion DriveToChar returns 'X' through reference parameter and returns KErrNone.
sl@0
    62
//! @SYMTestType		CIT
sl@0
    63
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
    64
		CREATE_OBJECT	RFs	RFs1
sl@0
    65
		COMMAND		RFs1	CharToDrive		PBASE-F32-RFS-PublicApi-1007-001-CharToDrive_command01
sl@0
    66
		COMMAND		RFs1	DriveToChar		PBASE-F32-RFS-PublicApi-1007-001-DriveToChar_command02
sl@0
    67
		COMMAND		RFs1	~
sl@0
    68
	END_TEST_BLOCK
sl@0
    69
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1007
sl@0
    70
sl@0
    71
sl@0
    72
START_TESTCASE			PBASE-F32-RFS-PublicApi-1015
sl@0
    73
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1015
sl@0
    74
//! @SYMAPI			RFs
sl@0
    75
//! @SYMAuthor			Anton Grober
sl@0
    76
//! @SYMCreationDate		2/10/2006
sl@0
    77
//! @SYMTestCaseDesc		Drive() negative test. Passing incorrect drive number as parameter.
sl@0
    78
//!				Uses API elements: Drive().
sl@0
    79
//! @SYMTestActions		1. Call Connect().
sl@0
    80
//!				2. Call Drive() passing TDriveInfo reference as first parameter and non-existent drive number.
sl@0
    81
//!				3. Call Close().
sl@0
    82
//! @SYMTestStatus		Implemented
sl@0
    83
//! @SYMTestPriority		High
sl@0
    84
//! @SYMTestExpectedResults	Function Drive() returns KErrBadName.
sl@0
    85
//! @SYMTestType		CIT
sl@0
    86
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
    87
		CREATE_OBJECT	RFs	RFs1
sl@0
    88
		COMMAND			RFs1	new
sl@0
    89
		COMMAND			RFs1	Connect
sl@0
    90
		COMMAND	!Error=-28	RFs1	Drive		PBASE-F32-RFS-PublicApi-1015-001-Drive_command03
sl@0
    91
		COMMAND			RFs1	Close
sl@0
    92
		COMMAND			RFs1	~
sl@0
    93
	END_TEST_BLOCK
sl@0
    94
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1015
sl@0
    95
sl@0
    96
sl@0
    97
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1017
sl@0
    98
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1017
sl@0
    99
//! @SYMAPI			RFs
sl@0
   100
//! @SYMAuthor			Anton Grober
sl@0
   101
//! @SYMCreationDate		2/10/2006
sl@0
   102
//! @SYMTestCaseDesc		Volume(). Passing non-exisiting drive index as parameter.
sl@0
   103
//!				Uses API elements: Volume().
sl@0
   104
//! @SYMTestActions		1. Call Connect().
sl@0
   105
//!				2. Call Volume() passing  TVolumeInfo reference as first parameter and the non-existing drive number as a second parameter.
sl@0
   106
//!				3. Call Close().
sl@0
   107
//! @SYMTestStatus		Implemented
sl@0
   108
//! @SYMTestPriority		High
sl@0
   109
//! @SYMTestExpectedResults	Function Volume() returns KErrBadName.
sl@0
   110
//! @SYMTestType		CIT
sl@0
   111
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   112
		CREATE_OBJECT	RFs	RFs1
sl@0
   113
		COMMAND			RFs1	new
sl@0
   114
		COMMAND			RFs1	Connect
sl@0
   115
		COMMAND	!Error=-28	RFs1	Volume		PBASE-F32-RFS-PublicApi-1017-001-Volume_command03
sl@0
   116
		COMMAND			RFs1	Close
sl@0
   117
		COMMAND			RFs1	~
sl@0
   118
	END_TEST_BLOCK
sl@0
   119
END_TESTCASE			PBASE-F32-RFS-PublicApi-1017
sl@0
   120
sl@0
   121
sl@0
   122
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1019
sl@0
   123
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1019
sl@0
   124
//! @SYMAPI			RFs
sl@0
   125
//! @SYMAuthor			Anton Grober
sl@0
   126
//! @SYMCreationDate		02/10/2006
sl@0
   127
//! @SYMTestCaseDesc		SetVolumeLabel() function test. Passing incorrect drive index as parameter.
sl@0
   128
//!				Uses API elements: SetVolumeLabel().
sl@0
   129
//! @SYMTestActions		1. Call Connect().
sl@0
   130
//!				2. Call SetVolumelabel() passing incorrect drive index as a parameter.
sl@0
   131
//!				3. Call Close().
sl@0
   132
//! @SYMTestStatus		Implemented
sl@0
   133
//! @SYMTestPriority		High
sl@0
   134
//! @SYMTestExpectedResults	Function SetVolumeLabel() returns KErrBadName.
sl@0
   135
//! @SYMTestType		CIT
sl@0
   136
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   137
		CREATE_OBJECT	RFs	RFs1
sl@0
   138
		COMMAND			RFs1	new
sl@0
   139
		COMMAND			RFs1	Connect
sl@0
   140
		COMMAND	!Error=-28	RFs1	SetVolumeLabel		PBASE-F32-RFS-PublicApi-1019-001-SetVolumeLabel_command03
sl@0
   141
		COMMAND			RFs1	Close
sl@0
   142
		COMMAND			RFs1	~
sl@0
   143
	END_TEST_BLOCK
sl@0
   144
END_TESTCASE			PBASE-F32-RFS-PublicApi-1019
sl@0
   145
sl@0
   146
sl@0
   147
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1025
sl@0
   148
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1025
sl@0
   149
//! @SYMAPI			RFs
sl@0
   150
//! @SYMAuthor			Anton Grober
sl@0
   151
//! @SYMCreationDate		02/10/2006
sl@0
   152
//! @SYMTestCaseDesc		Subst() function test. Passing incorrect drive number as parameter.
sl@0
   153
//!				Uses API elements: Subst().
sl@0
   154
//! @SYMTestActions		1. Call Connect().
sl@0
   155
//!				2. Call Subst() passing incorrect drive number as parameter.
sl@0
   156
//!				3. Call Close().
sl@0
   157
//! @SYMTestStatus		Implemented
sl@0
   158
//! @SYMTestPriority		High
sl@0
   159
//! @SYMTestExpectedResults	Function Subst() returns KErrBadName.
sl@0
   160
//! @SYMTestType		CIT
sl@0
   161
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   162
		CREATE_OBJECT	RFs	RFs1
sl@0
   163
		COMMAND			RFs1	new
sl@0
   164
		COMMAND			RFs1	Connect
sl@0
   165
		COMMAND	!Error=-28	RFs1	Subst		PBASE-F32-RFS-PublicApi-1025-001-Subst_command03
sl@0
   166
		COMMAND			RFs1	Close
sl@0
   167
		COMMAND			RFs1	~
sl@0
   168
	END_TEST_BLOCK
sl@0
   169
END_TESTCASE			PBASE-F32-RFS-PublicApi-1025
sl@0
   170
sl@0
   171
sl@0
   172
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1028
sl@0
   173
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1028
sl@0
   174
//! @SYMAPI			RFs
sl@0
   175
//! @SYMAuthor			Anton Grober
sl@0
   176
//! @SYMCreationDate		22/08/2006
sl@0
   177
//! @SYMTestCaseDesc		CharToDrive() tests. Passing incorrect character as parameter.
sl@0
   178
//!				Uses API elements: CharToDrive().
sl@0
   179
//! @SYMTestActions		1. Call Connect().
sl@0
   180
//!				2. Call CharToDrive() passing incorrect character as first parameter and TInt reference as second parameter.
sl@0
   181
//!				3. Call Close().
sl@0
   182
//! @SYMTestStatus		Implemented
sl@0
   183
//! @SYMTestPriority		High
sl@0
   184
//! @SYMTestExpectedResults	Function CharToDrive() returns KErrArgument.
sl@0
   185
//! @SYMTestType		CIT
sl@0
   186
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   187
		CREATE_OBJECT	RFs	RFs1
sl@0
   188
		COMMAND	!Error=-6	RFs1	CharToDrive		PBASE-F32-RFS-PublicApi-1028-001-CharToDrive_command01
sl@0
   189
		COMMAND			RFs1	~
sl@0
   190
	END_TEST_BLOCK
sl@0
   191
END_TESTCASE			PBASE-F32-RFS-PublicApi-1028
sl@0
   192
sl@0
   193
sl@0
   194
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1029
sl@0
   195
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1029
sl@0
   196
//! @SYMAPI			RFs
sl@0
   197
//! @SYMAuthor			Anton Grober
sl@0
   198
//! @SYMCreationDate		22/08/2006
sl@0
   199
//! @SYMTestCaseDesc		DriveToChar() tests. Passing incorrect number as parameter.
sl@0
   200
//!				Uses API elements: DriveToChar()
sl@0
   201
//!				1. Call DriveToChar() passing bad drive index as first parameter and TChar reference as second parameter.
sl@0
   202
//! @SYMTestStatus		Implemented
sl@0
   203
//! @SYMTestPriority		High
sl@0
   204
//! @SYMTestExpectedResults	Function DriveToChar() returns KErrArgument.
sl@0
   205
//! @SYMTestType		CIT
sl@0
   206
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   207
		CREATE_OBJECT	RFs	RFs1
sl@0
   208
		COMMAND	!Error=-6	RFs1	DriveToChar		PBASE-F32-RFS-PublicApi-1029-001-DriveToChar_command01
sl@0
   209
		COMMAND			RFs1	~
sl@0
   210
	END_TEST_BLOCK
sl@0
   211
END_TESTCASE			PBASE-F32-RFS-PublicApi-1029
sl@0
   212
sl@0
   213
sl@0
   214
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1030
sl@0
   215
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1030
sl@0
   216
//! @SYMAPI			RFs
sl@0
   217
//! @SYMAuthor			Anton Grober
sl@0
   218
//! @SYMCreationDate		22/08/2006
sl@0
   219
//! @SYMTestCaseDesc		CheckDisk() test. Passing invalid drive path as a parameter.
sl@0
   220
//!				Uses API elements: CheckDisk(), SetSessionPath()
sl@0
   221
//! @SYMTestActions		1. Call Connect().
sl@0
   222
//!				2. Call SetSessionPath() passing RAMDriveTestPath value as a parameter to set RAM drive as a default drive
sl@0
   223
//!				3. Call CheckDisk() passing "ThisIsNotADrivePath" value instead of a drive path.
sl@0
   224
//!				4. Call Close().
sl@0
   225
//! @SYMTestStatus		Implemented
sl@0
   226
//! @SYMTestPriority		High
sl@0
   227
//! @SYMTestExpectedResults	CheckDisk() returns KErrNone, as it checks the default drive set by SetSessionPath when the drive
sl@0
   228
//!                              path is invalid.
sl@0
   229
//! @SYMTestType		CIT
sl@0
   230
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   231
		CREATE_OBJECT	RFs	RFs1
sl@0
   232
		COMMAND			RFs1	new
sl@0
   233
		COMMAND			RFs1	Connect
sl@0
   234
		COMMAND			RFs1	SetSessionPath		PBASE-F32-RFS-PublicApi-1030-001-SetSessionPath_command02
sl@0
   235
		COMMAND			RFs1	CheckDisk		PBASE-F32-RFS-PublicApi-1030-001-CheckDisk_command03
sl@0
   236
		COMMAND			RFs1	Close
sl@0
   237
		COMMAND			RFs1	~
sl@0
   238
	END_TEST_BLOCK
sl@0
   239
END_TESTCASE			PBASE-F32-RFS-PublicApi-1030
sl@0
   240
sl@0
   241
sl@0
   242
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1032
sl@0
   243
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1032
sl@0
   244
//! @SYMAPI			RFs
sl@0
   245
//! @SYMAuthor			Anton Grober
sl@0
   246
//! @SYMCreationDate		22/08/2006
sl@0
   247
//! @SYMTestCaseDesc		ScanDrive() test. Passing not a drive path as a parameter.
sl@0
   248
//!				Uses API elements: ScanDrive()
sl@0
   249
//! @SYMTestActions		1. Call Connect().
sl@0
   250
//!				2. Call ScanDrive() passing "ThisIsNotADrivePath" value instead of a drive path.
sl@0
   251
//!				3. Call Close().
sl@0
   252
//! @SYMTestStatus		Implemented
sl@0
   253
//! @SYMTestPriority		High
sl@0
   254
//! @SYMTestExpectedResults	Function ScanDrive() returns KErrInUse(-14).
sl@0
   255
//! @SYMTestType		CIT
sl@0
   256
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   257
		CREATE_OBJECT	RFs	RFs1
sl@0
   258
		COMMAND			RFs1	new
sl@0
   259
		COMMAND			RFs1	Connect
sl@0
   260
		COMMAND	!Error=-14	RFs1	ScanDrive		PBASE-F32-RFS-PublicApi-1032-001-ScanDrive_command03
sl@0
   261
		COMMAND			RFs1	Close
sl@0
   262
		COMMAND			RFs1	~
sl@0
   263
	END_TEST_BLOCK
sl@0
   264
END_TESTCASE			PBASE-F32-RFS-PublicApi-1032
sl@0
   265
sl@0
   266
sl@0
   267
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1034
sl@0
   268
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1034
sl@0
   269
//! @SYMAPI			RFs
sl@0
   270
//! @SYMAuthor			Anton Grober
sl@0
   271
//! @SYMCreationDate		02/10/2006
sl@0
   272
//! @SYMTestCaseDesc		SetDriveName() function test. Passing incorrect drive number as parameter.
sl@0
   273
//!				Uses API elements: SetDriveName().
sl@0
   274
//! @SYMTestActions		1. Call Connect().
sl@0
   275
//!				2. Call SetDriveName() passing incorrect drive number as first parameter and descriptor reference as second.
sl@0
   276
//!				3. Call Close().
sl@0
   277
//! @SYMTestStatus		Implemented
sl@0
   278
//! @SYMTestPriority		High
sl@0
   279
//! @SYMTestExpectedResults	Function SetDriveName() returns KErrBadName.
sl@0
   280
//! @SYMTestType		CIT
sl@0
   281
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   282
		CREATE_OBJECT	RFs	RFs1
sl@0
   283
		COMMAND			RFs1	new
sl@0
   284
		COMMAND			RFs1	Connect
sl@0
   285
		COMMAND	!Error=-28	RFs1	SetDriveName		PBASE-F32-RFS-PublicApi-1034-001-SetDriveName_command03
sl@0
   286
		COMMAND			RFs1	Close
sl@0
   287
		COMMAND			RFs1	~
sl@0
   288
	END_TEST_BLOCK
sl@0
   289
END_TESTCASE			PBASE-F32-RFS-PublicApi-1034
sl@0
   290
sl@0
   291
sl@0
   292
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1035
sl@0
   293
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1035
sl@0
   294
//! @SYMAPI			RFs
sl@0
   295
//! @SYMAuthor			Anton Grober
sl@0
   296
//! @SYMCreationDate		02/10/2006
sl@0
   297
//! @SYMTestCaseDesc		GetDriveName() function test. Passing incorect drive number as parameter.
sl@0
   298
//!				Uses API elements: GetDriveName().
sl@0
   299
//! @SYMTestActions		1. Call Connect().
sl@0
   300
//!				2. Call GetDriveName() passing incorrect drive number as first parameter and descriptor reference as second.
sl@0
   301
//!				3. Call Close().
sl@0
   302
//! @SYMTestStatus		Implemented
sl@0
   303
//! @SYMTestPriority		High
sl@0
   304
//! @SYMTestExpectedResults	Function GetDriveName() returns KErrBadName.
sl@0
   305
//! @SYMTestType		CIT
sl@0
   306
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   307
		CREATE_OBJECT	RFs	RFs1
sl@0
   308
		COMMAND			RFs1	new
sl@0
   309
		COMMAND			RFs1	Connect
sl@0
   310
		COMMAND	!Error=-28	RFs1	GetDriveName		PBASE-F32-RFS-PublicApi-1035-001-GetDriveName_command03
sl@0
   311
		COMMAND			RFs1	Close
sl@0
   312
		COMMAND			RFs1	~
sl@0
   313
	END_TEST_BLOCK
sl@0
   314
END_TESTCASE			PBASE-F32-RFS-PublicApi-1035
sl@0
   315
sl@0
   316
sl@0
   317
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1046
sl@0
   318
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1046
sl@0
   319
//! @SYMAPI			RFs
sl@0
   320
//! @SYMAuthor			Anton Grober
sl@0
   321
//! @SYMCreationDate		02/10/2006
sl@0
   322
//! @SYMTestCaseDesc		GetReserveAccess() passing invalid drive's number as drive number parameter.
sl@0
   323
//!				Uses API elements: GetReserveAccess().
sl@0
   324
//! @SYMTestActions		1. Call Connect().
sl@0
   325
//!				2. Call GetReserveAccess() passing invalid drive's number as drive number parameter.
sl@0
   326
//!				3. Call Close().
sl@0
   327
//! @SYMTestStatus		Implemented
sl@0
   328
//! @SYMTestPriority		High
sl@0
   329
//! @SYMTestExpectedResults	Function GetReserveAccess() returns KErrBadName.
sl@0
   330
//! @SYMTestType		CIT
sl@0
   331
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   332
		CREATE_OBJECT	RFs	RFs1
sl@0
   333
		COMMAND			RFs1	new
sl@0
   334
		COMMAND			RFs1	Connect
sl@0
   335
		COMMAND	!Error=-28	RFs1	GetReserveAccess		PBASE-F32-RFS-PublicApi-1046-001-GetReserveAccess_command03
sl@0
   336
		COMMAND			RFs1	Close
sl@0
   337
		COMMAND			RFs1	~
sl@0
   338
	END_TEST_BLOCK
sl@0
   339
END_TESTCASE			PBASE-F32-RFS-PublicApi-1046
sl@0
   340
sl@0
   341
sl@0
   342
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1047
sl@0
   343
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1047
sl@0
   344
//! @SYMAPI			RFs
sl@0
   345
//! @SYMAuthor			Anton Grober
sl@0
   346
//! @SYMCreationDate		02/10/2006
sl@0
   347
//! @SYMTestCaseDesc		ReleaseReserveAccess() function test. Passing invalid drive number as parameter.
sl@0
   348
//!				Uses API elements: ReleaseReserveAccess().
sl@0
   349
//! @SYMTestActions		1. Call Connect().
sl@0
   350
//!				2. Call ReleaseReserveAccess() passing invalid drive's number as drive number parameter.
sl@0
   351
//!				3. Call Close().
sl@0
   352
//! @SYMTestStatus		Implemented
sl@0
   353
//! @SYMTestPriority		High
sl@0
   354
//! @SYMTestExpectedResults	Function ReleaseReserveAccess() returns KErrBadName.
sl@0
   355
//! @SYMTestType		CIT
sl@0
   356
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   357
		CREATE_OBJECT	RFs	RFs1
sl@0
   358
		COMMAND			RFs1	new
sl@0
   359
		COMMAND			RFs1	Connect
sl@0
   360
		COMMAND	!Error=-28	RFs1	ReleaseReserveAccess		PBASE-F32-RFS-PublicApi-1047-001-ReleaseReserveAccess_command03
sl@0
   361
		COMMAND			RFs1	Close
sl@0
   362
		COMMAND			RFs1	~
sl@0
   363
	END_TEST_BLOCK
sl@0
   364
END_TESTCASE			PBASE-F32-RFS-PublicApi-1047
sl@0
   365
sl@0
   366
sl@0
   367
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1038
sl@0
   368
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1038
sl@0
   369
//! @SYMAPI			RFs
sl@0
   370
//! @SYMAuthor			Anton Grober
sl@0
   371
//! @SYMCreationDate		02/10/2006
sl@0
   372
//! @SYMTestCaseDesc		LockDrive() function test. Passing invalid drive index as parameter.
sl@0
   373
//!				Uses API elements: LockDrive().
sl@0
   374
//! @SYMTestActions		1. Call Connect().
sl@0
   375
//!				2. Call LockDrive() passing some invalid drive's number as drive number parameter.
sl@0
   376
//!				3. Call Close().
sl@0
   377
//! @SYMTestStatus		Implemented
sl@0
   378
//! @SYMTestPriority		High
sl@0
   379
//! @SYMTestExpectedResults	Function LockDrive() returns KErrBadName.
sl@0
   380
//! @SYMTestType		CIT
sl@0
   381
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   382
		CREATE_OBJECT	RFs	RFs1
sl@0
   383
		COMMAND			RFs1	new
sl@0
   384
		COMMAND			RFs1	Connect
sl@0
   385
		COMMAND	!Error=-28	RFs1	LockDrive		PBASE-F32-RFS-PublicApi-1038-001-LockDrive_command03
sl@0
   386
		COMMAND			RFs1	Close
sl@0
   387
		COMMAND			RFs1	~
sl@0
   388
	END_TEST_BLOCK
sl@0
   389
END_TESTCASE			PBASE-F32-RFS-PublicApi-1038
sl@0
   390
sl@0
   391
sl@0
   392
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1050
sl@0
   393
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1050
sl@0
   394
//! @SYMAPI			RFs
sl@0
   395
//! @SYMAuthor			Anton Grober
sl@0
   396
//! @SYMCreationDate		20/12/2006
sl@0
   397
//! @SYMTestCaseDesc		Drive() function test with KDefaultDrive as paramteter.
sl@0
   398
//!				Uses API elements: Drive().
sl@0
   399
//! @SYMTestActions		1. Call Connect().
sl@0
   400
//!				2. Call Drive() with TDriveInfo parameter as a refernce.
sl@0
   401
//!				3. Call Close().
sl@0
   402
//! @SYMTestStatus		Implemented
sl@0
   403
//! @SYMTestPriority		Critical
sl@0
   404
//! @SYMTestExpectedResults	Function Drive() returns KErrNone.
sl@0
   405
//! @SYMTestType		CIT
sl@0
   406
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   407
		CREATE_OBJECT	RFs	RFs1
sl@0
   408
		COMMAND		RFs1	new
sl@0
   409
		COMMAND		RFs1	Connect
sl@0
   410
		COMMAND		RFs1	Drive
sl@0
   411
		COMMAND		RFs1	Close
sl@0
   412
		COMMAND		RFs1	~
sl@0
   413
	END_TEST_BLOCK
sl@0
   414
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1050
sl@0
   415
sl@0
   416
sl@0
   417
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1051
sl@0
   418
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1051
sl@0
   419
//! @SYMAPI			RFs
sl@0
   420
//! @SYMAuthor			Anton Grober
sl@0
   421
//! @SYMCreationDate		4/01/2007
sl@0
   422
//! @SYMTestCaseDesc		Volume() function test with KDefaultDrive as paramteter.
sl@0
   423
//!				Uses API elements: Volume().
sl@0
   424
//! @SYMTestActions		1. Call Connect().
sl@0
   425
//!				2. Call Volume() with TVolumeInfo parameter as a refernce.
sl@0
   426
//!				3. Call Close().
sl@0
   427
//! @SYMTestStatus		Implemented
sl@0
   428
//! @SYMTestPriority		Critical
sl@0
   429
//! @SYMTestExpectedResults	Function Volume() returns KErrNone.
sl@0
   430
//! @SYMTestType		CIT
sl@0
   431
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   432
		CREATE_OBJECT	RFs	RFs1
sl@0
   433
		COMMAND		RFs1	new
sl@0
   434
		COMMAND		RFs1	Connect
sl@0
   435
		COMMAND		RFs1	Volume
sl@0
   436
		COMMAND		RFs1	Close
sl@0
   437
		COMMAND		RFs1	~
sl@0
   438
	END_TEST_BLOCK
sl@0
   439
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1051
sl@0
   440
sl@0
   441
sl@0
   442
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1059
sl@0
   443
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1059
sl@0
   444
//! @SYMAPI			RFs
sl@0
   445
//! @SYMAuthor			Anton Grober
sl@0
   446
//! @SYMCreationDate		24/01/2007
sl@0
   447
//! @SYMTestCaseDesc		IsValidDrive() passing bad drive index.
sl@0
   448
//!				Uses API elements: IsValidDrive().
sl@0
   449
//! @SYMTestActions		1. Call IsValidDrive() passing  bad drive index.
sl@0
   450
//! @SYMTestStatus		Implemented
sl@0
   451
//! @SYMTestPriority		High
sl@0
   452
//! @SYMTestExpectedResults	Function IsValidDrive() returns EFalse.
sl@0
   453
//! @SYMTestType		CIT
sl@0
   454
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   455
		CREATE_OBJECT	RFs	RFs1
sl@0
   456
		COMMAND		RFs1	new
sl@0
   457
		COMMAND		RFs1	IsValidDrive		PBASE-F32-RFS-PublicApi-1059-001-IsValidDrive_command02
sl@0
   458
		COMMAND		RFs1	~
sl@0
   459
	END_TEST_BLOCK
sl@0
   460
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1059
sl@0
   461
sl@0
   462
sl@0
   463
START_TESTCASE			PBASE-F32-RFS-PublicApi-1064
sl@0
   464
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1064
sl@0
   465
//! @SYMAPI			RFs
sl@0
   466
//! @SYMCreationDate		22/08/2006
sl@0
   467
//! @SYMTestCaseDesc		ErasePassword() test. Passing invalid drive's number.
sl@0
   468
//!				Uses API elements: ErasePassword()
sl@0
   469
//! @SYMTestActions		1. Call Connect().
sl@0
   470
//!				2. Call ErasePassword() passing invalid drive's number.
sl@0
   471
//!				3. Call Close().
sl@0
   472
//! @SYMTestStatus		Implemented
sl@0
   473
//! @SYMTestPriority		High
sl@0
   474
//! @SYMTestExpectedResults	Function ErasePassword() returns KErrBadName.
sl@0
   475
//! @SYMTestType		CIT
sl@0
   476
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   477
		CREATE_OBJECT	RFs	RFs1
sl@0
   478
		COMMAND			RFs1	new
sl@0
   479
		COMMAND			RFs1	Connect
sl@0
   480
		COMMAND	!Error=-28	RFs1	ErasePassword		PBASE-F32-RFS-PublicApi-1064-001-ErasePassword_command03
sl@0
   481
		COMMAND			RFs1	Close
sl@0
   482
		COMMAND			RFs1	~
sl@0
   483
	END_TEST_BLOCK
sl@0
   484
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1064
sl@0
   485
sl@0
   486
sl@0
   487
START_TESTCASE			PBASE-F32-RFS-PublicApi-1069
sl@0
   488
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1069
sl@0
   489
//! @SYMAPI			RFs
sl@0
   490
//! @SYMCreationDate		22/08/2006
sl@0
   491
//! @SYMTestCaseDesc		ClearPassword() test. Passing invalid drive's number.
sl@0
   492
//!				Uses API elements: ClearPassword()
sl@0
   493
//! @SYMTestActions		1. Call Connect().
sl@0
   494
//!				2. Call ClearPassword() passing invalid drive's number.
sl@0
   495
//!				3. Call Close().
sl@0
   496
//! @SYMTestStatus		Implemented
sl@0
   497
//! @SYMTestPriority		High
sl@0
   498
//! @SYMTestExpectedResults	Function ErasePassword() returns KErrBadName.
sl@0
   499
//! @SYMTestType		CIT
sl@0
   500
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   501
		CREATE_OBJECT	RFs	RFs1
sl@0
   502
		COMMAND			RFs1	new
sl@0
   503
		COMMAND			RFs1	Connect
sl@0
   504
		COMMAND	!Error=-28	RFs1	ClearPassword		PBASE-F32-RFS-PublicApi-1069-001-ClearPassword_command03
sl@0
   505
		COMMAND			RFs1	Close
sl@0
   506
		COMMAND			RFs1	~
sl@0
   507
	END_TEST_BLOCK
sl@0
   508
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1069
sl@0
   509
sl@0
   510
sl@0
   511
START_TESTCASE			PBASE-F32-RFS-PublicApi-1074
sl@0
   512
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1074
sl@0
   513
//! @SYMAPI			RFs
sl@0
   514
//! @SYMCreationDate		22/08/2006
sl@0
   515
//! @SYMTestCaseDesc		UnlockDrive() test. Passing invalid drive's number.
sl@0
   516
//!				Uses API elements: UnlockDrive()
sl@0
   517
//! @SYMTestActions		1. Call Connect().
sl@0
   518
//!				2. Call UnlockDrive() passing invalid drive's number and some password.
sl@0
   519
//!				3. Call Close().
sl@0
   520
//! @SYMTestStatus		Implemented
sl@0
   521
//! @SYMTestPriority		High
sl@0
   522
//! @SYMTestExpectedResults	Function UnlockDrive() returns KErrBadName.
sl@0
   523
//! @SYMTestType		CIT
sl@0
   524
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   525
		CREATE_OBJECT	RFs	RFs1
sl@0
   526
		COMMAND			RFs1	new
sl@0
   527
		COMMAND			RFs1	Connect
sl@0
   528
		COMMAND	!Error=-28	RFs1	UnlockDrive		PBASE-F32-RFS-PublicApi-1074-001-UnlockDrive_command03
sl@0
   529
		COMMAND			RFs1	Close
sl@0
   530
		COMMAND			RFs1	~
sl@0
   531
	END_TEST_BLOCK
sl@0
   532
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1074
sl@0
   533
sl@0
   534
sl@0
   535
START_TESTCASE			PBASE-F32-RFS-PublicApi-1084
sl@0
   536
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1084
sl@0
   537
//! @SYMAPI			RFs
sl@0
   538
//! @SYMCreationDate		08/02/2007
sl@0
   539
//! @SYMTestCaseDesc		DriveToChar() test with a KDefaultDrive as a drive number.
sl@0
   540
//!				Uses API elements: DriveToChar()
sl@0
   541
//! @SYMTestActions		1. Call DriveToChar() passing a KDefaultDrive (= KMaxTInt = 2147483647) as a drive number.
sl@0
   542
//! @SYMTestStatus		Implemented
sl@0
   543
//! @SYMTestPriority		High
sl@0
   544
//! @SYMTestExpectedResults	Function DriveToChar() returns KErrNone.
sl@0
   545
//! @SYMTestType		CIT
sl@0
   546
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini
sl@0
   547
		CREATE_OBJECT	RFs	RFs1
sl@0
   548
		COMMAND		RFs1	DriveToChar		PBASE-F32-RFS-PublicApi-1084-001-DriveToChar_command01
sl@0
   549
		COMMAND		RFs1	~
sl@0
   550
	END_TEST_BLOCK
sl@0
   551
END_TESTCASE			PBASE-F32-RFS-PublicApi-1084
sl@0
   552
sl@0
   553
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1014
sl@0
   554
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1014
sl@0
   555
//! @SYMAPI			RFs
sl@0
   556
//! @SYMAuthor			Anton Grober 
sl@0
   557
//! @SYMCreationDate		25/09/2006 
sl@0
   558
//! @SYMTestCaseDesc		GetSystemDrive() test.
sl@0
   559
//!				Uses API elements: GetSystemDrive().
sl@0
   560
//! @SYMTestActions		1. Call GetSystemDrive().
sl@0
   561
//! @SYMTestStatus		Implemented
sl@0
   562
//! @SYMTestPriority		Critical
sl@0
   563
//! @SYMTestExpectedResults	Function GetSystemDrive() returns default drive's number in case system configuration is default.
sl@0
   564
//! @SYMTestType		CIT
sl@0
   565
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini 
sl@0
   566
		CREATE_OBJECT	RFs	RFs1
sl@0
   567
		COMMAND		RFs1	GetSystemDrive		PBASE-F32-RFS-PublicApi-1014-001-GetSystemDrive_command01
sl@0
   568
		COMMAND		RFs1	~		
sl@0
   569
	END_TEST_BLOCK	
sl@0
   570
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1014
sl@0
   571
sl@0
   572
sl@0
   573
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1026
sl@0
   574
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1026
sl@0
   575
//! @SYMAPI			RFs
sl@0
   576
//! @SYMAuthor			Anton Grober 
sl@0
   577
//! @SYMCreationDate		02/10/2006 
sl@0
   578
//! @SYMTestCaseDesc		GetMediaSerialNumber() function test. Passing incorrect drive number as parameter.
sl@0
   579
//!				Uses API elements: GetMediaSerialNumber().
sl@0
   580
//! @SYMTestActions		1. Call Connect().
sl@0
   581
//!				2. Call GetMediaSerialNumber() passing  descriptor reference as first parameter and incorrect drive number as second.
sl@0
   582
//!				3. Call Close().
sl@0
   583
//! @SYMTestStatus		Implemented
sl@0
   584
//! @SYMTestPriority		High
sl@0
   585
//! @SYMTestExpectedResults	Function GetMediaSerialNumber() returns KErrBadName.
sl@0
   586
//! @SYMTestType		CIT
sl@0
   587
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini 
sl@0
   588
		CREATE_OBJECT	RFs	RFs1
sl@0
   589
		COMMAND			RFs1	new
sl@0
   590
		COMMAND			RFs1	Connect
sl@0
   591
		COMMAND	!Error=-28	RFs1	GetMediaSerialNumber		PBASE-F32-RFS-PublicApi-1026-001-GetMediaSerialNumber_command03
sl@0
   592
		COMMAND			RFs1	Close
sl@0
   593
		COMMAND			RFs1	~		
sl@0
   594
	END_TEST_BLOCK	
sl@0
   595
END_TESTCASE			PBASE-F32-RFS-PublicApi-1026
sl@0
   596
sl@0
   597
sl@0
   598
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1081
sl@0
   599
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1081
sl@0
   600
//! @SYMAPI			RFs
sl@0
   601
//! @SYMAuthor			Oleg Kuznetsov
sl@0
   602
//! @SYMCreationDate		02/03/2007
sl@0
   603
//! @SYMTestCaseDesc		Functions GetSystemDriveChar() test.
sl@0
   604
//!				Uses API elements: GetSystemDriveChar().
sl@0
   605
//! @SYMTestActions		1. Call Connect().
sl@0
   606
//!				2. Call GetSystemDriveChar().
sl@0
   607
//!				3. Call Close().
sl@0
   608
//! @SYMTestStatus		Implemented
sl@0
   609
//! @SYMTestPriority		Critical
sl@0
   610
//! @SYMTestExpectedResults	GetSystemDriveChar() completes with KErrNone and returns 'C' char.
sl@0
   611
//! @SYMTestType		CIT
sl@0
   612
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini 
sl@0
   613
		CREATE_OBJECT	RFs	RFs1
sl@0
   614
		COMMAND		RFs1	new
sl@0
   615
		COMMAND		RFs1	Connect
sl@0
   616
		COMMAND		RFs1	GetSystemDriveChar		PBASE-F32-RFS-PublicApi-1081-001-GetSystemDriveChar_command03
sl@0
   617
		COMMAND		RFs1	Close
sl@0
   618
		COMMAND		RFs1	~		
sl@0
   619
	END_TEST_BLOCK	
sl@0
   620
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1081
sl@0
   621
sl@0
   622
sl@0
   623
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1082
sl@0
   624
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1082
sl@0
   625
//! @SYMAPI			RFs
sl@0
   626
//! @SYMAuthor			Oleg Kuznetsov
sl@0
   627
//! @SYMCreationDate		02/03/2007
sl@0
   628
//! @SYMTestCaseDesc		Functions VolumeIOParam() test with default drive letter.
sl@0
   629
//!				Uses API elements: VolumeIOParam().
sl@0
   630
//! @SYMTestActions		1. Call Connect().
sl@0
   631
//!				2. Call VolumeIOParam() passing default drive as argument.
sl@0
   632
//!				3. Call Close().
sl@0
   633
//! @SYMTestStatus		Implemented
sl@0
   634
//! @SYMTestPriority		Critical
sl@0
   635
//! @SYMTestExpectedResults	VolumeIOParam() completes with KErrNone and returns volume IO parameter information.
sl@0
   636
//! @SYMTestType		CIT
sl@0
   637
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini 
sl@0
   638
		CREATE_OBJECT	RFs	RFs1
sl@0
   639
		COMMAND		RFs1	new
sl@0
   640
		COMMAND		RFs1	Connect
sl@0
   641
		COMMAND		RFs1	VolumeIOParam		PBASE-F32-RFS-PublicApi-1082-001-VolumeIOParam_command03
sl@0
   642
		COMMAND		RFs1	Close
sl@0
   643
		COMMAND		RFs1	~		
sl@0
   644
	END_TEST_BLOCK	
sl@0
   645
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1082
sl@0
   646
sl@0
   647
sl@0
   648
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1085
sl@0
   649
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1085
sl@0
   650
//! @SYMAPI			RFs
sl@0
   651
//! @SYMTestCaseDesc		Function VolumeIOParam() test with negative drive letter.
sl@0
   652
//!				Uses API elements: VolumeIOParam().
sl@0
   653
//! @SYMTestActions		1. Call Connect() method.
sl@0
   654
//!				2. Call VolumeIOParam() passing the negative drive number as argument.
sl@0
   655
//!				3. Call Close() method.
sl@0
   656
//! @SYMTestStatus		Implemented
sl@0
   657
//! @SYMTestPriority		Critical
sl@0
   658
//! @SYMTestExpectedResults	Return KErrArgument (-6).
sl@0
   659
//! @SYMTestType		CIT
sl@0
   660
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-Drives-PublicApi-ANY.ini 
sl@0
   661
		CREATE_OBJECT	RFs	RFs1
sl@0
   662
		COMMAND			RFs1	new
sl@0
   663
		COMMAND			RFs1	Connect
sl@0
   664
		COMMAND	!Error=-6	RFs1	VolumeIOParam		PBASE-F32-RFS-PublicApi-1085-001-VolumeIOParam_command03
sl@0
   665
		COMMAND			RFs1	Close
sl@0
   666
		COMMAND			RFs1	~		
sl@0
   667
	END_TEST_BLOCK	
sl@0
   668
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1085
sl@0
   669