# HG changeset patch # User Maciej Seroka # Date 1283331994 -3600 # Node ID 926328fba84cf0fd07e2a118aa3a439a713ce965 # Parent 92cce0f922c29b733464894154c2c2b57f5673cc Moved Connpref to ipconnmgmt diff -r 92cce0f922c2 -r 926328fba84c common/tools/ats/bctest/connpref/connpref.pl --- a/common/tools/ats/bctest/connpref/connpref.pl Wed Sep 01 10:03:50 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -#!/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 Extended Connection Pref BC tests - - -use strict; -use File::Copy; -use File::Path; - -unlink "connpreftest.zip"; -rmtree "temp"; -mkpath "temp/connpreftest/general/testframework"; -mkpath "temp/connpreftest/winscw_udeb"; - -my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; -copy("connpref.xml", "temp/test.xml"); - -copy($epoc . "release/winscw/udeb/econnprefbc.dll", "temp/connpreftest/winscw_udeb/econnprefbc.dll") or die "failed : $!"; -copy($epoc . "winscw/c/testframework/testframework_connpref.ini", "temp/connpreftest/general/testframework/testframework_connpref.ini") or die "failed : $!"; - -system("7z a -tzip connpreftest.zip ./temp/*"); diff -r 92cce0f922c2 -r 926328fba84c common/tools/ats/bctest/connpref/connpref.xml --- a/common/tools/ats/bctest/connpref/connpref.xml Wed Sep 01 10:03:50 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ - - - 1 - admin - 10 - - - FileStoreAction - - - - - Extended Connection Pref BC Tests - - - - - - - - - - - - - - - makedir - - - - - - install - - - - - - - - - install - - - - - - - - - execute - - - - - - - - - fetch-log - - - - - - - - - - connpreftest/winscw_udeb/econnprefbc.dll - connpreftest/general/testframework/testframework_connpref.ini - - diff -r 92cce0f922c2 -r 926328fba84c common/tools/ats/bctest/ipconnmgmt/connpref/connpref.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/ipconnmgmt/connpref/connpref.pl Wed Sep 01 10:06:34 2010 +0100 @@ -0,0 +1,33 @@ +#!/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 Extended Connection Pref BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "connpreftest.zip"; +rmtree "temp"; +mkpath "temp/connpreftest/general/testframework"; +mkpath "temp/connpreftest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("connpref.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/econnprefbc.dll", "temp/connpreftest/winscw_udeb/econnprefbc.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/testframework_connpref.ini", "temp/connpreftest/general/testframework/testframework_connpref.ini") or die "failed : $!"; + +system("7z a -tzip connpreftest.zip ./temp/*"); diff -r 92cce0f922c2 -r 926328fba84c common/tools/ats/bctest/ipconnmgmt/connpref/connpref.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/ipconnmgmt/connpref/connpref.xml Wed Sep 01 10:06:34 2010 +0100 @@ -0,0 +1,74 @@ + + + 1 + admin + 10 + + + FileStoreAction + + + + + Extended Connection Pref BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + connpreftest/winscw_udeb/econnprefbc.dll + connpreftest/general/testframework/testframework_connpref.ini + +