os/ossrv/syslibsapitest/syslibssvs/testsuites/syslibs/syslibs.driver
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
     3 	<task name="syslibs" timeout="100000">
     4 		<transferToSymbian>
     5 			<transfer move="false" PCPath="${epocroot}\epoc32\data\z\syslibs\${platform}\t_syslibs.ini" SymbianPath="$:\syslibs\t_syslibs.ini"/>
     6 		</transferToSymbian>
     7 		<task name="ecom">
     8 			<executeOnPC>
     9 				<build testBuild="true" URI="${sourceroot}\group\">
    10 					<componentName>t_ecom</componentName>
    11 				</build>
    12 			</executeOnPC>
    13 			<task name="SYSLIB-ECOM-PublicAPI-suite" timeout="1000">
    14 				<transferToSymbian>
    15 					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPCopyFileUtility.exe" SymbianPath="$:\sys\bin\TPCopyFileUtility.exe"/>
    16 					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPDeleteFileUtility.exe" SymbianPath="$:\sys\bin\TPDeleteFileUtility.exe"/>
    17 					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TestProduct_PlugIn.dll" SymbianPath="$:\ecom\TestProduct_PlugIn.dll"/>
    18 					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\TestProduct_PlugIn.rsc" SymbianPath="$:\ecom\TestProduct_PlugIn.rsc"/>
    19 					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.ini" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.ini"/>
    20 				</transferToSymbian>
    21 				<executeOnSymbian>
    22 					<testExecuteScript PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.script" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.script">
    23 						<testCasesList operator="exclude">
    24 							<testCase target="${epocroot}\epoc32\data\z\syslibs\t_syslibs.tcs"/>
    25 						</testCasesList>
    26 					</testExecuteScript>
    27 				</executeOnSymbian>
    28 			</task>
    29 		</task>
    30 	</task>
    31 </driver:driver>