common/tools/ats/bctest/base/test.xml
author Brendan Donegan brendand@symbian.org
Tue, 18 Aug 2009 13:48:35 +0100
changeset 407 57a2cac6870f
parent 406 2280687273bd
child 552 8018a074606b
permissions -rw-r--r--
casing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
399
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     1
<?xml version="1.0"?>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     2
<test>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     3
	<id>1</id>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     4
	<owner>admin</owner>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     5
	<priority>10</priority>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     6
    <build></build>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     7
    <buildid></buildid>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     8
	<name>Base SVS Tests</name>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     9
	<target>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    10
		<device alias="emulator_udeb" rank="master">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    11
			<property name="harness" value="GENERIC" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    12
			<property name="name" value="emulator_udeb" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    13
		</device>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    14
	</target>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    15
	<plan id="" name="Base SVS Plan" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    16
		<target>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    17
			<device rank="master" alias="emulator_udeb"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    18
		</target>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    19
        <session id="" name="Base SVS Session" harness="GENERIC" enabled="true" passrate="100">
407
Brendan Donegan brendand@symbian.org
parents: 406
diff changeset
    20
            <set id="" name="FAT32" harness="GENERIC" enabled="true" passrate="100">
399
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    21
                <case id="" name="Install Common Files for FAT32" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    22
					<step name="test.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    23
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    24
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    25
							<param src="test.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    26
							<param dst="C:\base\t_sfsrv\test.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    27
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    28
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    29
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    30
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    31
					<step name="USBLOAD.ZIP (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    32
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    33
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    34
							<param src="USBLOAD.ZIP"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    35
							<param dst="C:\base\t_sfsrv\USBLOAD.ZIP"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    36
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    37
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    38
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    39
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    40
					<step name="test_rom.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    41
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    42
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    43
							<param src="test_rom.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    44
							<param dst="z:\base\t_sfsrv\test_rom.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    45
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    46
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    47
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    48
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    49
					<step name="Test1.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    50
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    51
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    52
							<param src="Test1.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    53
							<param dst="C:\base\t_sfsrv\Test1.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    54
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    55
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    56
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    57
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    58
					<step name="Test2.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    59
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    60
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    61
							<param src="Test2.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    62
							<param dst="C:\base\t_sfsrv\Test2.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    63
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    64
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    65
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    66
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    67
					<step name="Test3.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    68
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    69
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    70
							<param src="Test3.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    71
							<param dst="C:\base\t_sfsrv\Test3.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    72
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    73
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    74
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    75
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    76
					<step name="1mb (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    77
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    78
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    79
							<param src="1mb"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    80
							<param dst="C:\base\t_sfsrv\1mb"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    81
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    82
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    83
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    84
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    85
					<step name="any.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    86
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    87
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    88
							<param src="any.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    89
							<param dst="C:\base\t_sfsrv\any.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    90
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    91
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    92
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    93
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    94
					<step name="big_line.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    95
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    96
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    97
							<param src="big_line.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    98
							<param dst="C:\base\t_sfsrv\big_line.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    99
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   100
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   101
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   102
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   103
					<step name="filetext_eof.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   104
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   105
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   106
							<param src="filetext_eof.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   107
							<param dst="C:\base\t_sfsrv\filetext_eof.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   108
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   109
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   110
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   111
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   112
					<step name="filetext_read.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   113
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   114
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   115
							<param src="filetext_read.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   116
							<param dst="C:\base\t_sfsrv\filetext_read.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   117
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   118
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   119
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   120
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   121
					<step name="multiline.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   122
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   123
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   124
							<param src="multiline.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   125
							<param dst="C:\base\t_sfsrv\multiline.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   126
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   127
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   128
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   129
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   130
					<step name="new_file.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   131
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   132
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   133
							<param src="new_file.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   134
							<param dst="C:\base\t_sfsrv\new_file.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   135
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   136
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   137
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   138
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   139
					<step name="oneliner.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   140
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   141
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   142
							<param src="oneliner.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   143
							<param dst="C:\base\t_sfsrv\oneliner.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   144
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   145
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   146
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   147
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   148
					<step name="big.txt (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   149
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   150
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   151
							<param src="big.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   152
							<param dst="C:\base\t_sfsrv\big.txt"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   153
							<param component-path="basesvs\base\t_sfsrv"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   154
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   155
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   156
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   157
					<step name="base_f32_env.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   158
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   159
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   160
							<param src="base_f32_env.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   161
							<param dst="C:\base\base_f32_env.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   162
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   163
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   164
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   165
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   166
					<step name="t_base.tcs (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   167
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   168
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   169
							<param src="t_base.tcs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   170
							<param dst="C:\base\t_base.tcs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   171
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   172
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   173
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   174
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   175
					<step name="T_SFSRV.EXE (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   176
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   177
							<param type="binary"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   178
							<param src="T_SFSRV.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   179
							<param dst="C:\sys\bin\T_SFSRV.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   180
							<param component-path="basesvs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   181
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   182
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   183
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   184
					<step name="T_PERF.EXE (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   185
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   186
							<param type="binary"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   187
							<param src="T_PERF.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   188
							<param dst="C:\sys\bin\T_PERF.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   189
							<param component-path="basesvs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   190
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   191
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   192
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   193
					<step name="T_PROMPT.EXE (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   194
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   195
							<param type="binary"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   196
							<param src="T_PROMPT.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   197
							<param dst="C:\sys\bin\T_PROMPT.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   198
							<param component-path="basesvs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   199
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   200
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   201
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   202
					<step name="T_FAT32SERVER.EXE (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   203
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   204
							<param type="binary"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   205
							<param src="T_FAT32SERVER.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   206
							<param dst="C:\sys\bin\T_FAT32SERVER.EXE"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   207
							<param component-path="basesvs"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   208
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   209
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   210
					</step>
404
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   211
					<step name="T_TESTFSY1.FSY (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   212
						<params>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   213
							<param type="binary"/>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   214
							<param src="T_TESTFSY1.FSY"/>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   215
							<param dst="C:\sys\bin\T_TESTFSY1.FSY"/>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   216
							<param component-path="basesvs"/>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   217
						</params>
dbc02555d7a2 added missing file system plugin
Brendan Donegan brendand@symbian.org
parents: 403
diff changeset
   218
						<command>install</command>
406
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   219
					</step>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   220
					<step name="T_TESTFXT.FXT (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   221
						<params>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   222
							<param type="binary"/>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   223
							<param src="T_TESTFXT.FXT"/>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   224
							<param dst="C:\sys\bin\T_TESTFXT.FXT"/>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   225
							<param component-path="basesvs"/>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   226
						</params>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   227
						<command>install</command>
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
   228
					</step> 
399
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   229
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   230
                <case id="" name="Drive Unit (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   231
					<step name="pbase-f32-driveunit-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   232
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   233
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   234
							<param src="pbase-f32-driveunit-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   235
							<param dst="c:\base\pbase-f32-driveunit-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   236
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   237
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   238
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   239
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   240
					<step name="pbase-f32-driveunit-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   241
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   242
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   243
							<param src="pbase-f32-driveunit-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   244
							<param dst="c:\base\pbase-f32-driveunit-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   245
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   246
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   247
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   248
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   249
					<step name="pbase-f32-driveunit-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   250
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   251
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   252
							<param parameters="c:\base\pbase-f32-driveunit-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   253
							<param result-file="c:\logs\testexecute\pbase-f32-driveunit-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   254
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   255
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   256
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   257
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   258
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   259
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   260
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   261
                <case id="" name="Format (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   262
					<step name="pbase-f32-format-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   263
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   264
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   265
							<param src="pbase-f32-format-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   266
							<param dst="c:\base\pbase-f32-format-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   267
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   268
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   269
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   270
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   271
					<step name="pbase-f32-format-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   272
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   273
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   274
							<param src="pbase-f32-format-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   275
							<param dst="c:\base\pbase-f32-format-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   276
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   277
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   278
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   279
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   280
					<step name="pbase-f32-format-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   281
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   282
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   283
							<param parameters="c:\base\pbase-f32-format-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   284
							<param result-file="c:\logs\testexecute\pbase-f32-format-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   285
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   286
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   287
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   288
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   289
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   290
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   291
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   292
                <case id="" name="Format (ROM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   293
					<step name="pbase-f32-format-publicapi-rom.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   294
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   295
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   296
							<param src="pbase-f32-format-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   297
							<param dst="c:\base\pbase-f32-format-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   298
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   299
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   300
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   301
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   302
					<step name="pbase-f32-format-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   303
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   304
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   305
							<param src="pbase-f32-format-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   306
							<param dst="c:\base\pbase-f32-format-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   307
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   308
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   309
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   310
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   311
					<step name="pbase-f32-format-publicapi-rom.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   312
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   313
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   314
							<param parameters="c:\base\pbase-f32-format-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   315
							<param result-file="c:\logs\testexecute\pbase-f32-format-publicapi-rom.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   316
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   317
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   318
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   319
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   320
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   321
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   322
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   323
                <case id="" name="Raw Disk (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   324
					<step name="pbase-f32-rawdisk-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   325
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   326
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   327
							<param src="pbase-f32-rawdisk-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   328
							<param dst="c:\base\pbase-f32-rawdisk-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   329
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   330
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   331
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   332
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   333
					<step name="pbase-f32-rawdisk-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   334
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   335
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   336
							<param src="pbase-f32-rawdisk-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   337
							<param dst="c:\base\pbase-f32-rawdisk-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   338
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   339
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   340
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   341
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   342
					<step name="pbase-f32-rawdisk-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   343
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   344
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   345
							<param parameters="c:\base\pbase-f32-rawdisk-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   346
							<param result-file="c:\logs\testexecute\pbase-f32-rawdisk-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   347
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   348
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   349
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   350
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   351
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   352
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   353
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   354
                <case id="" name="Directories (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   355
					<step name="pbase-f32-dir-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   356
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   357
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   358
							<param src="pbase-f32-dir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   359
							<param dst="c:\base\pbase-f32-dir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   360
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   361
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   362
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   363
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   364
					<step name="pbase-f32-dir-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   365
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   366
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   367
							<param src="pbase-f32-dir-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   368
							<param dst="c:\base\pbase-f32-dir-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   369
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   370
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   371
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   372
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   373
					<step name="pbase-f32-dir-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   374
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   375
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   376
							<param parameters="c:\base\pbase-f32-dir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   377
							<param result-file="c:\logs\testexecute\pbase-f32-dir-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   378
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   379
							<param parser="teftestresultparser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   380
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   381
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   382
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   383
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   384
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   385
                <case id="" name="Directory Scan (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   386
                    <step name="pbase-f32-dirscan-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   387
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   388
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   389
							<param src="pbase-f32-dirscan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   390
							<param dst="c:\base\pbase-f32-dirscan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   391
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   392
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   393
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   394
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   395
					<step name="pbase-f32-dirscan-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   396
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   397
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   398
							<param src="pbase-f32-dirscan-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   399
							<param dst="c:\base\pbase-f32-dirscan-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   400
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   401
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   402
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   403
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   404
					<step name="pbase-f32-dirscan-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   405
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   406
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   407
							<param parameters="c:\base\pbase-f32-dirscan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   408
							<param result-file="c:\logs\testexecute\pbase-f32-dirscan-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   409
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   410
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   411
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   412
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   413
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   414
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   415
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   416
                <case id="" name="Files (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   417
					<step name="pbase-f32-file-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   418
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   419
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   420
							<param src="pbase-f32-file-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   421
							<param dst="c:\base\pbase-f32-file-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   422
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   423
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   424
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   425
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   426
					<step name="pbase-f32-file-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   427
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   428
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   429
							<param src="pbase-f32-file-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   430
							<param dst="c:\base\pbase-f32-file-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   431
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   432
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   433
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   434
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   435
					<step name="pbase-f32-file-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   436
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   437
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   438
							<param parameters="c:\base\pbase-f32-file-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   439
							<param result-file="c:\logs\testexecute\pbase-f32-file-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   440
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   441
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   442
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   443
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   444
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   445
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   446
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   447
                <case id="" name="File Manager (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   448
					<step name="pbase-f32-fileman-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   449
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   450
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   451
							<param src="pbase-f32-fileman-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   452
							<param dst="c:\base\pbase-f32-fileman-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   453
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   454
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   455
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   456
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   457
					<step name="pbase-f32-fileman-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   458
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   459
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   460
							<param src="pbase-f32-fileman-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   461
							<param dst="c:\base\pbase-f32-fileman-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   462
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   463
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   464
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   465
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   466
					<step name="pbase-f32-fileman-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   467
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   468
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   469
							<param parameters="c:\base\pbase-f32-fileman-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   470
							<param result-file="c:\logs\testexecute\pbase-f32-fileman-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   471
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   472
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   473
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   474
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   475
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   476
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   477
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   478
                <case id="" name="File Manager (OS)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   479
					<step name="pbase-f32-fileman-publicapi-os.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   480
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   481
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   482
							<param src="pbase-f32-fileman-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   483
							<param dst="c:\base\pbase-f32-fileman-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   484
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   485
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   486
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   487
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   488
					<step name="pbase-f32-fileman-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   489
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   490
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   491
							<param src="pbase-f32-fileman-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   492
							<param dst="c:\base\pbase-f32-fileman-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   493
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   494
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   495
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   496
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   497
					<step name="pbase-f32-fileman-publicapi-os.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   498
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   499
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   500
							<param parameters="c:\base\pbase-f32-fileman-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   501
							<param result-file="c:\logs\testexecute\pbase-f32-fileman-publicapi-os.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   502
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   503
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   504
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   505
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   506
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   507
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   508
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   509
                <case id="" name="Identical File Names (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   510
					<step name="pbase-f32-filenamesidentical-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   511
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   512
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   513
							<param src="pbase-f32-filenamesidentical-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   514
							<param dst="c:\base\pbase-f32-filenamesidentical-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   515
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   516
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   517
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   518
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   519
					<step name="pbase-f32-filenamesidentical-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   520
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   521
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   522
							<param src="pbase-f32-filenamesidentical-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   523
							<param dst="c:\base\pbase-f32-filenamesidentical-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   524
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   525
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   526
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   527
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   528
					<step name="pbase-f32-filenamesidentical-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   529
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   530
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   531
							<param parameters="c:\base\pbase-f32-filenamesidentical-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   532
							<param result-file="c:\logs\testexecute\pbase-f32-filenamesidentical-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   533
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   534
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   535
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   536
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   537
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   538
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   539
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   540
                <case id="" name="RDir (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   541
					<step name="pbase-f32-rdir-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   542
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   543
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   544
							<param src="pbase-f32-rdir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   545
							<param dst="c:\base\pbase-f32-rdir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   546
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   547
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   548
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   549
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   550
					<step name="pbase-f32-rdir-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   551
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   552
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   553
							<param src="pbase-f32-rdir-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   554
							<param dst="c:\base\pbase-f32-rdir-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   555
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   556
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   557
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   558
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   559
					<step name="pbase-f32-rdir-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   560
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   561
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   562
							<param parameters="c:\base\pbase-f32-rdir-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   563
							<param result-file="c:\logs\testexecute\pbase-f32-rdir-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   564
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   565
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   566
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   567
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   568
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   569
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   570
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   571
                <case id="" name="Entries (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   572
					<step name="pbase-f32-entry-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   573
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   574
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   575
							<param src="pbase-f32-entry-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   576
							<param dst="c:\base\pbase-f32-entry-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   577
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   578
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   579
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   580
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   581
					<step name="pbase-f32-entry-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   582
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   583
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   584
							<param src="pbase-f32-entry-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   585
							<param dst="c:\base\pbase-f32-entry-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   586
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   587
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   588
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   589
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   590
					<step name="pbase-f32-entry-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   591
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   592
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   593
							<param parameters="c:\base\pbase-f32-entry-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   594
							<param result-file="c:\logs\testexecute\pbase-f32-entry-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   595
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   596
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   597
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   598
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   599
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   600
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   601
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   602
                <case id="" name="File Text (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   603
					<step name="pbase-f32-filetext-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   604
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   605
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   606
							<param src="pbase-f32-filetext-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   607
							<param dst="c:\base\pbase-f32-filetext-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   608
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   609
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   610
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   611
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   612
					<step name="pbase-f32-filetext-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   613
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   614
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   615
							<param src="pbase-f32-filetext-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   616
							<param dst="c:\base\pbase-f32-filetext-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   617
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   618
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   619
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   620
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   621
					<step name="pbase-f32-filetext-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   622
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   623
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   624
							<param parameters="c:\base\pbase-f32-filetext-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   625
							<param result-file="c:\logs\testexecute\pbase-f32-filetext-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   626
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   627
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   628
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   629
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   630
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   631
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   632
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   633
                <case id="" name="Volume Info (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   634
					<step name="pbase-f32-volumeinfo-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   635
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   636
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   637
							<param src="pbase-f32-volumeinfo-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   638
							<param dst="c:\base\pbase-f32-volumeinfo-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   639
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   640
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   641
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   642
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   643
					<step name="pbase-f32-volumeinfo-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   644
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   645
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   646
							<param src="pbase-f32-volumeinfo-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   647
							<param dst="c:\base\pbase-f32-volumeinfo-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   648
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   649
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   650
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   651
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   652
					<step name="pbase-f32-volumeinfo-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   653
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   654
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   655
							<param parameters="c:\base\pbase-f32-volumeinfo-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   656
							<param result-file="c:\logs\testexecute\pbase-f32-volumeinfo-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   657
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   658
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   659
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   660
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   661
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   662
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   663
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   664
                <case id="" name="Parse (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   665
					<step name="pbase-f32-parse-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   666
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   667
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   668
							<param src="pbase-f32-parse-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   669
							<param dst="c:\base\pbase-f32-parse-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   670
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   671
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   672
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   673
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   674
					<step name="pbase-f32-parse-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   675
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   676
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   677
							<param src="pbase-f32-parse-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   678
							<param dst="c:\base\pbase-f32-parse-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   679
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   680
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   681
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   682
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   683
					<step name="pbase-f32-parse-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   684
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   685
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   686
							<param parameters="c:\base\pbase-f32-parse-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   687
							<param result-file="c:\logs\testexecute\pbase-f32-parse-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   688
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   689
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   690
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   691
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   692
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   693
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   694
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   695
                <case id="" name="Parse Ptr (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   696
					<step name="pbase-f32-parseptr-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   697
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   698
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   699
							<param src="pbase-f32-parseptr-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   700
							<param dst="c:\base\pbase-f32-parseptr-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   701
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   702
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   703
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   704
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   705
					<step name="pbase-f32-parseptr-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   706
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   707
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   708
							<param src="pbase-f32-parseptr-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   709
							<param dst="c:\base\pbase-f32-parseptr-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   710
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   711
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   712
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   713
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   714
					<step name="pbase-f32-parseptr-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   715
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   716
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   717
							<param parameters="c:\base\pbase-f32-parseptr-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   718
							<param result-file="c:\logs\testexecute\pbase-f32-parseptr-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   719
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   720
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   721
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   722
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   723
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   724
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   725
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   726
                <case id="" name="Parse PtrC (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   727
					<step name="pbase-f32-parseptrc-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   728
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   729
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   730
							<param src="pbase-f32-parseptrc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   731
							<param dst="c:\base\pbase-f32-parseptrc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   732
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   733
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   734
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   735
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   736
					<step name="pbase-f32-parseptrc-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   737
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   738
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   739
							<param src="pbase-f32-parseptrc-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   740
							<param dst="c:\base\pbase-f32-parseptrc-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   741
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   742
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   743
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   744
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   745
					<step name="pbase-f32-parseptrc-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   746
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   747
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   748
							<param parameters="c:\base\pbase-f32-parseptrc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   749
							<param result-file="c:\logs\testexecute\pbase-f32-parseptrc-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   750
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   751
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   752
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   753
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   754
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   755
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   756
                </case><case id="" name="Parse Inherited (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   757
					<step name="pbase-f32-parse-inherited-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   758
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   759
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   760
							<param src="pbase-f32-parse-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   761
							<param dst="c:\base\pbase-f32-parse-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   762
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   763
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   764
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   765
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   766
					<step name="pbase-f32-parsebase-inherited-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   767
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   768
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   769
							<param src="pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   770
							<param dst="c:\base\pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   771
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   772
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   773
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   774
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   775
					<step name="pbase-f32-parse-inherited-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   776
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   777
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   778
							<param parameters="c:\base\pbase-f32-parse-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   779
							<param result-file="c:\logs\testexecute\pbase-f32-parse-inherited-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   780
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   781
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   782
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   783
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   784
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   785
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   786
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   787
                <case id="" name="Parse Ptr Inherited (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   788
					<step name="pbase-f32-parseptr-inherited-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   789
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   790
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   791
							<param src="pbase-f32-parseptr-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   792
							<param dst="c:\base\pbase-f32-parseptr-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   793
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   794
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   795
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   796
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   797
					<step name="pbase-f32-parsebase-inherited-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   798
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   799
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   800
							<param src="pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   801
							<param dst="c:\base\pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   802
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   803
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   804
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   805
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   806
					<step name="pbase-f32-parseptr-inherited-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   807
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   808
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   809
							<param parameters="c:\base\pbase-f32-parseptr-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   810
							<param result-file="c:\logs\testexecute\pbase-f32-parseptr-inherited-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   811
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   812
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   813
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   814
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   815
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   816
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   817
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   818
                <case id="" name="Parse PtrC Inherited (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   819
					<step name="pbase-f32-parseptrc-inherited-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   820
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   821
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   822
							<param src="pbase-f32-parseptrc-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   823
							<param dst="c:\base\pbase-f32-parseptrc-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   824
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   825
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   826
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   827
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   828
					<step name="pbase-f32-parsebase-inherited-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   829
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   830
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   831
							<param src="pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   832
							<param dst="c:\base\pbase-f32-parsebase-inherited-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   833
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   834
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   835
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   836
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   837
					<step name="pbase-f32-parseptrc-inherited-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   838
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   839
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   840
							<param parameters="c:\base\pbase-f32-parseptrc-inherited-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   841
							<param result-file="c:\logs\testexecute\pbase-f32-parseptrc-inherited-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   842
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   843
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   844
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   845
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   846
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   847
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   848
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   849
                <case id="" name="Entry Array (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   850
					<step name="pbase-f32-entryarray-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   851
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   852
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   853
							<param src="pbase-f32-entryarray-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   854
							<param dst="c:\base\pbase-f32-entryarray-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   855
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   856
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   857
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   858
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   859
					<step name="pbase-f32-entryarray-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   860
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   861
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   862
							<param src="pbase-f32-entryarray-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   863
							<param dst="c:\base\pbase-f32-entryarray-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   864
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   865
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   866
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   867
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   868
					<step name="pbase-f32-entryarray-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   869
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   870
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   871
							<param parameters="c:\base\pbase-f32-entryarray-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   872
							<param result-file="c:\logs\testexecute\pbase-f32-entryarray-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   873
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   874
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   875
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   876
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   877
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   878
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   879
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   880
                <case id="" name="Find File (OS)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   881
					<step name="pbase-f32-findfile-publicapi-os.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   882
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   883
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   884
							<param src="pbase-f32-findfile-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   885
							<param dst="c:\base\pbase-f32-findfile-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   886
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   887
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   888
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   889
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   890
					<step name="pbase-f32-findfile-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   891
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   892
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   893
							<param src="pbase-f32-findfile-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   894
							<param dst="c:\base\pbase-f32-findfile-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   895
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   896
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   897
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   898
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   899
					<step name="pbase-f32-findfile-publicapi-os.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   900
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   901
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   902
							<param parameters="c:\base\pbase-f32-findfile-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   903
							<param result-file="c:\logs\testexecute\pbase-f32-findfile-publicapi-os.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   904
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   905
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   906
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   907
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   908
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   909
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   910
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   911
                <case id="" name="Find File (Removable Drive)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   912
					<step name="pbase-f32-findfile-publicapi-rem.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   913
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   914
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   915
							<param src="pbase-f32-findfile-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   916
							<param dst="c:\base\pbase-f32-findfile-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   917
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   918
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   919
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   920
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   921
					<step name="pbase-f32-findfile-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   922
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   923
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   924
							<param src="pbase-f32-findfile-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   925
							<param dst="c:\base\pbase-f32-findfile-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   926
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   927
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   928
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   929
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   930
					<step name="pbase-f32-findfile-publicapi-rem.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   931
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   932
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   933
							<param parameters="c:\base\pbase-f32-findfile-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   934
							<param result-file="c:\logs\testexecute\pbase-f32-findfile-publicapi-rem.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   935
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   936
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   937
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   938
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   939
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   940
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   941
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   942
                <case id="" name="Open File Scan (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   943
					<step name="pbase-f32-openfilescan-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   944
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   945
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   946
							<param src="pbase-f32-openfilescan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   947
							<param dst="c:\base\pbase-f32-openfilescan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   948
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   949
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   950
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   951
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   952
					<step name="pbase-f32-openfilescan-publicapi.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   953
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   954
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   955
							<param src="pbase-f32-openfilescan-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   956
							<param dst="c:\base\pbase-f32-openfilescan-publicapi.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   957
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   958
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   959
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   960
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   961
					<step name="pbase-f32-openfilescan-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   962
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   963
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   964
							<param parameters="c:\base\pbase-f32-openfilescan-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   965
							<param result-file="c:\logs\testexecute\pbase-f32-openfilescan-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   966
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   967
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   968
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   969
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   970
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   971
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   972
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   973
                <case id="" name="RFs Drive Functions (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   974
					<step name="pbase-f32-rfs-drives-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   975
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   976
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   977
							<param src="pbase-f32-rfs-drives-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   978
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   979
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   980
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   981
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   982
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   983
					<step name="pbase-f32-rfs-drives-publicapi-any.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   984
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   985
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   986
							<param src="pbase-f32-rfs-drives-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   987
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   988
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   989
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   990
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   991
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   992
					<step name="pbase-f32-rfs-drives-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   993
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   994
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   995
							<param parameters="c:\base\pbase-f32-rfs-drives-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   996
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-drives-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   997
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   998
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   999
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1000
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1001
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1002
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1003
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1004
                <case id="" name="RFs Drive Functions (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1005
					<step name="pbase-f32-rfs-drives-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1006
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1007
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1008
							<param src="pbase-f32-rfs-drives-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1009
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1010
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1011
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1012
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1013
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1014
					<step name="pbase-f32-rfs-drives-publicapi-ram.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1015
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1016
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1017
							<param src="pbase-f32-rfs-drives-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1018
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1019
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1020
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1021
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1022
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1023
					<step name="pbase-f32-rfs-drives-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1024
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1025
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1026
							<param parameters="c:\base\pbase-f32-rfs-drives-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1027
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-drives-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1028
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1029
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1030
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1031
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1032
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1033
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1034
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1035
                <case id="" name="RFs Drive Functions (Removable Drive)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1036
                	<step name="pbase-f32-rfs-drives-publicapi-rem.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1037
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1038
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1039
							<param src="pbase-f32-rfs-drives-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1040
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1041
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1042
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1043
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1044
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1045
					<step name="pbase-f32-rfs-drives-publicapi-rem.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1046
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1047
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1048
							<param src="pbase-f32-rfs-drives-publicapi-rem.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1049
							<param dst="c:\base\pbase-f32-rfs-drives-publicapi-rem.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1050
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1051
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1052
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1053
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1054
					<step name="pbase-f32-rfs-drives-publicapi-rem.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1055
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1056
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1057
							<param parameters="c:\base\pbase-f32-rfs-drives-publicapi-rem.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1058
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-drives-publicapi-rem.htm"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1059
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1060
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1061
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1062
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1063
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1064
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1065
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1066
                <case id="" name="RFs File Functions (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1067
					<step name="pbase-f32-rfs-files-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1068
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1069
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1070
							<param src="pbase-f32-rfs-files-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1071
							<param dst="c:\base\pbase-f32-rfs-files-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1072
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1073
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1074
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1075
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1076
					<step name="pbase-f32-rfs-files-publicapi-any.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1077
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1078
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1079
							<param src="pbase-f32-rfs-files-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1080
							<param dst="c:\base\pbase-f32-rfs-files-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1081
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1082
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1083
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1084
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1085
					<step name="pbase-f32-rfs-files-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1086
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1087
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1088
							<param parameters="c:\base\pbase-f32-rfs-files-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1089
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-files-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1090
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1091
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1092
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1093
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1094
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1095
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1096
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1097
                <case id="" name="RFs File Functions (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1098
					<step name="pbase-f32-rfs-files-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1099
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1100
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1101
							<param src="pbase-f32-rfs-files-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1102
							<param dst="c:\base\pbase-f32-rfs-files-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1103
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1104
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1105
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1106
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1107
					<step name="pbase-f32-rfs-files-publicapi-ram.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1108
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1109
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1110
							<param src="pbase-f32-rfs-files-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1111
							<param dst="c:\base\pbase-f32-rfs-files-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1112
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1113
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1114
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1115
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1116
					<step name="pbase-f32-rfs-files-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1117
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1118
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1119
							<param parameters="c:\base\pbase-f32-rfs-files-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1120
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-files-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1121
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1122
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1123
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1124
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1125
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1126
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1127
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1128
                <case id="" name="RFs Miscellaneous Functions (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1129
					<step name="pbase-f32-rfs-misc-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1130
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1131
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1132
							<param src="pbase-f32-rfs-misc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1133
							<param dst="c:\base\pbase-f32-rfs-misc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1134
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1135
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1136
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1137
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1138
					<step name="pbase-f32-rfs-misc-publicapi-any.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1139
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1140
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1141
							<param src="pbase-f32-rfs-misc-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1142
							<param dst="c:\base\pbase-f32-rfs-misc-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1143
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1144
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1145
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1146
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1147
					<step name="pbase-f32-rfs-misc-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1148
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1149
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1150
							<param parameters="c:\base\pbase-f32-rfs-misc-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1151
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-misc-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1152
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1153
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1154
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1155
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1156
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1157
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1158
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1159
                <case id="" name="RFs Miscellaneous Functions (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1160
					<step name="pbase-f32-rfs-misc-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1161
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1162
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1163
							<param src="pbase-f32-rfs-misc-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1164
							<param dst="c:\base\pbase-f32-rfs-misc-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1165
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1166
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1167
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1168
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1169
					<step name="pbase-f32-rfs-misc-publicapi-ram.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1170
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1171
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1172
							<param src="pbase-f32-rfs-misc-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1173
							<param dst="c:\base\pbase-f32-rfs-misc-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1174
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1175
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1176
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1177
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1178
					<step name="pbase-f32-rfs-misc-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1179
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1180
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1181
							<param parameters="c:\base\pbase-f32-rfs-misc-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1182
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-misc-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1183
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1184
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1185
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1186
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1187
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1188
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1189
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1190
                <case id="" name="RFs Drive Mounting Functions (Any)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1191
					<step name="pbase-f32-rfs-mounts-publicapi-any.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1192
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1193
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1194
							<param src="pbase-f32-rfs-mounts-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1195
							<param dst="c:\base\pbase-f32-rfs-mounts-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1196
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1197
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1198
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1199
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1200
					<step name="pbase-f32-rfs-mounts-publicapi-any.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1201
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1202
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1203
							<param src="pbase-f32-rfs-mounts-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1204
							<param dst="c:\base\pbase-f32-rfs-mounts-publicapi-any.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1205
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1206
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1207
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1208
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1209
					<step name="pbase-f32-rfs-mounts-publicapi-any.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1210
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1211
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1212
							<param parameters="c:\base\pbase-f32-rfs-mounts-publicapi-any.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1213
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-mounts-publicapi-any.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1214
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1215
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1216
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1217
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1218
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1219
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1220
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1221
                <case id="" name="RFs Drive Mounting Functions (RAM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1222
					<step name="pbase-f32-rfs-mounts-publicapi-ram.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1223
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1224
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1225
							<param src="pbase-f32-rfs-mounts-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1226
							<param dst="c:\base\pbase-f32-rfs-mounts-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1227
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1228
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1229
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1230
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1231
					<step name="pbase-f32-rfs-mounts-publicapi-ram.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1232
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1233
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1234
							<param src="pbase-f32-rfs-mounts-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1235
							<param dst="c:\base\pbase-f32-rfs-mounts-publicapi-ram.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1236
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1237
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1238
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1239
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1240
					<step name="pbase-f32-rfs-mounts-publicapi-ram.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1241
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1242
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1243
							<param parameters="c:\base\pbase-f32-rfs-mounts-publicapi-ram.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1244
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-mounts-publicapi-ram.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1245
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1246
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1247
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1248
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1249
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1250
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1251
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1252
                <case id="" name="RFs Functions (OS)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1253
					<step name="pbase-f32-rfs-publicapi-os.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1254
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1255
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1256
							<param src="pbase-f32-rfs-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1257
							<param dst="c:\base\pbase-f32-rfs-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1258
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1259
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1260
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1261
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1262
					<step name="pbase-f32-rfs-publicapi-os.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1263
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1264
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1265
							<param src="pbase-f32-rfs-publicapi-os.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1266
							<param dst="c:\base\pbase-f32-rfs-publicapi-os.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1267
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1268
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1269
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1270
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1271
					<step name="pbase-f32-rfs-publicapi-os.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1272
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1273
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1274
							<param parameters="c:\base\pbase-f32-rfs-publicapi-os.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1275
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-publicapi-os.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1276
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1277
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1278
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1279
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1280
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1281
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1282
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1283
                <case id="" name="RFs Functions (ROM)" harness="GENERIC" enabled="true" passrate="100">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1284
					<step name="pbase-f32-rfs-publicapi-rom.script (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1285
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1286
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1287
							<param src="pbase-f32-rfs-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1288
							<param dst="c:\base\pbase-f32-rfs-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1289
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1290
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1291
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1292
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1293
					<step name="pbase-f32-rfs-publicapi-rom.ini (install)" passrate="100" id="" enabled="true" significant="false" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1294
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1295
							<param type="data"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1296
							<param src="pbase-f32-rfs-publicapi-rom.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1297
							<param dst="c:\base\pbase-f32-rfs-publicapi-rom.ini"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1298
							<param component-path="basesvs\base"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1299
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1300
						<command>install</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1301
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1302
					<step name="pbase-f32-rfs-publicapi-rom.script (execute)" passrate="100" id="" enabled="true" significant="true" harness="GENERIC">
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1303
						<params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1304
							<param file="testexecute.exe"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1305
							<param parameters="c:\base\pbase-f32-rfs-publicapi-rom.script"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1306
							<param result-file="c:\logs\testexecute\pbase-f32-rfs-publicapi-rom.htm"/> 
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1307
                            <param timeout="1200" />
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1308
							<param parser="TEFTestResultParser"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1309
							<param leave-old-result="true"/>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1310
						</params>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1311
						<command>execute</command>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1312
					</step>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1313
                </case>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1314
			</set>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1315
		</session>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1316
	</plan>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1317
	<files>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1318
		<file>basesvs\base\general\pbase-f32-driveunit-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1319
		<file>basesvs\base\general\pbase-f32-format-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1320
		<file>basesvs\base\general\pbase-f32-format-publicapi-rem.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1321
		<file>basesvs\base\general\pbase-f32-format-publicapi-rom.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1322
		<file>basesvs\base\general\pbase-f32-rawdisk-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1323
		<file>basesvs\base\general\pbase-f32-rawdisk-publicapi-rem.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1324
		<file>basesvs\base\general\pbase-f32-dir-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1325
		<file>basesvs\base\general\pbase-f32-dirscan-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1326
		<file>basesvs\base\general\pbase-f32-file-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1327
		<file>basesvs\base\general\pbase-f32-fileman-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1328
		<file>basesvs\base\general\pbase-f32-fileman-publicapi-os.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1329
		<file>basesvs\base\general\pbase-f32-filenamesidentical-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1330
		<file>basesvs\base\general\pbase-f32-rdir-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1331
		<file>basesvs\base\general\pbase-f32-entry-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1332
		<file>basesvs\base\general\pbase-f32-filetext-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1333
		<file>basesvs\base\general\pbase-f32-volumeinfo-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1334
		<file>basesvs\base\general\pbase-f32-parse-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1335
		<file>basesvs\base\general\pbase-f32-parseptr-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1336
		<file>basesvs\base\general\pbase-f32-parseptrc-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1337
		<file>basesvs\base\general\pbase-f32-parse-inherited-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1338
		<file>basesvs\base\general\pbase-f32-parseptr-inherited-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1339
		<file>basesvs\base\general\pbase-f32-parseptrc-inherited-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1340
		<file>basesvs\base\general\pbase-f32-entryarray-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1341
		<file>basesvs\base\general\pbase-f32-findfile-publicapi-os.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1342
		<file>basesvs\base\general\pbase-f32-findfile-publicapi-rem.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1343
		<file>basesvs\base\general\pbase-f32-openfilescan-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1344
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1345
		<file>basesvs\base\general\pbase-f32-rfs-files-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1346
		<file>basesvs\base\general\pbase-f32-rfs-misc-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1347
		<file>basesvs\base\general\pbase-f32-rfs-mounts-publicapi-any.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1348
		<file>basesvs\base\general\pbase-f32-rfs-publicapi-os.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1349
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1350
		<file>basesvs\base\general\pbase-f32-rfs-files-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1351
		<file>basesvs\base\general\pbase-f32-rfs-misc-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1352
		<file>basesvs\base\general\pbase-f32-rfs-mounts-publicapi-ram.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1353
		<file>basesvs\base\general\pbase-f32-rfs-publicapi-rom.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1354
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-rem.script</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1355
		<file>basesvs\base\general\pbase-f32-driveunit-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1356
		<file>basesvs\base\general\pbase-f32-format-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1357
		<file>basesvs\base\general\pbase-f32-rawdisk-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1358
		<file>basesvs\base\general\pbase-f32-dir-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1359
		<file>basesvs\base\general\pbase-f32-dirscan-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1360
		<file>basesvs\base\general\pbase-f32-file-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1361
		<file>basesvs\base\general\pbase-f32-fileman-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1362
		<file>basesvs\base\general\pbase-f32-filenamesidentical-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1363
		<file>basesvs\base\general\pbase-f32-rdir-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1364
		<file>basesvs\base\general\pbase-f32-entry-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1365
		<file>basesvs\base\general\pbase-f32-filetext-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1366
		<file>basesvs\base\general\pbase-f32-volumeinfo-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1367
		<file>basesvs\base\general\pbase-f32-parse-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1368
		<file>basesvs\base\general\pbase-f32-parseptr-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1369
		<file>basesvs\base\general\pbase-f32-parseptrc-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1370
		<file>basesvs\base\general\pbase-f32-parsebase-inherited-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1371
		<file>basesvs\base\general\pbase-f32-entryarray-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1372
		<file>basesvs\base\general\pbase-f32-findfile-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1373
		<file>basesvs\base\general\pbase-f32-openfilescan-publicapi.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1374
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-any.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1375
		<file>basesvs\base\general\pbase-f32-rfs-files-publicapi-any.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1376
		<file>basesvs\base\general\pbase-f32-rfs-misc-publicapi-any.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1377
		<file>basesvs\base\general\pbase-f32-rfs-mounts-publicapi-any.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1378
		<file>basesvs\base\general\pbase-f32-rfs-publicapi-os.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1379
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-ram.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1380
		<file>basesvs\base\general\pbase-f32-rfs-files-publicapi-ram.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1381
		<file>basesvs\base\general\pbase-f32-rfs-misc-publicapi-ram.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1382
		<file>basesvs\base\general\pbase-f32-rfs-mounts-publicapi-ram.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1383
		<file>basesvs\base\general\pbase-f32-rfs-publicapi-rom.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1384
		<file>basesvs\base\general\pbase-f32-rfs-drives-publicapi-rem.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1385
        <file>basesvs\base\general\base_f32_env.ini</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1386
		<file>basesvs\base\t_sfsrv\general\test.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1387
        <file>basesvs\base\t_sfsrv\general\test_rom.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1388
		<file>basesvs\base\t_sfsrv\general\usbload.zip</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1389
		<file>basesvs\base\t_sfsrv\general\test1.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1390
		<file>basesvs\base\t_sfsrv\general\test2.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1391
		<file>basesvs\base\t_sfsrv\general\test3.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1392
		<file>basesvs\base\t_sfsrv\general\1mb</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1393
		<file>basesvs\base\t_sfsrv\general\any.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1394
		<file>basesvs\base\t_sfsrv\general\big_line.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1395
		<file>basesvs\base\t_sfsrv\general\filetext_eof.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1396
		<file>basesvs\base\t_sfsrv\general\filetext_read.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1397
		<file>basesvs\base\t_sfsrv\general\multiline.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1398
		<file>basesvs\base\t_sfsrv\general\new_file.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1399
		<file>basesvs\base\t_sfsrv\general\oneliner.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1400
		<file>basesvs\base\t_sfsrv\general\big.txt</file>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1401
		<file>basesvs\base\general\t_base.tcs</file>
405
ebfcce2bc192 missing from zip manifest
Brendan Donegan brendand@symbian.org
parents: 404
diff changeset
  1402
		<file>basesvs\winscw_udeb\t_sfsrv.exe</file>
ebfcce2bc192 missing from zip manifest
Brendan Donegan brendand@symbian.org
parents: 404
diff changeset
  1403
		<file>basesvs\winscw_udeb\t_perf.exe</file>
ebfcce2bc192 missing from zip manifest
Brendan Donegan brendand@symbian.org
parents: 404
diff changeset
  1404
		<file>basesvs\winscw_udeb\t_prompt.exe</file>
ebfcce2bc192 missing from zip manifest
Brendan Donegan brendand@symbian.org
parents: 404
diff changeset
  1405
		<file>basesvs\winscw_udeb\t_fat32server.exe</file>
ebfcce2bc192 missing from zip manifest
Brendan Donegan brendand@symbian.org
parents: 404
diff changeset
  1406
        <file>basesvs\winscw_udeb\t_testfsy1.fsy</file>
406
2280687273bd missing file extension plugin
Brendan Donegan brendand@symbian.org
parents: 405
diff changeset
  1407
        <file>basesvs\winscw_udeb\t_testfxt.fxt</file>
399
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1408
	</files>
5fb464f80c99 Added base SVS tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
  1409
</test>