common/tools/ats/smoketest/Group/smoketest.xml
changeset 759 862cab47b1ba
parent 758 dd806856a8f6
parent 756 736214c0060b
child 788 a8a37ca9cc04
--- a/common/tools/ats/smoketest/Group/smoketest.xml	Fri Nov 13 09:56:18 2009 +0000
+++ b/common/tools/ats/smoketest/Group/smoketest.xml	Fri Nov 13 11:20:06 2009 +0000
@@ -437,6 +437,25 @@
 							<param component-path="smoketest" />
 						</params>
 					</step>
+					
+					<step id="" name="IMApiTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+						<command>install</command>
+						<params>
+							<param type="binary"/>
+							<param src="IMApiTest.dll"/>
+							<param dst="c:\sys\bin\IMApiTest.dll"/>
+							<param component-path="smoketest" />
+						</params>
+					</step>
+                    <step id="" name="imapitest.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+						<command>install</command>
+						<params>
+							<param type="data"/>
+							<param src="imapitest.ini"/>
+							<param dst="c:\smoketest\imapitest.ini"/>
+							<param component-path="smoketest" />
+						</params>
+					</step>
 					<step id="" name="ProfileSmokeTestModule (execute)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="true">
 						<command>execute</command>
 						<params>
@@ -481,6 +500,15 @@
 							<param result-file="c:\spd_logs\xml\testscripter.xml"/>
 							<param timeout="600"/>
 						</params>
+					</step>					
+					<step id="" name="IMApiTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="true">
+						<command>execute</command>
+						<params>
+							<param file="atsinterface.exe"/>
+							<param parameters="-testmodule IMApiTest"/>
+							<param result-file="c:\spd_logs\xml\imapitest.xml"/>
+							<param timeout="600"/>
+						</params>
 					</step>
                 </case>
             </set>
@@ -537,5 +565,8 @@
 		<file>smoketest/general/ui_testsdkskinsu.cfg</file>
         <file>smoketest/winscw_udeb/InputMethodSmokeTestModule.dll</file>
         <file>smoketest/general/InputMethodSmokeTestModule.cfg</file>
+		<file>smoketest/winscw_udeb/IMApiTest.dll</file>		
+		<file>smoketest/general/imapitest.ini</file>
+
 	</files>
 </test>