# HG changeset patch # User Brendan Donegan brendand@symbian.org # Date 1253187571 -3600 # Node ID 8cf07278ef12d679f3c73a8646ec227f95a78882 # Parent 48fbe8fe50763fac227e3bbec2848f80915a8ecc# Parent 874d2406736612bef9e71f8b6efc1ab47d71e4f0 merge diff -r 874d24067366 -r 8cf07278ef12 common/tools/ats/bctest/browser/browser.xml --- a/common/tools/ats/bctest/browser/browser.xml Thu Sep 17 12:11:47 2009 +0100 +++ b/common/tools/ats/bctest/browser/browser.xml Thu Sep 17 12:39:31 2009 +0100 @@ -94,7 +94,7 @@ - bcwebsrv/winscw_udeb/favouritesbctest.dll + bcbrowser/winscw_udeb/favouritesbctest.dll bcwebsrv/winscw_udeb/downloadmgrbctest.dll bcwebsrv/general/testframework/testframework_dwmgr.ini diff -r 874d24067366 -r 8cf07278ef12 common/tools/ats/bctest/messaging/messaging.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/messaging/messaging.pl Thu Sep 17 12:39:31 2009 +0100 @@ -0,0 +1,42 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Brendan Donegan +# +# Description: +# Script to build ATS test drop for BC Web Services tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "messaging.zip"; +##rmtree "temp"; +mkpath "temp/bcmessaging/testframework/general"; +mkpath "temp/bcmessaging/resource/general"; +mkpath "temp/bcmessaging/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("messaging.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/MMSClientMTMBCTester.dll", "temp/bcmessaging/winscw_udeb/MMSClientMTMBCTester.dll"); +copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester.ini", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester.ini"); +copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester_TestImage.jpg", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester_TestImage.jpg"); +copy($epoc . "release/winscw/udeb/PluginBioControlAPITest.dll", "temp/bcmessaging/winscw_udeb/PluginBioControlAPITest.dll"); +copy($epoc . "winscw/c/testframework/tcTestUIBioCombiner.cfg", "temp/bcmessaging/testframework/general/tcTestUIBioCombiner.cfg"); +copy($epoc . "winscw/c/testframework/ui_PluginBioControlAPITest.cfg", "temp/bcmessaging/testframework/general/ui_PluginBioControlAPITest.cfg"); +copy($epoc . "winscw/c/testframework/test.txt", "temp/bcmessaging/testframework/general/test.txt"); +copy($epoc . "winscw/c/testframework/PluginBioControlAPITest.rsc", "temp/bcmessaging/testframework/general/PluginBioControlAPITest.rsc"); +copy($epoc . "data/z/resource/pluginbiocontrolapitest.rsc", "temp/bcmessaging/resource/general/pluginbiocontrolapitest.rsc"); +copy($epoc . "data/z/resource/pluginbiocontrolapitest.r01", "temp/bcmessaging/resource/general/pluginbiocontrolapitest.r01"); + +system("7z a -tzip messaging.zip ./temp/*"); \ No newline at end of file diff -r 874d24067366 -r 8cf07278ef12 common/tools/ats/bctest/messaging/messaging.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/messaging/messaging.xml Thu Sep 17 12:39:31 2009 +0100 @@ -0,0 +1,171 @@ + + + 1 + admin + 10 + + Messaging BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + bcmessaging/winscw_udeb/MMSClientMTMBCTester.dll + bcmessaging/testframework/general/MMSClientMTMBCTester.ini + bcmessaging/testframework/general/MMSClientMTMBCTester_TestImage.jpg + bcmessaging/winscw_udeb/PluginBioControlAPITest.dll + bcmessaging/testframework/general/tcTestUIBioCombiner.cfg + bcmessaging/testframework/general/ui_PluginBioControlAPITest.cfg + bcmessaging/testframework/general/test.txt + bcmessaging/testframework/general/PluginBioControlAPITest.rsc + bcmessaging/resource/general/pluginbiocontrolapitest.rsc + bcmessaging/resource/general/pluginbiocontrolapitest.r01 + + \ No newline at end of file diff -r 874d24067366 -r 8cf07278ef12 common/tools/ats/bctest/websrv/websrv.xml --- a/common/tools/ats/bctest/websrv/websrv.xml Thu Sep 17 12:11:47 2009 +0100 +++ b/common/tools/ats/bctest/websrv/websrv.xml Thu Sep 17 12:39:31 2009 +0100 @@ -133,7 +133,7 @@ - +