# HG changeset patch # User Maciej Seroka # Date 1255944418 -3600 # Node ID b28792fa78e5cec87aec93e3906da16df7b7488e # Parent 3b71519ec52f899fba33e30478a0ca7c4b751dc1 Added new BC test diff -r 3b71519ec52f -r b28792fa78e5 common/tools/ats/bctest/connset/connset.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connset/connset.pl Mon Oct 19 10:26:58 2009 +0100 @@ -0,0 +1,35 @@ +#!/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: +# Maciej Seroka +# +# Description: +# Script to build ATS test drop for Connection Settings BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "connsettest.zip"; +rmtree "temp"; +mkpath "temp/connsettest/general/testframework"; +mkpath "temp/connsettest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("connset.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BcCMManagerEngineTester.dll", "temp/connsettest/winscw_udeb/BcCMManagerEngineTester.dll") or die "failed : $!"; +#copy($epoc . "release/winscw/udeb/connset.exe", "temp/connsettest/winscw_udeb/connset.exe") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/TestFramework_connset.ini", "temp/connsettest/general/testframework/TestFramework_connset.ini") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/BcCMManagerEngineTester.cfg", "temp/connsettest/general/testframework/BcCMManagerEngineTester.cfg") or die "failed : $!"; + +system("7z a -tzip connsettest.zip ./temp/*"); diff -r 3b71519ec52f -r b28792fa78e5 common/tools/ats/bctest/connset/connset.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connset/connset.xml Mon Oct 19 10:26:58 2009 +0100 @@ -0,0 +1,77 @@ + + + 1 + admin + 10 + + Connection Settings BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + connsettest/winscw_udeb/BcCMManagerEngineTester.dll + connsettest/general/testframework/TestFramework_connset.ini + connsettest/general/testframework/BcCMManagerEngineTester.cfg + +