--- a/common/tools/ats/bctest/bctest.pl Wed Jul 15 19:30:47 2009 +0100
+++ b/common/tools/ats/bctest/bctest.pl Thu Jul 16 11:22:53 2009 +0100
@@ -15,6 +15,7 @@
copy("bctest.xml", "temp/test.xml");
copy($epoc . "winscw/c/UIFW.bat", "temp/bctest/general/UIFW.bat");
copy($epoc . "winscw/c/BCTestLog/config.xml", "temp/bctest/BCTestLog/general/config.xml");
+copy($epoc . "winscw/c/BCTestLog/sdkversion.log", "temp/bctest/BCTestLog/general/sdkversion.log");
copy($epoc . "winscw/c/BCTestLog/release_note.txt", "temp/bctest/BCTestLog/general/release_note.txt");
copy($epoc . "data/z/resource/apps/bctestlauncher_aif.mbm", "temp/bctest/winscw_udeb/z/resource/apps/bctestlauncher_aif.mbm");
--- a/common/tools/ats/bctest/bctest.xml Wed Jul 15 19:30:47 2009 +0100
+++ b/common/tools/ats/bctest/bctest.xml Thu Jul 16 11:22:53 2009 +0100
@@ -40,6 +40,15 @@
<command>install</command>
<params>
<param type="data"/>
+ <param src="sdkversion.log"/>
+ <param dst="c:\BCTestLog\sdkversion.log"/>
+ <param component-path="bctest\BCTestLog" />
+ </params>
+ </step>
+ <step id="" name="Test Step 1 (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
<param src="release_note.txt"/>
<param dst="c:\BCTestLog\release_note.txt"/>
<param component-path="bctest\BCTestLog" />
@@ -2036,6 +2045,7 @@
<file>bctest/general/UIFW.bat</file>
<file>bctest/BCTestLog/general/release_note.txt</file>
<file>bctest/BCTestLog/general/config.xml</file>
+ <file>bctest/BCTestLog/general/sdkversion.log</file>
<file>bctest/winscw_udeb/bctestutil.dll</file>
<file>bctest/winscw_udeb/bctestlauncher.exe</file>
<file>bctest/winscw_udeb/z/private/10003a3f/apps/bctestlauncher_reg.r01</file>