testexecfw/stf/examples/MigrationExample/FileStore/TEF_BLOCK/group/TestFileServer_TEF.driver
author Johnson Ma <johnson.ma@nokia.com>
Fri, 09 Apr 2010 10:46:28 +0800
changeset 2 8bb370ba6d1d
permissions -rw-r--r--
contribute STF 1.0.0

<?xml version="1.0" encoding="ASCII"?>
<driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
  <task name="TestFileServer_TEF" timeout="100000">
    <task name="testProject" timeout="100000">
      <executeOnPC>
        <build testBuild="true" URI="${sourceroot}\TestFileServer_TEF\group"/>
      </executeOnPC>
      <transferToSymbian>
        <transfer move="false" PCPath="${sourceroot}\TestFileServer_TEF\data\TestFileServer_TEF.ini" SymbianPath="c:\data\TestFileServer_TEF.ini"/>
      </transferToSymbian>
      <executeOnSymbian>
        <testExecuteScript PCPath="${sourceroot}\TestFileServer_TEF\scripts\TestFileServer_TEF.script" SymbianPath="c:\scripts\TestFileServer_TEF.script"/>
      </executeOnSymbian>
    </task>
  </task>
</driver:driver>