# HG changeset patch # User Brendan Donegan brendand@symbian.org # Date 1252938979 -3600 # Node ID 097b220a49d0166adc3782fa3b0c9149c0a326a8 # Parent f9eb0ea5b237e7511201a0be8fec159b461a4c93 adding browser tests diff -r f9eb0ea5b237 -r 097b220a49d0 common/tools/ats/bctest/browser/browser.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/browser/browser.pl Mon Sep 14 15:36:19 2009 +0100 @@ -0,0 +1,31 @@ +#!/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 Profiles Engine tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "browser.zip"; +##rmtree "temp"; +mkpath "temp/bcbrowser/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("browser.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/favouritesbctest.dll", "temp/bcbrowser/winscw_udeb/favouritesbctest.dll"); + +system("7z a -tzip browser.zip ./temp/*"); \ No newline at end of file diff -r f9eb0ea5b237 -r 097b220a49d0 common/tools/ats/bctest/browser/browser.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/browser/browser.xml Mon Sep 14 15:36:19 2009 +0100 @@ -0,0 +1,58 @@ + + + 1 + admin + 10 + + Browser BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + bcwebsrv/winscw_udeb/favouritesbctest.dll + + \ No newline at end of file