--- a/common/tools/ats/smoketest/Group/smoketest.xml Thu Nov 12 12:06:34 2009 +0000
+++ b/common/tools/ats/smoketest/Group/smoketest.xml Thu Nov 12 14:45:32 2009 +0000
@@ -410,6 +410,24 @@
<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>
@@ -446,6 +464,15 @@
<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>
</session>
@@ -498,5 +525,7 @@
<file>smoketest/winscw_udeb/testsdkskins.dll</file>
<file>smoketest/general/smoketest_uiresources.cfg</file>
<file>smoketest/general/ui_testsdkskinsu.cfg</file>
+ <file>smoketest/winscw_udeb/IMApiTest.dll</file>
+ <file>smoketest/general/imapitest.ini</file>
</files>
</test>