testexecfw/tef/tefutilities/TEFUtilityServer/TestDriver/formatdrivetest.xml
changeset 0 3e07fef1e154
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testexecfw/tef/tefutilities/TEFUtilityServer/TestDriver/formatdrivetest.xml	Mon Mar 08 15:03:44 2010 +0800
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!DOCTYPE testExecuteTest SYSTEM "file:///testdriver/xml/testExecuteTest.dtd" [ ]>
+<testExecuteTest>
+	<name>FormatDriveTest</name>
+	<timeout>1000</timeout>
+	<testScripts>
+		<script>
+			<hostPath>\epoc32\EngineeringTools\TEFUtilities\TEFUtilityServer\Scripts\FormatDriveTest.script</hostPath>
+			<devicePath>c:\TEFUtilityServer\FormatDriveTest.script</devicePath>
+		</script>
+	</testScripts>
+	
+
+	<dependencies>
+		<data>
+			<hostPath>\epoc32\release\${platform}\${build}\TEFUtilityServer.exe</hostPath>
+			<devicePath>c:\sys\bin\TEFUtilityServer.exe</devicePath>
+		</data>
+		<data>
+			<hostPath>\epoc32\EngineeringTools\TEFUtilities\TEFUtilityServer\Data\FormatDriveTest.ini</hostPath>
+			<devicePath>c:\TEFUtilityServer\FormatDriveTest.ini</devicePath>
+		</data>
+	</dependencies>
+
+</testExecuteTest>