os/kernelhwsrv/baseapitest/basesvs/validation/f32/sfsrv/scripts/PBASE-F32-RFS-PublicApi-ROM.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-Mounts-PublicApi-ROM
sl@0
    18
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    19
//! @SYMScriptAuthor 		Oleg Kuznetsov
sl@0
    20
//! @SYMScriptDescription	The test script contains API tests for the functions listed in the description of PBASE-F32-RFS-Mounts-PublicApi.script 
sl@0
    21
//!				file that perform operations on a ROM.
sl@0
    22
sl@0
    23
sl@0
    24
LOAD_SUITE	T_Sfsrv
sl@0
    25
sl@0
    26
sl@0
    27
START_TESTCASE 			PBASE-F32-RFS-PublicApi-0007
sl@0
    28
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-0007
sl@0
    29
//! @SYMAPI			RFs
sl@0
    30
//! @SYMTestCaseDesc		Function FileSystemName() test with ROM Drive.
sl@0
    31
//!				Uses API elements: FileSystemName().
sl@0
    32
//! @SYMTestActions		1. Call Connect() method.
sl@0
    33
//!				2. Call FileSystemName() passing the ROM drive number as argument. Check that aName parameter is set to "Win32" under WINSCW and to "rofs" under ARMv5.
sl@0
    34
//!				3. Call Close() method.
sl@0
    35
//! @SYMTestStatus		Implemented
sl@0
    36
//! @SYMTestPriority		Critical
sl@0
    37
//! @SYMTestExpectedResults	FileSystemName() returns KErrNone and the real name of the file system through the aName output argument.
sl@0
    38
//! @SYMTestType		CIT
sl@0
    39
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.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	FileSystemName		PBASE-F32-RFS-PublicApi-0007-001-FileSystemName_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-0007
sl@0
    48
sl@0
    49
sl@0
    50
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1006
sl@0
    51
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1006
sl@0
    52
//! @SYMAPI			RFs
sl@0
    53
//! @SYMAuthor			Anton Grober 
sl@0
    54
//! @SYMCreationDate		22/08/2006 
sl@0
    55
//! @SYMTestCaseDesc		IsValidDrive() passing a value between 0 and 26 as parameter.
sl@0
    56
//!				Uses API elements: IsValidDrive().
sl@0
    57
//! @SYMTestActions		1. Call IsValidDrive() passing  some mounted drive as a parameter(in this particular case it's tested with ROM-Drive's index as parameter).
sl@0
    58
//! @SYMTestStatus		Implemented
sl@0
    59
//! @SYMTestPriority		Critical
sl@0
    60
//! @SYMTestExpectedResults	Function IsValidDrive() returns ETrue.
sl@0
    61
//! @SYMTestType		CIT
sl@0
    62
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
    63
		CREATE_OBJECT	RFs	RFs1
sl@0
    64
		COMMAND		RFs1	new
sl@0
    65
		COMMAND		RFs1	IsValidDrive		PBASE-F32-RFS-PublicApi-1006-001-IsValidDrive_command02
sl@0
    66
		COMMAND		RFs1	~		
sl@0
    67
	END_TEST_BLOCK	
sl@0
    68
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1006
sl@0
    69
sl@0
    70
sl@0
    71
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1016
sl@0
    72
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1016
sl@0
    73
//! @SYMAPI			RFs
sl@0
    74
//! @SYMAuthor			Anton Golovko 
sl@0
    75
//! @SYMCreationDate		2/10/2006 
sl@0
    76
//! @SYMTestCaseDesc		Drive() function test. Passing exisiting drive index as parameter.
sl@0
    77
//!				Uses API elements: Drive()
sl@0
    78
//! @SYMTestActions		1. Call Connect().
sl@0
    79
//!				2. Call Drive() passing TDriveInfo reference as first parameter and ROM-drive as second parameter.					
sl@0
    80
//!				3. Call Close().
sl@0
    81
//! @SYMTestStatus		Implemented
sl@0
    82
//! @SYMTestPriority		High
sl@0
    83
//! @SYMTestExpectedResults	Function returns KErrNone and iType field of TDriveInfo equals EMediaRom.
sl@0
    84
//! @SYMTestType		CIT
sl@0
    85
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
    86
		CREATE_OBJECT	RFs	RFs1
sl@0
    87
		COMMAND		RFs1	new
sl@0
    88
		COMMAND		RFs1	Connect
sl@0
    89
		COMMAND		RFs1	Drive		PBASE-F32-RFS-PublicApi-1016-001-Drive_command03
sl@0
    90
		COMMAND		RFs1	Close
sl@0
    91
		COMMAND		RFs1	~		
sl@0
    92
	END_TEST_BLOCK	
sl@0
    93
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1016
sl@0
    94
sl@0
    95
sl@0
    96
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1040
sl@0
    97
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1040
sl@0
    98
//! @SYMAPI			RFs
sl@0
    99
//! @SYMAuthor			Anton Grober 
sl@0
   100
//! @SYMCreationDate		02/10/2006 
sl@0
   101
//! @SYMTestCaseDesc		LockDrive() function test. Passing ROM drive index as parameter.
sl@0
   102
//!				Uses API elements: LockDrive().
sl@0
   103
//! @SYMTestActions		1. Call Connect().
sl@0
   104
//!				2. Call LockDrive() passing ROM drive's number.
sl@0
   105
//!				3. Call Close().
sl@0
   106
//! @SYMTestStatus		Implemented
sl@0
   107
//! @SYMTestPriority		High
sl@0
   108
//! @SYMTestExpectedResults	Function LockDrive() returns KErrNotSupported.
sl@0
   109
//! @SYMTestType		CIT
sl@0
   110
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   111
		CREATE_OBJECT	RFs	RFs1
sl@0
   112
		COMMAND			RFs1	new
sl@0
   113
		COMMAND			RFs1	Connect
sl@0
   114
		COMMAND	!Error=-5	RFs1	LockDrive		PBASE-F32-RFS-PublicApi-1040-001-LockDrive_command03
sl@0
   115
		COMMAND			RFs1	Close
sl@0
   116
		COMMAND			RFs1	~		
sl@0
   117
	END_TEST_BLOCK	
sl@0
   118
END_TESTCASE			PBASE-F32-RFS-PublicApi-1040
sl@0
   119
sl@0
   120
sl@0
   121
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1042
sl@0
   122
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1042
sl@0
   123
//! @SYMAPI			RFs
sl@0
   124
//! @SYMAuthor			Anton Grober 
sl@0
   125
//! @SYMCreationDate		02/10/2006 
sl@0
   126
//! @SYMTestCaseDesc		ReserveDriveSpace() function test. Passing non-writeable drive number as parameter.
sl@0
   127
//!				Uses API elements: ReserveDriveSpace().
sl@0
   128
//! @SYMTestActions		1. Call Connect().
sl@0
   129
//!				2. Call ReserveDriveSpace() passing non-writeable drives number as drive number parameter.
sl@0
   130
//!				3. Call Close().
sl@0
   131
//! @SYMTestStatus		Implemented
sl@0
   132
//! @SYMTestPriority		High
sl@0
   133
//! @SYMTestExpectedResults	Function ReserveDriveSpace() returns KErrDiskFull.
sl@0
   134
//! @SYMTestType		CIT
sl@0
   135
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   136
		CREATE_OBJECT	RFs	RFs1
sl@0
   137
		COMMAND			RFs1	new
sl@0
   138
		COMMAND			RFs1	Connect
sl@0
   139
		COMMAND	!Error=-26	RFs1	ReserveDriveSpace		PBASE-F32-RFS-PublicApi-1042-001-ReserveDriveSpace_command03
sl@0
   140
		COMMAND			RFs1	Close
sl@0
   141
		COMMAND			RFs1	~		
sl@0
   142
	END_TEST_BLOCK	
sl@0
   143
END_TESTCASE			PBASE-F32-RFS-PublicApi-1042
sl@0
   144
sl@0
   145
sl@0
   146
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1060
sl@0
   147
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1060
sl@0
   148
//! @SYMAPI			RFs
sl@0
   149
//! @SYMAuthor			Anton Grober 
sl@0
   150
//! @SYMCreationDate		24/01/2007 
sl@0
   151
//! @SYMTestCaseDesc		Subst() test passing a mounted drive as paramater.
sl@0
   152
//!				Uses API elements: Subst().
sl@0
   153
//! @SYMTestActions		1. Call Connect().
sl@0
   154
//!				2. Call Subst() passing ROM-drive index and some path as second parameter.
sl@0
   155
//!				3. Call Close().
sl@0
   156
//! @SYMTestStatus		Implemented
sl@0
   157
//! @SYMTestPriority		Critical
sl@0
   158
//! @SYMTestExpectedResults	Function Subst() returns empty string through reference.
sl@0
   159
//! @SYMTestType		CIT
sl@0
   160
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   161
		CREATE_OBJECT	RFs	RFs1
sl@0
   162
		COMMAND		RFs1	new
sl@0
   163
		COMMAND		RFs1	Connect
sl@0
   164
		COMMAND		RFs1	Subst		PBASE-F32-RFS-PublicApi-1060-001-Subst_command03
sl@0
   165
		COMMAND		RFs1	Close
sl@0
   166
		COMMAND		RFs1	~		
sl@0
   167
	END_TEST_BLOCK	
sl@0
   168
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1060
sl@0
   169
sl@0
   170
sl@0
   171
START_TESTCASE			PBASE-F32-RFS-PublicApi-1066
sl@0
   172
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1066
sl@0
   173
//! @SYMAPI			RFs
sl@0
   174
//! @SYMCreationDate		22/08/2006 
sl@0
   175
//! @SYMTestCaseDesc		ErasePassword() test. Passing drive's number which doesn't support locking.
sl@0
   176
//!				Uses API elements: ErasePassword()
sl@0
   177
//! @SYMTestActions		1. Call Connect().
sl@0
   178
//!				2. Call ErasePassword() passing some drive's number which doesn't supported locking.	
sl@0
   179
//!				3. Call Close().
sl@0
   180
//! @SYMTestStatus		Implemented
sl@0
   181
//! @SYMTestPriority		High
sl@0
   182
//! @SYMTestExpectedResults	Function ErasePassword() returns KErrNotSupported.
sl@0
   183
//! @SYMTestType		CIT
sl@0
   184
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   185
		CREATE_OBJECT	RFs	RFs1
sl@0
   186
		COMMAND			RFs1	new
sl@0
   187
		COMMAND			RFs1	Connect
sl@0
   188
		COMMAND	!Error=-5	RFs1	ErasePassword		PBASE-F32-RFS-PublicApi-1066-001-ErasePassword_command03
sl@0
   189
		COMMAND			RFs1	Close
sl@0
   190
		COMMAND			RFs1	~		
sl@0
   191
	END_TEST_BLOCK	
sl@0
   192
END_TESTCASE			PBASE-F32-RFS-PublicApi-1066
sl@0
   193
sl@0
   194
sl@0
   195
START_TESTCASE			PBASE-F32-RFS-PublicApi-1071
sl@0
   196
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1071
sl@0
   197
//! @SYMAPI			RFs
sl@0
   198
//! @SYMCreationDate		22/08/2006 
sl@0
   199
//! @SYMTestCaseDesc		ClearPassword() test.
sl@0
   200
//!				Uses API elements: ClearPassword()
sl@0
   201
//! @SYMTestActions		1. Call Connect().
sl@0
   202
//!				2. Call ClearPassword() passing some drive's number which doesn't supported locking.	
sl@0
   203
//!				3. Call Close().
sl@0
   204
//! @SYMTestStatus		Implemented
sl@0
   205
//! @SYMTestPriority		High
sl@0
   206
//! @SYMTestExpectedResults	Function ClearPassword() returns KErrNotSupported.
sl@0
   207
//! @SYMTestType		CIT
sl@0
   208
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   209
		CREATE_OBJECT	RFs	RFs1
sl@0
   210
		COMMAND			RFs1	new
sl@0
   211
		COMMAND			RFs1	Connect
sl@0
   212
		COMMAND	!Error=-5	RFs1	ClearPassword		PBASE-F32-RFS-PublicApi-1071-001-ClearPassword_command03
sl@0
   213
		COMMAND			RFs1	Close
sl@0
   214
		COMMAND			RFs1	~		
sl@0
   215
	END_TEST_BLOCK	
sl@0
   216
END_TESTCASE			PBASE-F32-RFS-PublicApi-1071
sl@0
   217
sl@0
   218
sl@0
   219
START_TESTCASE			PBASE-F32-RFS-PublicApi-1077
sl@0
   220
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1077
sl@0
   221
//! @SYMAPI			RFs
sl@0
   222
//! @SYMCreationDate		22/08/2006 
sl@0
   223
//! @SYMTestCaseDesc		UnlockDrive() test. Testing with drive doesn't support locking.
sl@0
   224
//!				Uses API elements: UnlockDrive()
sl@0
   225
//! @SYMTestActions		1. Call Connect().
sl@0
   226
//!				2. Call UnlockDrive() passing some drive's number which doesn't supported locking and 'test' as password.	
sl@0
   227
//!				3. Call Close().
sl@0
   228
//! @SYMTestStatus		Implemented
sl@0
   229
//! @SYMTestPriority		High
sl@0
   230
//! @SYMTestExpectedResults	Function UnlockDrive() returns KErrNotSupported.
sl@0
   231
//! @SYMTestType		CIT
sl@0
   232
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   233
		CREATE_OBJECT	RFs	RFs1
sl@0
   234
		COMMAND			RFs1	new
sl@0
   235
		COMMAND			RFs1	Connect
sl@0
   236
		COMMAND	!Error=-5	RFs1	UnlockDrive		PBASE-F32-RFS-PublicApi-1077-001-UnlockDrive_command03
sl@0
   237
		COMMAND			RFs1	Close
sl@0
   238
		COMMAND			RFs1	~		
sl@0
   239
	END_TEST_BLOCK	
sl@0
   240
END_TESTCASE			PBASE-F32-RFS-PublicApi-1077
sl@0
   241
sl@0
   242
sl@0
   243
START_TESTCASE 			PBASE-F32-RFS-PublicApi-1090
sl@0
   244
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-1090
sl@0
   245
//! @SYMAPI			RFs
sl@0
   246
//! @SYMAuthor			Anton Grober 
sl@0
   247
//! @SYMCreationDate		8/03/2007 
sl@0
   248
//! @SYMTestCaseDesc		SetSubst() functions test. Passing ROM drive index as second parameter and existing path to folder as second parameter.
sl@0
   249
//!				Uses API elements:  SetSubst().
sl@0
   250
//! @SYMTestActions		1. Call Connect().
sl@0
   251
//!				2. Call SetSubst() passing "ROMDriveTestPath:\base\" as a first parameter and non-mounted valid drive's number as a drive number.
sl@0
   252
//!				3. Check that function returned KErrNone.	
sl@0
   253
//!				4. Call SetSubst() passing ""(empty descriptor) as a first parameter and non-mounted valid drive's number as a drive number. This will unsubst the substed.
sl@0
   254
//!				5. Call Close().
sl@0
   255
//! @SYMTestStatus		Implemented
sl@0
   256
//! @SYMTestPriority		Critical
sl@0
   257
//! @SYMTestExpectedResults	Function SetSubst() returns KErrNone.
sl@0
   258
//! @SYMTestType		CIT
sl@0
   259
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   260
		CREATE_OBJECT	RFs	RFs1
sl@0
   261
		COMMAND		RFs1	new
sl@0
   262
		COMMAND		RFs1	Connect
sl@0
   263
		COMMAND		RFs1	SetSubst		PBASE-F32-RFS-PublicApi-1090-001-SetSubst_command03
sl@0
   264
		COMMAND		RFs1	SetSubst		PBASE-F32-RFS-PublicApi-1090-001-SetSubst_command04
sl@0
   265
		COMMAND		RFs1	Close
sl@0
   266
		COMMAND		RFs1	~		
sl@0
   267
	END_TEST_BLOCK	
sl@0
   268
END_TESTCASE 			PBASE-F32-RFS-PublicApi-1090
sl@0
   269
sl@0
   270
sl@0
   271
START_TESTCASE 			PBASE-F32-RFS-PublicApi-3012
sl@0
   272
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-3012
sl@0
   273
//! @SYMAPI			RFs
sl@0
   274
//! @SYMTestCaseDesc		Function IsRomAddress() test.
sl@0
   275
//!				Uses API elements: IsFileInRom(), IsRomAddress().
sl@0
   276
//! @SYMTestActions		1. Call Connect().
sl@0
   277
//!				2. Call IsFileInRom(), get address of "<ROMDriveChar>:\base\T_Sfsrv\test_rom.txt"
sl@0
   278
//!				3. Call IsRomAddress(), pass address that was got by IsFileInRom as parameter and check that file in rom.
sl@0
   279
//!				4. Call Close().
sl@0
   280
//! @SYMTestStatus		Implemented
sl@0
   281
//! @SYMTestPriority		Critical
sl@0
   282
//! @SYMTestExpectedResults	File is located in rom.
sl@0
   283
//! @SYMTestType		CIT
sl@0
   284
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   285
		CREATE_OBJECT	RFs	RFs1
sl@0
   286
		COMMAND		RFs1	new
sl@0
   287
		COMMAND		RFs1	Connect
sl@0
   288
		COMMAND		RFs1	IsFileInRom		PBASE-F32-RFS-PublicApi-3012-001-IsFileInRom_command03
sl@0
   289
		COMMAND		RFs1	IsRomAddress		PBASE-F32-RFS-PublicApi-3012-001-IsRomAddress_command04
sl@0
   290
		COMMAND		RFs1	Close
sl@0
   291
		COMMAND		RFs1	~		
sl@0
   292
	END_TEST_BLOCK	
sl@0
   293
END_TESTCASE 			PBASE-F32-RFS-PublicApi-3012
sl@0
   294
sl@0
   295
START_TESTCASE 			PBASE-F32-RFS-PublicApi-0019
sl@0
   296
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-0019
sl@0
   297
//! @SYMAPI			RFs
sl@0
   298
//! @SYMTestCaseDesc		Function FileSystemSubType() test with ROM drive.
sl@0
   299
//!				Uses API elements: FileSystemSubType().
sl@0
   300
//! @SYMTestActions		1. Call Connect() method.
sl@0
   301
//!				2. Call FileSystemSubType() passing the ROM drive number as argument. Check that aName parameter is set to "Win32" under WINSCW and to "Rom" under ARMv5.
sl@0
   302
//!				3. Call Close() method.
sl@0
   303
//! @SYMTestStatus		Implemented
sl@0
   304
//! @SYMTestPriority		Critical
sl@0
   305
//! @SYMTestExpectedResults	FileSystemSubType() returns KErrNone and the real sub type name of the file system through the aName output argument.
sl@0
   306
//! @SYMTestType		CIT
sl@0
   307
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   308
		CREATE_OBJECT	RFs	RFs1
sl@0
   309
		COMMAND		RFs1	new
sl@0
   310
		COMMAND		RFs1	Connect
sl@0
   311
		COMMAND		RFs1	FileSystemSubType		PBASE-F32-RFS-PublicApi-0019-001-FileSystemSubType_command03
sl@0
   312
		COMMAND		RFs1	Close
sl@0
   313
		COMMAND		RFs1	~		
sl@0
   314
	END_TEST_BLOCK	
sl@0
   315
END_TESTCASE 			PBASE-F32-RFS-PublicApi-0019
sl@0
   316
sl@0
   317
sl@0
   318
START_TESTCASE 			PBASE-F32-RFS-PublicApi-3016
sl@0
   319
//! @SYMTestCaseID		PBASE-F32-RFS-PublicApi-3016
sl@0
   320
//! @SYMAPI			RFs
sl@0
   321
//! @SYMTestCaseDesc		Function InitialisePropertiesFile() test.
sl@0
   322
//!				Uses API elements: InitialisePropertiesFile().
sl@0
   323
//! @SYMTestActions		1. Call Connect().
sl@0
   324
//!				2. Call InitialisePropertiesFile() and pass "<ROMDriveChar>:\base\T_Sfsrv\test_rom.txt" as argument.
sl@0
   325
//!				3. Call Close().
sl@0
   326
//! @SYMTestStatus		Implemented
sl@0
   327
//! @SYMTestPriority		Critical
sl@0
   328
//! @SYMTestExpectedResults	KErrPermissionDenied, because can only be called from the ESTART process.
sl@0
   329
//! @SYMTestType		CIT
sl@0
   330
	START_TEST_BLOCK	100	T_Sfsrv	\base\PBASE-F32-RFS-PublicApi-ROM.ini 
sl@0
   331
		CREATE_OBJECT	RFs	RFs1
sl@0
   332
		COMMAND			RFs1	new
sl@0
   333
		COMMAND			RFs1	Connect
sl@0
   334
		COMMAND	!Error=-46	RFs1	InitialisePropertiesFile		PBASE-F32-RFS-PublicApi-3016-001-InitialisePropertiesFile_command03
sl@0
   335
		COMMAND			RFs1	Close
sl@0
   336
		COMMAND			RFs1	~		
sl@0
   337
	END_TEST_BLOCK	
sl@0
   338
END_TESTCASE 			PBASE-F32-RFS-PublicApi-3016
sl@0
   339
sl@0
   340
sl@0
   341