# HG changeset patch # User Louis Henry Nayegon <louisn@symbian.org> # Date 1247739773 -3600 # Node ID 6beec83e40d89c2da74dff26c9151123bdcf500b # Parent 43d4995ff976e8e9f3f67780ea1991af61074abe Add sdk version file for 5.0 run diff -r 43d4995ff976 -r 6beec83e40d8 common/tools/ats/bctest/bctest.pl --- 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"); diff -r 43d4995ff976 -r 6beec83e40d8 common/tools/ats/bctest/bctest.xml --- 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>