baseapitest/basesvs/validation/f32/sfsrv/testdata/PBASE-F32-FileText-PublicApi.ini
changeset 0 a41df078684a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/baseapitest/basesvs/validation/f32/sfsrv/testdata/PBASE-F32-FileText-PublicApi.ini	Mon Oct 19 15:55:17 2009 +0100
@@ -0,0 +1,340 @@
+[include]
+file1					=\base\base_f32_env.ini
+
+
+[PBASE-F32-FileText-PublicApi-0002command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0002command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0004command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0004command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0004command9Read]
+expected_str			=Symbian rocks my world!
+
+
+
+[PBASE-F32-FileText-PublicApi-0005command6Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_eof.txt
+file_mode			=EFileWrite
+
+
+
+[PBASE-F32-FileText-PublicApi-0005command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0005command9Write]
+text				=Symbian is the best!!11ONEONE
+
+
+
+[PBASE-F32-FileText-PublicApi-0005command10Seek]
+seek_mode			=ESeekStart
+
+
+
+[PBASE-F32-FileText-PublicApi-0005command11Read]
+expected_str			=Symbian is the best!!11ONEONE
+
+
+
+[PBASE-F32-FileText-PublicApi-0006command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0006command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0006command9Seek]
+seek_mode			=ESeekStart
+
+
+
+[PBASE-F32-FileText-PublicApi-0006command10Read]
+expected_str			=Symbian rocks my world!
+
+
+
+[PBASE-F32-FileText-PublicApi-0007command5Open]
+RFs	=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0007command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0007command9Seek]
+seek_mode			=ESeekEnd
+
+
+
+[PBASE-F32-FileText-PublicApi-0008command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\new_file.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0008command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0008command9Write]
+text				=Writing in read-mode
+
+
+
+[PBASE-F32-FileText-PublicApi-0009command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\big_line.txt
+file_mode			=EFileRead
+
+
+[PBASE-F32-FileText-PublicApi-0009command8Set]
+object_name	=RFile1
+
+[big_buffer]
+buffer_length = 512
+
+[PBASE-F32-FileText-PublicApi-0010command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\big_line.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0010command8Set]
+object_name	=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0010command9Read]
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command5Replace]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\any.txt
+file_mode			=EFileWrite
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command9Write]
+text				=First string
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command10Write]
+text				=Second string
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command11Write]
+text				=Third string
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command15Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\multiline.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command18Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command19Read]
+expected_str			=First string
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command20Read]
+expected_str			=Second string
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0011command21Read]
+expected_str			=Third string
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\oneliner.txt
+file_mode			=EFileWrite
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command9Write]
+text				=Appended string
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command13Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\oneliner.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command16Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command18Read]
+expected_str			=First string
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0012command19Read]
+expected_str			=Appended string
+buffer_length			=32
+
+
+
+[PBASE-F32-FileText-PublicApi-0013command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0013command8Set]
+object_name			=RFile1
+
+
+
+[PBASE-F32-FileText-PublicApi-0013command9Seek]
+seek_mode			=ESeekAddress
+
+
+
+[PBASE-F32-FileText-PublicApi-0014command5Open]
+RFs				=RFs1
+file				={Drives, RAMDriveTestPath}t_filetext\filetext_read.txt
+file_mode			=EFileRead
+
+
+
+[PBASE-F32-FileText-PublicApi-0014command8Set]
+object_name			=RFile1
+
+[test_dir]
+dir				={Drives, RAMDriveTestPath}t_filetext\
+
+[test_file1]
+oldname			={Drives, SystemDriveTestPath}filetext_read.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			=false
+operation		=0
+
+[test_file2]
+oldname			={Drives, SystemDriveTestPath}oneliner.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[test_file3]
+oldname			={Drives, SystemDriveTestPath}multiline.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[test_file4]
+oldname			={Drives, SystemDriveTestPath}any.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[test_file5]
+oldname			={Drives, SystemDriveTestPath}big_line.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[test_file6]
+oldname			={Drives, SystemDriveTestPath}new_file.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[test_file7]
+oldname			={Drives, SystemDriveTestPath}filetext_eof.txt
+newname			={Drives, RAMDriveTestPath}t_filetext\
+async			  = false
+operation		=0
+
+[all_test_files]
+filename			={Drives, RAMDriveTestPath}t_filetext\*.*
+async				=FALSE
+operation 			=EOverWrite
+
+
+[PBASE-F32-FileText-PublicApi-0014command9Seek]
+seek_mode			=ESeekCurrent
+
+
+[RFile1]
+name=RFile1
+
+[CFileMan1]
+name = CFileMan1
+
+[fileman_fs]
+rfsObject = RFs1
+
+[TFileText1]
+name=TFileText1
+
+
+[RFs1]
+name=RFs1